summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Add definition of IPv6 mobility header's protocol number, as assigned bydelphij2010-03-311-0/+1
* fix bug in previous commit related to rule deletionluigi2010-03-311-15/+20
* remove a leftover debugging messageluigi2010-03-291-1/+0
* Fix handling of set manipulations.luigi2010-03-291-25/+36
* Adds the option of keeping per-cpu statistics in SCTP. Thisrrs2010-03-244-2/+173
* lagging file I forgot to commit with my nr-sack fixes... oppsrrs2010-03-241-2/+0
* Fix for NR-Sack code. The code was NOT working properly whenrrs2010-03-244-666/+193
* Honor ip.fw.one_pass when a packet comes out of a pipe without being delayed.luigi2010-03-241-1/+5
* Fixes a bug where SACKs in the face ofrrs2010-03-233-50/+35
* - boot-time size the ipv4 flowtable and the maximum number of flowskmacy2010-03-221-2/+14
* Add a priority-based packet scheduler.luigi2010-03-212-1/+231
* no need for ipfw_flush_tables(), we just need ipfw_destroy_tables()luigi2010-03-212-18/+6
* revise documentationluigi2010-03-211-2/+21
* - spread tcp timer callout load evenly across cpus if net.inet.tcp.per_cpu_ti...kmacy2010-03-201-10/+30
* Add pcb reference counting to the pcblist sysctl handler functionsbz2010-03-174-13/+55
* small fixes to estimate the buffer size when requesting all pipes/flows.luigi2010-03-151-5/+9
* + implement (two lines) the kernel side of 'lookup dscp N' to use theluigi2010-03-157-39/+68
* Abstract out initialization of most aspects of struct inpcbinfo fromrwatson2010-03-146-84/+62
* The proper fix for the delayed SCTP checksum is torrs2010-03-125-8/+6
* - restructure flowtable to support ipv6kmacy2010-03-122-9/+15
* implement listing of a subset of pipes/queues/schedulers.luigi2010-03-112-63/+147
* fix handling of commands issued by RELENG_7 version of /sbin/ipfw,luigi2010-03-102-2/+4
* One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is toqingli2010-03-092-1/+13
* cosmetic changes and C++ compatibilityluigi2010-03-081-0/+18
* don't use C++ keywords as variable namesluigi2010-03-082-8/+8
* do not report an error unnecessarilyluigi2010-03-081-0/+1
* Destroy TCP UMA zones (empty or not) upon network stack teardownbz2010-03-074-1/+21
* 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
OpenPOWER on IntegriCloud