summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* Not only flush the ipfw tables when unloading ipfw or tearingbz2010-03-073-1/+17
* Locking the tcbinfo structure should not be necessary in tcp_timer_delack(),rwatson2010-03-071-3/+0
* Add comment in tcp_discardcb() talking about how we don't, but should,rwatson2010-03-071-2/+13
* Make udp_set_kernel_tunneling() less forgiving when its invariants arerwatson2010-03-071-12/+5
* Remove unnecessary locking of divcbinfo lock from div_output(): this has notrwatson2010-03-061-3/+0
* Add a comment to tcp_usr_accept() to indicate why it is we acquire therwatson2010-03-061-3/+9
* Destroy UDP UMA zones (empty or not) upon network stack teardownbz2010-03-061-0/+3
* Wrap use of rw_try_upgrade() on pcbinfo with macro INP_INFO_TRY_UPGRADE()rwatson2010-03-062-2/+3
* plug a memory leak on pipe's reconfigurationluigi2010-03-051-20/+29
* fix a memory leak when deleting RED queuesluigi2010-03-051-0/+6
* portability fixesluigi2010-03-042-2/+17
* don't use keywords as variable names.luigi2010-03-041-7/+7
* use callout_drain() (outside the lock) when unloading the module.luigi2010-03-041-4/+7
* improve compatibility with RELENG_7.2luigi2010-03-041-0/+14
* 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
OpenPOWER on IntegriCloud