summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-8/+1
* net: use indirect calls helpers at early demux stagePaolo Abeni2019-05-051-1/+4
* net: use indirect calls helpers for L3 handler hooksPaolo Abeni2019-05-051-1/+5
* vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-011-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-4/+5
|\
| * ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern2019-02-271-4/+5
* | net: ipv4: ip_input: fix blank line coding style issuesYang Wei2019-01-271-1/+1
|/
* net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-2/+2
|\
| * net: use skb_list_del_init() to remove from RX sublistsEdward Cree2018-12-051-2/+2
* | ip: factor out protocol delivery helperPaolo Abeni2018-11-071-37/+36
|/
* net: Add and use skb_list_del_init().David S. Miller2018-09-101-5/+1
* net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
* net: ipv4: fix listify ip_rcv_finish in case of forwardingJesper Dangaard Brouer2018-07-121-1/+7
* net: ipv4: fix list processing on L3 slave devicesEdward Cree2018-07-061-8/+15
* net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()Edward Cree2018-07-051-5/+11
* net: ipv4: listify ip_rcv_finishEdward Cree2018-07-041-6/+48
* net: ipv4: listified version of ip_rcvEdward Cree2018-07-041-7/+61
* net: Make ip_ra_chain per struct netKirill Tkhai2018-03-221-3/+2
* IPv4: early demux can return an error codePaolo Abeni2017-10-011-10/+15
* net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org2017-03-241-2/+3
* net: VRF: Pass original iif to ip_route_input()Mark Tomlinson2016-09-161-2/+3
* net: original ingress device index in PKTINFODavid Ahern2016-05-111-0/+1
* net: l3mdev: Add hook in ip and ipv6David Ahern2016-05-111-0/+7
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-1/+1
* net: rename IP_UPD_PO_STATS_BH()Eric Dumazet2016-04-271-3/+3
* net: rename IP_ADD_STATS_BH()Eric Dumazet2016-04-271-3/+3
* net: rename IP_INC_STATS_BH()Eric Dumazet2016-04-271-10/+10
* ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov2016-02-161-4/+1
* ipv4: add option to drop unicast encapsulated in L2 multicastJohannes Berg2016-02-111-1/+24
* ipv4: early demux should be aware of fragmentsEric Dumazet2016-01-291-1/+4
* ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-121-3/+4
* ipv4: Only compute net once in ip_call_ra_chainEric W. Biederman2015-10-121-1/+2
* netfilter: Pass net into okfnEric W. Biederman2015-09-171-5/+2
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-4/+4
* ipv4: Only compute net once in ip_rcv_finishEric W. Biederman2015-09-171-6/+4
* ipv4: Compute net once in ip_rcvEric W. Biederman2015-09-171-7/+9
* dst: Metadata destinationsThomas Graf2015-07-211-1/+2
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-4/+6
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-1/+1
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-2/+3
* net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger2014-01-271-1/+1
* net: add SNMP counters tracking incoming ECN bitsEric Dumazet2013-08-081-0/+8
* ipv4: set transport header earlierEric Dumazet2013-07-161-4/+3
* net: Add MIB counters for checksum errorsEric Dumazet2013-04-291-1/+3
* ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman2013-03-011-2/+4
* ipv4: Disallow non-namespace aware protocols to register.David S. Miller2013-02-051-7/+0
* net: TCP early demux cleanupEric Dumazet2012-07-301-2/+0
* ipv6: Early TCP socket demuxEric Dumazet2012-07-261-0/+1
* ipv4: Fix input route performance regression.David S. Miller2012-07-261-2/+2