summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* This fixes a bug where the value set by SCTP_PARTIAL_DELIVERY_POINTtuexen2009-08-241-3/+3
* This fixes two bugs in the NR-Sack code:rrs2009-08-241-460/+255
* Introduce a div_destroy() function which takes over per-vnet cleanup taskszec2009-08-242-6/+30
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-6/+1
* Fix another typo right next to the previous one, that amazingly, I didjulian2009-08-231-1/+1
* Fix typo in comment that has been bugging me for days.julian2009-08-231-1/+1
* Fix ipfw's initialization functions to get the correct order of evaluationjulian2009-08-213-69/+123
* Fix signed comparison bug when ticks goes negative after 24 days ofpeter2009-08-201-1/+1
* Fix CARP memory leaks on carp_if's malloc'd using M_CARP. This occurs whenwill2009-08-201-3/+3
* Fix a bug in the handling of unreliable messagestuexen2009-08-191-5/+9
* - change the interface to flowtable_lookup so that we don't rely onkmacy2009-08-181-1/+1
* Fix a crash when using one-to-one stlye socket in non-blockingtuexen2009-08-181-1/+2
* * Fix a bug where PR-SCTP settings are ignore when using implicittuexen2009-08-157-99/+176
* In function ip_output(), the cached route is flushed when there is aqingli2009-08-141-1/+5
* SCTP is not yet compatible with options VIMAGE kernels although it compileszec2009-08-141-0/+4
* Fix ipfw crash on uid or gid check.julian2009-08-141-1/+1
* Add padding to struct inpcb, missed during our padding sweep earlier inrwatson2009-08-021-1/+2
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-0211-8/+129
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-0134-34/+20
* Show interface name which received short CARP packet (e.g. a VRRP packet),delphij2009-07-301-2/+3
* Startup the vnet part of initialization a bit after the global part.julian2009-07-281-2/+2
* Somewhere along the line accept sockets stopped honoring thejulian2009-07-282-4/+3
* Fix a bug where wrong initialization valuetuexen2009-07-282-4/+4
* Turns out that when a receiver forwards through its TNS's therrs2009-07-284-22/+40
* This patch does the following:qingli2009-07-272-5/+16
* Fix the handling of unordered messages when usingtuexen2009-07-271-1/+7
* Get rid of unused field. This will also be deletedtuexen2009-07-271-1/+0
* Add a missing unlock for the inp lock whentuexen2009-07-261-0/+1
* Catch ipfw up to the rest of the vimage code.julian2009-07-251-109/+163
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-232-41/+13
* sysctl_msec_to_ticks is used with both virtualized andbz2009-07-211-1/+9
* Back out the moving in r195782 of V_ip_id's initialization from the toprwatson2009-07-201-1/+2
* Garbage collect vnet module registrations that have neither constructorsrwatson2009-07-202-28/+5
* Reimplement and/or implement vnet list locking by replacing a mostlyrwatson2009-07-196-18/+18
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-1628-177/+177
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-1442-1619/+852
* Fix a race in the manipulation of the V_tcp_sack_globalholes global variable,lstewart2009-07-131-2/+2
* Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface tolstewart2009-07-134-9/+37
* Pad the following TCP related structs to allow MFCs of upcoming features/fixeslstewart2009-07-121-1/+10
* Update various IPFW-related modules to use if_addr_rlock()/rwatson2009-06-263-10/+10
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingrwatson2009-06-251-2/+11
* Initialize in_ifaddr_lock using RW_SYSINIT() instead of in ip_init(),rwatson2009-06-252-2/+2
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-2510-27/+131
* - fix dummynet 'fast' mode for WF2Q case.oleg2009-06-242-22/+54
* Fix CARP build.rwatson2009-06-241-1/+1
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsrwatson2009-06-241-1/+1
* Add missing unlock of if_addr_mtx when an unmatched ARP packet is received.rwatson2009-06-241-0/+1
* Clear 'ia' after iterating if_addrhead for unicast address matching: sincerwatson2009-06-241-6/+9
* In ARP input, more consistently acquire and release ifaddr references.rwatson2009-06-241-2/+14
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memorybz2009-06-231-3/+3
OpenPOWER on IntegriCloud