summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify ip[6] simploop:melifaro2015-08-081-14/+5
* The mbuf parameter to ip_output_pfil() must be an output parameter sincemarkj2015-08-031-4/+7
* Avoid double reference decrement when firewalls force relooping of packetseri2015-07-291-0/+7
* ip_output normalization and fixeseri2015-07-291-93/+111
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.ae2015-07-291-1/+4
* Extend fixes made in r278103 and r38754 by copying the complete packethselasky2015-04-021-7/+13
* o Use new function ip_fillid() in all places throughout the kernel,glebius2015-04-011-14/+1
* On multi CPU systems, we may emit successive packets with the same id.fabient2015-03-271-1/+1
* Fix a special case in ip_fragment() to produce a more sensible chainhselasky2015-02-251-3/+1
* The flowid and hashtype should be copied from the originating packethselasky2015-02-021-0/+4
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificadrian2015-01-181-0/+1
* 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
OpenPOWER on IntegriCloud