summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Properly free resources when destroying the TCP hostcache whilebz2010-02-091-12/+32
* Restore the checksum received before processing the packet.tuexen2010-02-041-1/+1
* Some of the existing ppp and vpn related scripts create and setqingli2010-02-021-0/+6
* use u_char instead of u_int for short bitfields.luigi2010-02-012-6/+6
* Use [] instead of [0] for flexible arrays.tuexen2010-01-223-19/+19
* Get rid of a lot of duplicated code for NR-SACK handle.tuexen2010-01-176-1945/+241
* Bug fix: If the allocation of a socket failed and werrs2010-01-171-1/+7
* Pulls out another leaked windows ifdef that somehowrrs2010-01-171-6/+0
* This change syncs up the socketAPI stream-resetrrs2010-01-172-15/+18
* More leaked ifdefs for APPLE and its mobility stuff.rrs2010-01-171-12/+0
* Remove another set of "leaked" ifdefs that somehow foundrrs2010-01-171-4/+0
* Remove strange APPLE define that leakedrrs2010-01-171-12/+0
* Garbage collect references to the no longer implemented tcp_fasttimo().bz2010-01-171-1/+0
* Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to controlbz2010-01-171-0/+7
* Change 'me' to match any IPv6 address configured on an interface inume2010-01-171-8/+14
* Get rid of support of an old version of the SCTP-AUTH draft.tuexen2010-01-166-535/+2
* Ensure an address is removed from the interface addressqingli2010-01-081-1/+1
* Complete the swap of carp(4) log levels and document the change.ru2010-01-081-2/+2
* Remove extraneous semicolons, no functional changes.mbr2010-01-074-4/+4
* we don't use dummynet_drain!luigi2010-01-071-32/+5
* check that we have an ipv4 packet before swapping ip_len and ip_off.luigi2010-01-071-2/+3
* Following up on a request from Ermal Luci to makeluigi2010-01-074-77/+72
* some header shuffling to help decoupling ip_divert from ipfwluigi2010-01-075-11/+6
* put ip_len in correct order for ip_output().luigi2010-01-071-1/+2
* this file does not require ip_dummynet.hluigi2010-01-051-1/+0
* An existing incomplete ARP entry would expire a subsequentqingli2010-01-051-10/+16
* Various cleanup done in ipfw3-head branch including:luigi2010-01-0411-326/+225
* Correct usage of parenthesis.tuexen2010-01-041-2/+2
* Avoid NULL dereference in arpresolve.np2010-01-031-2/+2
* Consolidate the route message generation code for when addressqingli2009-12-301-48/+49
* The proxy arp entries could not be added into the system over theqingli2009-12-301-8/+44
* Make sure the multicast forwarding cache entry's stall queue is properlysyrinx2009-12-301-0/+9
* we really need htonl() here, see the comment a few lines above in the code.luigi2009-12-291-1/+1
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-282-3/+3
* Make the compiler happy after r201125:bz2009-12-281-1/+1
* introduce a local variable rte acting as a cache of ro->ro_rtluigi2009-12-281-18/+22
* + remove an unused #define print_ip;luigi2009-12-281-19/+13
* bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expectsluigi2009-12-282-1/+1
* bring in several cleanups tested in ipfw3-head branch, namely:luigi2009-12-2810-458/+318
* readability fixes -- add braces on large blocks, remove unnecessaryluigi2009-12-281-28/+31
* explain details of operation of table lookups, and improve portabilityluigi2009-12-281-4/+16
* diverted packet must re-enter _after_ the matching rule,luigi2009-12-271-1/+1
* fix poor indentation resulting from a mergeluigi2009-12-241-14/+14
* mostly style changes, such as removal of trailing whitespace,luigi2009-12-231-183/+152
* fix build with the new fast lookup structure.luigi2009-12-231-79/+56
* fix build on 64-bit architectures.luigi2009-12-231-15/+15
* merge code from ipfw3-head to reduce contention on the ipfw lockluigi2009-12-228-389/+395
* - Rename the __tcpi_(snd|rcv)_mss fields of the tcp_info structure to removejhb2009-12-222-6/+8
* some mostly cosmetic changes in preparation for upcoming work:luigi2009-12-224-92/+89
* Added proper attribution.ru2009-12-181-1/+1
OpenPOWER on IntegriCloud