summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Bring in the most recent version of ipfw and dummynet, developedluigi2010-03-0227-2252/+8857
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-012-14/+0
* Upon virtual network stack teardown properly release the TCP syncachebz2010-02-201-2/+24
* Fix handling of SHUTDOWN-ACK chunk in COOKIE_WAIT and COOKIE_ECHOED.tuexen2010-02-203-6/+24
* Split up ip_drain() into an outer lock and iterator part andbz2010-02-203-8/+40
* * Fix another u_long -> uint32_t issue.tuexen2010-02-192-4/+12
* No need to include security/mac/mac_framework.h here.pjd2010-02-182-4/+0
* Use uint32_t instead of u_long.tuexen2010-02-181-3/+3
* remove recursive lock/unlock calls, we do them already before enteringluigi2010-02-171-6/+0
* Add missing SCTP_PACKED. Spotted by Irene Ruengeler.tuexen2010-02-131-2/+2
* 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
OpenPOWER on IntegriCloud