summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* When doing matching based on dst_ip/src_ip make sure we are really lookingmlaier2005-06-121-10/+13
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-104-112/+117
* Modify send_pkt() to return the generated packet and have the callergreen2005-06-101-8/+32
* Add dummynet(4) support to if_bridge, this code is largely based on bridge.c.thompsa2005-06-102-0/+11
* Fix a mis-merge. Remove a redundant call to tcp_sackhole_insertps2005-06-091-1/+0
* Fix for a crash in tcp_sack_option() caused by hitting the limit onps2005-06-091-0/+5
* Fix for a bug in the change that walks the scoreboard backwards fromps2005-06-061-4/+9
* Add hooks into the networking layer to support if_bridge. This changes structthompsa2005-06-051-4/+8
* Better explain, then actually implement the IPFW ALTQ-rule first-matchgreen2005-06-041-0/+3
* Changes to tcp_sack_option() thatps2005-06-042-91/+118
* Add support for IPv4 only rules to IPFW2 now that it supports IPv6 as well.mlaier2005-06-032-0/+9
* Use IFF_LOCKGIANT/IFF_UNLOCKGIANT around calls to the interfaceiedowse2005-06-021-14/+26
* When aborting tcp_attach() due to a problem allocating or attaching therwatson2005-06-011-0/+2
* Assert tcbinfo lock, inpcb lock in tcp_disconnect().rwatson2005-06-011-1/+8
* Assert tcbinfo lock in tcp_drop() due to its call of tcp_close()rwatson2005-06-012-0/+12
* Assert that tcbinfo is locked in tcp_input() before calling intorwatson2005-06-012-2/+18
* Assert the tcbinfo lock whenever tcp_close() is to be called byrwatson2005-06-012-0/+22
* Assert tcbinfo lock in tcp_attach(), as it is required; the callerrwatson2005-06-011-0/+2
* Commit correct version of previous commit (in_pcb.c:1.164). Use therwatson2005-06-011-2/+2
* Assert pcbinfo lock in in_pcbdisconnect() and in_pcbdetach(), as therwatson2005-06-011-0/+3
* Slight white space tweak.rwatson2005-06-011-0/+1
* De-spl UDP.rwatson2005-06-011-31/+5
* Let OSPFv3 go through ipfw. Some more additional checks would betanimura2005-05-281-0/+5
* This is conform with the terminology inps2005-05-254-20/+18
* Rewrite of tcp_sack_option(). Kentaro Kurahone (NetBSD) pointed outps2005-05-232-64/+109
* Replace t_force with a t_flag (TF_FORCEDATA).ps2005-05-214-11/+13
* Introduce routines to alloc/free sack holes. This cleans up the codeps2005-05-161-56/+60
* - When carp interface is destroyed, and it affects global preemptionglebius2005-05-151-1/+12
* Fix for a bug where the "nexthole" sack hint is out of sync with theps2005-05-131-0/+2
* In div_output() explicitly set m->m_nextpkt to NULL. If divert socketglebius2005-05-131-0/+5
* When looking for the next hole to retransmit from the scoreboard,ps2005-05-115-82/+134
* Fix two issues which were missed in FreeBSD-SA-05:08.kmem.cperciva2005-05-072-0/+4
* Add a workaround for 64-bit archs: store unsigned long return value inglebius2005-05-061-3/+6
* s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT andglebius2005-05-066-49/+49
* If we are going tocperciva2005-05-063-0/+3
* More bits for kernel version:glebius2005-05-051-1/+107
* Always include alias.h before alias_local.hglebius2005-05-059-8/+11
* When used in kernel define NO_FW_PUNCH, NO_LOGGING, NO_USE_SOCKETS.glebius2005-05-051-0/+9
* Fix argument order for bcopy() in last commit.glebius2005-05-051-1/+1
* Use bcopy() instead of memmove().glebius2005-05-051-1/+1
* Hide fflush(3) under ifdef DEBUG.glebius2005-05-051-2/+2
* Things required to build libalias as kernel module:glebius2005-05-052-0/+74
* Add NO_USE_SOCKETS knob, which cuts off functionality socket binding.glebius2005-05-052-8/+18
* Add NO_LOGGING knob, which cuts off functionality of debug logging to a file.glebius2005-05-053-15/+19
* Play with includes so that libalias can be compiled both as userlandglebius2005-05-0512-33/+159
* If we don't get a suggested MTU during path MTU discoveryandre2005-05-042-18/+40
* Cleanup IPFW2 ifdefs.glebius2005-05-041-58/+0
* Makefile is not needed here.glebius2005-05-041-14/+0
* Add another step of 1280 (gif(4) tunnels) to ip_next_mtu().andre2005-05-041-2/+2
* IPFW version 2 is the only option in HEAD and RELENG_5.glebius2005-05-043-24/+0
OpenPOWER on IntegriCloud