aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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-55/+50
* 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-570/+490
* 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
* Remove inconsistent white space from in_pcballoc().Robert Watson2008-12-101-2/+0
* Move syncache flag definitions below data structure, compress some verticalRobert Watson2008-12-101-10/+12
* Move flag definitions for t_flags and t_oobflags below the definition ofRobert Watson2008-12-101-28/+36
* unlock when doneKip Macy2008-12-101-1/+1
* don't reference if_addr_mtx directlyKip Macy2008-12-101-2/+2
* Update comment on INP_TIMEWAIT to say what it's about, as we cautionRobert Watson2008-12-091-1/+1
* Enhance one comment relating to recent TCP locking changes, and fix aRobert Watson2008-12-091-6/+6
* Move macros defining flags and shortcus to nested structure fields inRobert Watson2008-12-091-26/+34
* Move from solely write-locking the global tcbinfo in tcp_input()Robert Watson2008-12-081-59/+274
* Add a reference count to struct inpcb, which may be explicitlyRobert Watson2008-12-082-12/+85
* in_rtalloc1(9) returns a locked route, so make sure that we useChristian S.J. Peron2008-12-061-4/+4
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-0624-885/+6914
* In a case of CARP status change run through the if_link_state_change()Gleb Smirnoff2008-12-051-4/+5
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-0235-9/+53
* MFp4:Bjoern A. Zeeb2008-11-296-125/+221
* Add an essential .h file that skipped from the last commit (r185419).Marko Zec2008-11-281-0/+82
* Unhide declarations of network stack virtualization structs fromMarko Zec2008-11-286-61/+15
* missing V_Dag-Erling Smørgrav2008-11-281-1/+1
* Replace most INP_CHECK_SOCKAF() uses checking if it is anBjoern A. Zeeb2008-11-273-8/+4
* Merge in6_pcbfree() into in_pcbfree() which after the previousBjoern A. Zeeb2008-11-273-33/+15
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.Bjoern A. Zeeb2008-11-272-2/+2
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-2612-28/+49
* Remove in6_pcbdetach() as it is exactly the same functionBjoern A. Zeeb2008-11-261-32/+10