aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/raw_ip.c
Commit message (Expand)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-6/+5
* Ensure that the buffer length and the length provided in the IPv4Michael Tuexen2017-01-131-1/+1
* Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead.Kevin Lo2016-09-151-2/+2
* The pr_destroy field does not allow us to run the teardown code in aBjoern A. Zeeb2016-06-011-2/+3
* Send an ICMP packet indicating destination unreachable/protocolMichael Tuexen2016-05-251-1/+4
* Count packets as not being delivered only if they are neitherMichael Tuexen2016-05-251-2/+6
* netinet: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Mfp: r296345Bjoern A. Zeeb2016-04-091-2/+1
* Remove sys/eventhandler.h from net/route.hAlexander V. Chernikov2016-01-091-0/+1
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.Andrey V. Elsukov2015-07-291-6/+8
* o Use new function ip_fillid() in all places throughout the kernel,Gleb Smirnoff2015-04-011-1/+5
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-1/+1
* Make SOCK_RAW sockets to be truly raw, not modifying received and sentGleb Smirnoff2014-09-011-14/+2
* Change pr_output's prototype to avoid the need for explicit casts.Kevin Lo2014-08-151-1/+8
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-4/+7
* Fix jailed raw sockets not setting the correct source address bySteven Hartland2014-04-241-7/+7
* netinet code no longer uses IFA_RTSELF.Gleb Smirnoff2013-11-051-4/+0
* Cleanup in_ifscrub(), which is just an entry to in_scrubprefix().Gleb Smirnoff2013-11-011-2/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Do not reduce ip_len by size of IP header in the ip_input()Gleb Smirnoff2012-10-231-6/+4
* Switch the entire IPv4 stack to keep the IP packet headerGleb Smirnoff2012-10-221-4/+11
* Merge the projects/pf/head branch, that was worked on for last six months,Gleb Smirnoff2012-09-081-3/+0
* As I came by and noticed add a comment that inp locking is a bit optisticBjoern A. Zeeb2012-01-021-0/+2
* Add back the IP header length to the total packet length field onAndre Oppermann2011-10-071-0/+7
* Update packet filter (pf) code to OpenBSD 4.5.Bjoern A. Zeeb2011-06-281-0/+3
* Implement a CPU-affine TCP and UDP connection lookup data structure,Robert Watson2011-06-061-1/+2
* Decompose the current single inpcbinfo lock into two locks:Robert Watson2011-05-301-19/+10
* The statically configured (permanent) ARP entries are removed when anQing Li2011-05-201-1/+8
* MfP4 CH=192004:Bjoern A. Zeeb2011-04-271-0/+5
* MFp4 CH=191760:Bjoern A. Zeeb2011-04-201-8/+17
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needMatthew D Fleming2011-01-181-1/+2
* Adding an address on an interface also requires the loopback route toQing Li2010-09-121-0/+2
* Ensure a minimum "slop" of 10 extra pcb structures when providing aJohn Baldwin2010-08-171-2/+2
* Enhance the historic behaviour of raw sockets and jails in a wayBjoern A. Zeeb2010-04-271-5/+18
* Add pcb reference counting to the pcblist sysctl handler functionsBjoern A. Zeeb2010-03-171-3/+12
* Abstract out initialization of most aspects of struct inpcbinfo fromRobert Watson2010-03-141-17/+3
* Following up on a request from Ermal Luci to makeLuigi Rizzo2010-01-071-3/+7
* Throughout the network stack we have a few places ofBjoern A. Zeeb2009-12-131-2/+2
* Dispatch sockopt calls to ipfw and dummynetLuigi Rizzo2009-12-021-0/+4
* Fix a functional regression in multicast.Bruce M Simpson2009-11-151-8/+26
* Virtualize the pfil hooks so that different jails may chose differentJulian Elischer2009-10-111-6/+6
* Self pointing routes are installed for configured interface addressesQing Li2009-09-151-0/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-25/+6
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of theRobert Watson2009-06-251-1/+13
* Add a new function, ifa_ifwithaddr_check(), which rather than returningRobert Watson2009-06-221-1/+1
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andRoman Divacky2009-06-211-1/+1