summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Remove flag/flags argument from the following functions:ae2014-12-111-1/+1
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-3/+1
* Finish r274175: do control plane MTU tracking.melifaro2014-11-171-12/+2
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-10/+0
* When deciding whether to call m_pullup() even though there is adequaterwatson2014-10-121-1/+1
* Add an additional routing table lookup when m->m_pkthdr.fibnum is changedhrs2014-10-021-4/+16
* Remove disabled code, that is very unlikely to be ever enabled again,glebius2014-09-191-37/+0
* Fix source address selection on unbound sockets in the presence of multipleasomers2014-09-161-4/+4
* Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet andasomers2014-09-111-4/+8
* Add support for receiving and setting flowtype, flowid and RSS bucketadrian2014-09-091-0/+18
* Add a flag to ip_output() - IP_NODEFAULTFLOWID - which prevents it fromadrian2014-09-091-1/+2
* Clean up unused CSUM_FRAGMENT.glebius2014-09-031-2/+1
* Implement the first stage of multi-bind listen sockets and RSS socketadrian2014-07-101-0/+36
* In several cases in ip_output() we obtain reference on ifa. Do notglebius2014-07-091-1/+14
* Remove old reference to IP_RSSCPUID.adrian2014-07-011-3/+0
* Add missing variable declarations when using RSS.adrian2014-06-271-0/+4
* Retire IP_RSSCPUID ; the right thing to do is query the RSS bucket;adrian2014-06-261-3/+8
* Fix unintended KBI change from r264905. Add _fib versions ofasomers2014-05-291-6/+3
* * When copying the flowid from inp -> outbound mbuf, also assign theadrian2014-05-181-0/+20
* Use KASSERTs as suggested by glebius@tuexen2014-05-081-14/+2
* For some UDP packets (for example with 200 byte payload) and IP options,tuexen2014-05-081-5/+13
* Fix subnet and default routes on different FIBs on the same subnet.asomers2014-04-241-3/+6
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-4/+4
* Remove ifa_ref()/ifa_free(), which are atomic(9), from ip_output().glebius2014-03-041-9/+1
* o Remove at compile time the HASH_ALL code, that was neverglebius2014-02-171-13/+2
* o Revamp API between flowtable and netinet, netinet6.glebius2014-02-071-1/+2
* Cleanup comments and whitespace. No functional changes.glebius2014-01-161-18/+14
* Fix ipfw fwd for IPv4 traffic broken by r249894.melifaro2014-01-161-0/+8
* Fix regression from r249894. Now we pass "gw" as argument to if_outputglebius2014-01-021-0/+6
* Disable the now unpredicably bogus check for whether we haveadrian2013-12-201-0/+22
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* - Utilize counter(9) to accumulate statistics on interface addresses. Addglebius2013-10-151-6/+8
* 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
OpenPOWER on IntegriCloud