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