summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* MFC r308358:ae2016-11-131-0/+1
* MFC r307966:jch2016-11-071-4/+0
* MFC r307545hiren2016-11-011-1/+9
* MFC r307551:jch2016-10-253-3/+42
* MFC: r306559rmacklem2016-10-201-1/+7
* MFC r306464hiren2016-10-141-1/+25
* MFC r306458: Properly preserve ip_tos bits for IPv4 packetslidl2016-10-131-15/+8
* MFC r306766:jtl2016-10-131-1/+0
* MFC r306443:jch2016-10-091-1/+3
* MFC r304855hiren2016-09-301-1/+2
* MFC r305389:dim2016-09-071-4/+4
* MFC 304202sephe2016-09-011-1/+11
* MFC r304736:tuexen2016-08-302-8/+13
* MFC r303626 (by gallatin)hiren2016-08-291-36/+111
* MFC 303766sephe2016-08-261-4/+32
* MFC r304543:tuexen2016-08-253-9/+11
* MFC r304146:tuexen2016-08-181-2/+2
* MFC r303978; Fix kernel build with TCP_RFC7413 optionkarels2016-08-141-0/+1
* MFC r303927:tuexen2016-08-141-14/+31
* MFC r303955:ae2016-08-141-0/+1
* MFC r303457:gallatin2016-08-111-6/+7
* MFC r303792:tuexen2016-08-118-494/+552
* MFC r303171: Fix per-connection L2 caching in fast pathkarels2016-08-031-1/+8
* MFC r303343: Fix the case for some sysctl descriptions.brd2016-08-021-3/+3
* MFC r302904:tuexen2016-07-247-30/+44
* The TCPPCAP debugging feature caches recently-used mbufs for use injtl2016-07-063-0/+13
* Replace a number of conflations of mp_ncpus and mp_maxid with eithernwhitehorn2016-07-061-1/+3
* This patch fixes two bugs related to the setting of the I-Bittuexen2016-06-301-5/+9
* This patch fixes two bugs related to the SCTP message recoverytuexen2016-06-261-37/+50
* This patch fixes a locking bug when a send() call blockstuexen2016-06-261-0/+1
* Try to avoid a 2nd conditional by re-writing the loop, pause, andbz2016-06-231-4/+5
* Add spares to struct ifnet and socket for packet pacing and/or generalnp2016-06-231-2/+2
* Fix a bug in the handling of non-blocking SCTP 1-to-1 sockets. When usingtuexen2016-06-231-43/+16
* In VNET TCP teardown Do not sleep unconditionally but only if webz2016-06-231-1/+2
* Don't consider the socket when processing an incoming ICMP/ICMP6 packet,tuexen2016-06-232-6/+3
* Check the V_tcbinfo.ipi_count to hit 0 before doing the full TCP cleanup.bz2016-06-231-7/+8
* No longer mark TCP TW zone NO_FREE.bz2016-06-231-1/+1
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-216-57/+80
* Cleanup unneded include "opt_ipfw.h".ae2016-06-096-6/+0
* Use a separate MID counter for ordered und unordered messages for eachtuexen2016-06-084-23/+69
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiessephe2016-06-072-2/+2
* Add a `show igi_list` command to DDB to debug IGMP state.bz2016-06-061-0/+37
* Destroy the mutex last. In this case it should not matter, butbz2016-06-061-1/+1
* Add missing constants from RFCs 4443 and 6550gnn2016-06-061-0/+3
* Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.bz2016-06-032-6/+38
* Use insertion sort instead of bubble sort in TCP LRO.hselasky2016-06-031-11/+8
* Get struct sctp_net_route in-sync with struct route again.tuexen2016-06-031-0/+1
* Store the peers vtag in host byte order in the cookie, since alltuexen2016-06-031-1/+1
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306gnn2016-06-025-10/+32
* The pr_destroy field does not allow us to run the teardown code in abz2016-06-0111-57/+29
OpenPOWER on IntegriCloud