aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant calls of prison_local_ip4 in in_pcbbind_setup, and ofJamie Gritton2009-02-051-11/+4
* Standardize the various prison_foo_ip[46] functions and prison_if toJamie Gritton2009-02-055-67/+59
* LOR fix - Lock only when calling the actual code thatRandall Stewart2009-02-031-2/+4
* - Cleanup checksum code.Randall Stewart2009-02-0314-751/+832
* Adds support for SCTP checksum offload. This meansRandall Stewart2009-02-033-4/+48
* initialize a couple of variables, gcc 4.2.4-4 (linux) reportsLuigi Rizzo2009-01-281-1/+2
* For some reason (probably dating ages ago) an #ifdef SYSCTL_NODE / #endifLuigi Rizzo2009-01-281-2/+5
* For consistency with prison_{local,remote,check}_ipN renameBjoern A. Zeeb2009-01-252-5/+5
* Add externs to fix build with VIMAGE_GLOBALS after r187289.Bjoern A. Zeeb2009-01-221-0/+2
* remove too noisy DIAGNOSTIC codeSam Leffler2009-01-181-3/+0
* Silent userland warnings about missing prototypes.Paolo Pisati2009-01-153-0/+3
* Add TCP Appropriate Byte Counting (RFC 3465) support to kernel.Lawrence Stewart2009-01-155-10/+68
* Since we allow conditional allocation of labels on syncache entries,Robert Watson2009-01-111-2/+0
* Restrict arp, ndp and theoretically the FIB listing (if notBjoern A. Zeeb2009-01-091-0/+4
* Fix fat-fingered comment.Adrian Chadd2009-01-091-1/+1
* Fix indentation; add FALLTHROUGH.Adrian Chadd2009-01-091-3/+4
* Better comment what the socket option does. Thanks to Sam LefflerAdrian Chadd2009-01-091-1/+2
* Comment some potentially confusing logic.Adrian Chadd2009-01-091-0/+5
* Implement a new IP option (not compiled/enabled by default) to allowAdrian Chadd2009-01-094-1/+28
* Make SIOCGIFADDR and related, as well as SIOCGIFADDR_IN6 and relatedBjoern A. Zeeb2009-01-091-1/+9
* Set a minimum of information in the routing message (like version and type)Hartmut Brandt2009-01-091-0/+4
* Addresses Roberts comments on comments. Also addsRandall Stewart2009-01-061-11/+9
* Add the ability of an alternate transport protocolRandall Stewart2009-01-062-8/+89
* Allow the IP_MINTTL socket option to be set to 0 so that it can beRobert Watson2009-01-031-1/+1
* Some modules such as SCTP supplies a valid route entry as an input argumentQing Li2009-01-031-1/+2
* For consistency use LLE_IS_VALID() in this 4th place that is actuallyBjoern A. Zeeb2008-12-281-1/+1
* This checkin addresses a couple of issues:Qing Li2008-12-261-1/+1
* Fix missed unlock and reference drop of lleKip Macy2008-12-241-6/+6
* Remove long unused netinet/ipprotosw.h (basically since r82884).Bjoern A. Zeeb2008-12-231-98/+0
* Don't create a bogus ARP entry for 0.0.0.0.Qing Li2008-12-231-15/+16
* The proxy-arp code was broken and responds to ARPQing Li2008-12-191-57/+52
* Another step assimilating IPv[46] PCB code:Bjoern A. Zeeb2008-12-171-1/+1
* Use inc_flags instead of the inc_isipv6 alias which so farBjoern A. Zeeb2008-12-178-33/+35
* default to doing lla_lookup with shared afdata lock and returning aKip Macy2008-12-171-9/+10
* IPFW's pfil hook/unhook code ignores the return values of pfil_add_hook()Robert Watson2008-12-161-8/+16
* ipfw doesn't use the radix node head lock to protect the radix tree - remove ...Kip Macy2008-12-161-2/+0
* check pointer against NULLKip Macy2008-12-161-2/+3
* don't unlock lle if it is NULLKip Macy2008-12-161-1/+2
* unlock and destroy an llentry's lock before freeingKip Macy2008-12-161-0/+2
* Another step assimilating IPv[46] PCB code - directly useBjoern A. Zeeb2008-12-153-8/+8
* This main goals of this project are:Qing Li2008-12-1515-571/+491
* Add a check, that is currently under discussion for 8 but that we needBjoern A. Zeeb2008-12-141-0/+4
* De-virtualize the MD5 context for TCP initial seq number generationBjoern A. Zeeb2008-12-132-12/+10
* version that will compileKip Macy2008-12-131-2/+3
* radix node head lock needs to be held when calling rnh_addaddrKip Macy2008-12-131-0/+2
* don't acquire lock recursivelyKip Macy2008-12-131-1/+1
* Second round of putting global variables, which were virtualizedBjoern A. Zeeb2008-12-136-7/+23
* Put a global variables, which were virtualized but formerlyBjoern A. Zeeb2008-12-117-7/+20
* Use the correct INIT_VNET_INET() as the virtualized variable hereBjoern A. Zeeb2008-12-111-1/+1
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-1018-53/+116