summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* - Copyright updates (aka 2007)rrs2007-02-1219-1534/+1175
* Use MAXTTL.bms2007-02-101-1/+1
* If the rendezvous point for a group is not specified, do not sendbms2007-02-101-0/+15
* Build PIM by default as part of the IPv4 multicast forwarding path.bms2007-02-102-39/+54
* Store the cached route in vifp in the normal send_packet() case.bms2007-02-082-3/+2
* Nuke the token bucket filter code. Attempting to request rate limitingbms2007-02-082-312/+19
* eliminate redundant macro MC_SEND()bms2007-02-071-11/+2
* Remove support for IPIP tunnels in IPv4 multicast forwarding. XORP hasbms2007-02-072-250/+8
* When fast-forwarding is enabled, do not forward directed IPv4 broadcastsbms2007-02-051-2/+4
* Include opt_ipdivert.h so that the message announcing ipfw correctlyalc2007-02-031-0/+1
* In fast forwarding path, defer processing of 169.254.0.0/16bms2007-02-031-0/+2
* In regular forwarding path, reject packets destined for 169.254.0.0/16bms2007-02-032-1/+7
* Comply with RFC 3927, by forcing ARP replies which contain a sourcebms2007-02-021-1/+13
* Expose smoothed RTT and RTT variance measurements to userland viabms2007-02-022-2/+6
* Since rev. 1.94 of netinet/in.c, the netinet layer frees all itsglebius2007-02-021-6/+24
* Auto sizing TCP socket buffers.andre2007-02-015-10/+236
* Change the way the advertized TCP window scaling is computed. Instead ofandre2007-02-012-4/+15
* Import macros IN_LINKLOCAL(), IN_PRIVATE(), IN_LOCAL_GROUP(), IN_ANY_LOCAL().bms2007-01-311-0/+10
* Make it possible that carpdetach() unlocks on return. Then, inglebius2007-01-251-8/+7
* Spacing.glebius2007-01-251-5/+5
* - most all includes (#include <>) migrate to the sctp_os_bsd.h filerrs2007-01-1826-777/+175
* - Macroizes the V6ONLY flag check.rrs2007-01-1516-227/+392
* o Increment requests counter right before send out an ARP query actually.maxim2007-01-141-1/+2
* Marking this as __packed was needed to get the alignment and offset ofimp2007-01-121-1/+1
* Remove two lines that somehow snuck back in after testing.julian2007-01-091-2/+0
* o One more typo in the comment.maxim2007-01-061-1/+1
* Prevent adding a rule with a nat action in case IPFIREWALL_NAT was not defined.piso2007-01-051-0/+4
* Wrap ipfw nat support in a new kernel config option namedpiso2007-01-031-1/+16
* Remove a bunch of dependencies in the IP header being the first thing in thejulian2007-01-021-57/+94
* Fix typo in comment.imp2007-01-011-1/+1
* Add comment about udp checksums being off in BSD 4.2 compatibility mode.imp2006-12-311-1/+8
* Whitespace fix and remove an extra cast.jhb2006-12-302-2/+4
* Summer of Code 2005: improve libalias - part 2 of 2piso2006-12-295-2/+621
* a) macro-ization of all mbuf and random numberrrs2006-12-2916-1315/+1208
* Some whitespace nits and remove a few casts.jhb2006-12-294-7/+11
* o made in kernel libalias mpsafepiso2006-12-156-94/+327
* 1) Fixes on a number of different collision case LOR's.rrs2006-12-1416-403/+1075
* Fix LOR between the syncache and inpcb locks when MAC is present in thecsjp2006-12-131-43/+44
* In ip6_sprintf no longer use and return one of eight static buffersbz2006-12-121-1/+3
* MFp4: 92972, 98913 + one more changebz2006-12-124-11/+24
* Back out revision 1.264.bms2006-12-101-12/+5
* Improve style(9) conformance of igmp.c.rwatson2006-12-041-45/+43
* Make sure that carp_header is 36 bytes longimp2006-12-011-0/+4
* Make libalias.conf parsing a bit smarter.piso2006-12-011-10/+18
* Remove m_megapullup from ng_nat and put it under libalias.piso2006-12-012-0/+41
* Consistently use #ifdef INET6 rather than mixing and matching withrwatson2006-11-301-21/+19
* Change error codes returned by protocol operations when an inpcb issam2006-11-221-6/+6
* Add SCTP as a known upper layer protocol over v6.bz2006-11-131-0/+8
* In a true restart case, the send_lock wasrrs2006-11-115-20/+62
* Turns out we would reset the TSN seq counter duringrrs2006-11-117-20/+50
OpenPOWER on IntegriCloud