summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@hiren2015-04-241-5/+8
* MFC r279281:hselasky2015-03-251-3/+1
* Append to the MFC of r278103 that we also pass along the M_FLOWID flag.hselasky2015-02-101-2/+2
* MFC r278103:hselasky2015-02-101-0/+4
* MFC r268450 (by glebius). The leak affects stable/10 too.np2014-07-211-1/+14
* MFC r265691:tuexen2014-06-221-10/+6
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-4/+4
* Merge r262747: remove extraneous ifa_ref()/ifa_free().glebius2014-03-191-9/+1
* Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823,glebius2014-03-041-13/+3
* MFC r260702 (by melifaro):ae2014-02-061-0/+8
* Merge r260188 from head:glebius2014-01-051-0/+6
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-251-1/+6
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-2/+2
* Remove unused M_FRAG, M_FIRSTFRAG and M_LASTFRAG tagging from ip_fragment().andre2013-08-191-8/+3
* In r227207, to fix the issue with possible NULL inp_socket pointertrociny2013-07-041-7/+4
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-2/+3
* Introduce a pointer to const variable gw, which points either at theglebius2013-04-251-13/+6
* This fixes the issue with the "randomly changing" defaultrrs2013-04-241-1/+1
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-151-2/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-5/+5
* Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.andre2012-11-271-4/+2
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-5/+3
* o Remove last argument to ip_fragment(), and obtain all needed informationglebius2012-10-261-13/+16
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-251-8/+3
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-21/+5
* Fix a miss from r241344: in ip_mloopback() we need to go toglebius2012-10-141-3/+3
* After r241245 it appeared that in_delayed_cksum(), which still expectsglebius2012-10-081-2/+3
* A step in resolving mess with byte ordering for AF_INET. After this change:glebius2012-10-061-15/+32
* Plug a reference leak: before doing 'goto again' we need to unrefglebius2012-07-181-2/+8
* When ip_output()/ip6_output() is supplied a struct route *ro argument,glebius2012-07-041-22/+22
* Add a IP_RECVTOS socket option to receive for received UDP/IPv4tuexen2012-06-121-0/+8
* Cache SO_REUSEPORT socket option in inpcb-layer in order to avoidtrociny2011-11-061-5/+36
* The mbuf_frag_size always was and is file local and not queried from basebz2011-04-141-1/+1
* Try to catch a possible divide-by-zero as early as possible if "mtu" is 0bz2010-12-311-0/+3
* IP_BINDANY is not correctly handled in getsockopt() case.attilio2010-09-241-0/+4
* This patch fixes the problem where proxy ARP entries cannot be addedqingli2010-05-251-1/+1
* The proper fix for the delayed SCTP checksum is torrs2010-03-121-2/+2
* - restructure flowtable to support ipv6kmacy2010-03-121-8/+14
* One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is toqingli2010-03-091-1/+5
* Make the compiler happy after r201125:bz2009-12-281-1/+1
* introduce a local variable rte acting as a cache of ro->ro_rtluigi2009-12-281-18/+22
* + remove an unused #define print_ip;luigi2009-12-281-19/+13
* Remove ifdefed out part of code, which seems to have originated a decade agotrasz2009-11-091-1/+1
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-2/+2
* Do not try to free the rt_lle entry of the cached route inqingli2009-08-281-3/+1
* - change the interface to flowtable_lookup so that we don't rely onkmacy2009-08-181-1/+1
* In function ip_output(), the cached route is flushed when there is aqingli2009-08-141-1/+5
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-7/+1
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-0/+3
OpenPOWER on IntegriCloud