summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* initialize a couple of variables, gcc 4.2.4-4 (linux) reportsluigi2009-01-281-1/+2
* For some reason (probably dating ages ago) an #ifdef SYSCTL_NODE / #endifluigi2009-01-281-2/+5
* For consistency with prison_{local,remote,check}_ipN renamebz2009-01-252-5/+5
* Add externs to fix build with VIMAGE_GLOBALS after r187289.bz2009-01-221-0/+2
* remove too noisy DIAGNOSTIC codesam2009-01-181-3/+0
* Silent userland warnings about missing prototypes.piso2009-01-153-0/+3
* Add TCP Appropriate Byte Counting (RFC 3465) support to kernel.lstewart2009-01-155-10/+68
* Since we allow conditional allocation of labels on syncache entries,rwatson2009-01-111-2/+0
* Restrict arp, ndp and theoretically the FIB listing (if notbz2009-01-091-0/+4
* Fix fat-fingered comment.adrian2009-01-091-1/+1
* Fix indentation; add FALLTHROUGH.adrian2009-01-091-3/+4
* Better comment what the socket option does. Thanks to Sam Leffleradrian2009-01-091-1/+2
* Comment some potentially confusing logic.adrian2009-01-091-0/+5
* Implement a new IP option (not compiled/enabled by default) to allowadrian2009-01-094-1/+28
* Make SIOCGIFADDR and related, as well as SIOCGIFADDR_IN6 and relatedbz2009-01-091-1/+9
* Set a minimum of information in the routing message (like version and type)harti2009-01-091-0/+4
* Addresses Roberts comments on comments. Also addsrrs2009-01-061-11/+9
* Add the ability of an alternate transport protocolrrs2009-01-062-8/+89
* Allow the IP_MINTTL socket option to be set to 0 so that it can berwatson2009-01-031-1/+1
* Some modules such as SCTP supplies a valid route entry as an input argumentqingli2009-01-031-1/+2
* For consistency use LLE_IS_VALID() in this 4th place that is actuallybz2008-12-281-1/+1
* This checkin addresses a couple of issues:qingli2008-12-261-1/+1
* Fix missed unlock and reference drop of llekmacy2008-12-241-6/+6
* Remove long unused netinet/ipprotosw.h (basically since r82884).bz2008-12-231-98/+0
* Don't create a bogus ARP entry for 0.0.0.0.qingli2008-12-231-15/+16
* The proxy-arp code was broken and responds to ARPqingli2008-12-191-57/+52
* Another step assimilating IPv[46] PCB code:bz2008-12-171-1/+1
* Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-178-33/+35
* default to doing lla_lookup with shared afdata lock and returning akmacy2008-12-171-9/+10
* IPFW's pfil hook/unhook code ignores the return values of pfil_add_hook()rwatson2008-12-161-8/+16
* ipfw doesn't use the radix node head lock to protect the radix tree - remove ...kmacy2008-12-161-2/+0
* check pointer against NULLkmacy2008-12-161-2/+3
* don't unlock lle if it is NULLkmacy2008-12-161-1/+2
* unlock and destroy an llentry's lock before freeingkmacy2008-12-161-0/+2
* Another step assimilating IPv[46] PCB code - directly usebz2008-12-153-8/+8
* This main goals of this project are:qingli2008-12-1515-571/+491
* Add a check, that is currently under discussion for 8 but that we needbz2008-12-141-0/+4
* De-virtualize the MD5 context for TCP initial seq number generationbz2008-12-132-12/+10
* version that will compilekmacy2008-12-131-2/+3
* radix node head lock needs to be held when calling rnh_addaddrkmacy2008-12-131-0/+2
* don't acquire lock recursivelykmacy2008-12-131-1/+1
* Second round of putting global variables, which were virtualizedbz2008-12-136-7/+23
* Put a global variables, which were virtualized but formerlybz2008-12-117-7/+20
* Use the correct INIT_VNET_INET() as the virtualized variable herebz2008-12-111-1/+1
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-1018-53/+116
* Remove inconsistent white space from in_pcballoc().rwatson2008-12-101-2/+0
* Move syncache flag definitions below data structure, compress some verticalrwatson2008-12-101-10/+12
* Move flag definitions for t_flags and t_oobflags below the definition ofrwatson2008-12-101-28/+36
* unlock when donekmacy2008-12-101-1/+1
* don't reference if_addr_mtx directlykmacy2008-12-101-2/+2
OpenPOWER on IntegriCloud