summaryrefslogtreecommitdiffstats
path: root/sys/netinet/raw_ip.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sys/eventhandler.h from net/route.hmelifaro2016-01-091-0/+1
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.ae2015-07-291-6/+8
* o Use new function ip_fillid() in all places throughout the kernel,glebius2015-04-011-1/+5
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-1/+1
* Make SOCK_RAW sockets to be truly raw, not modifying received and sentglebius2014-09-011-14/+2
* Change pr_output's prototype to avoid the need for explicit casts.kevlo2014-08-151-1/+8
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-081-4/+7
* Fix jailed raw sockets not setting the correct source address bysmh2014-04-241-7/+7
* netinet code no longer uses IFA_RTSELF.glebius2013-11-051-4/+0
* Cleanup in_ifscrub(), which is just an entry to in_scrubprefix().glebius2013-11-011-2/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Do not reduce ip_len by size of IP header in the ip_input()glebius2012-10-231-6/+4
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-4/+11
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-3/+0
* As I came by and noticed add a comment that inp locking is a bit optisticbz2012-01-021-0/+2
* Add back the IP header length to the total packet length field onandre2011-10-071-0/+7
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-281-0/+3
* Implement a CPU-affine TCP and UDP connection lookup data structure,rwatson2011-06-061-1/+2
* Decompose the current single inpcbinfo lock into two locks:rwatson2011-05-301-19/+10
* The statically configured (permanent) ARP entries are removed when anqingli2011-05-201-1/+8
* MfP4 CH=192004:bz2011-04-271-0/+5
* MFp4 CH=191760:bz2011-04-201-8/+17
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-1/+2
* Adding an address on an interface also requires the loopback route toqingli2010-09-121-0/+2
* Ensure a minimum "slop" of 10 extra pcb structures when providing ajhb2010-08-171-2/+2
* Enhance the historic behaviour of raw sockets and jails in a waybz2010-04-271-5/+18
* Add pcb reference counting to the pcblist sysctl handler functionsbz2010-03-171-3/+12
* Abstract out initialization of most aspects of struct inpcbinfo fromrwatson2010-03-141-17/+3
* Following up on a request from Ermal Luci to makeluigi2010-01-071-3/+7
* Throughout the network stack we have a few places ofbz2009-12-131-2/+2
* Dispatch sockopt calls to ipfw and dummynetluigi2009-12-021-0/+4
* Fix a functional regression in multicast.bms2009-11-151-8/+26
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-6/+6
* Self pointing routes are installed for configured interface addressesqingli2009-09-151-0/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-25/+6
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-251-1/+13
* Add a new function, ifa_ifwithaddr_check(), which rather than returningrwatson2009-06-221-1/+1
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andrdivacky2009-06-211-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+13
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* More cleanup in preparation of ipfw relocation (no actual code change):luigi2009-06-051-5/+9
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentpjd2009-06-011-4/+5
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-0/+3
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-5/+5
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDbms2009-03-091-8/+50
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
OpenPOWER on IntegriCloud