summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* inet: introduce dst_rtable() helperEric Dumazet2024-04-301-1/+1
* ipv4: ignore dst hint for multipath routesSriram Yagnaraman2023-09-011-1/+2
* net: add support for ipv4 big tcpXin Long2023-02-011-1/+1
* xfrm: fix "disable_policy" on ipv4 early demuxEyal Birger2022-10-121-0/+5
* tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-07-151-15/+22
* net-core: rx_otherhost_dropped to core_statsJeffrey Ji2022-04-071-0/+1
* net: Postpone skb_clear_delivery_time() until knowing the skb is delivered lo...Martin KaFai Lau2022-03-031-0/+1
* net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()Menglong Dong2022-02-071-2/+3
* net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong2022-02-071-4/+10
* net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong2022-02-071-2/+10
* net: use indirect call helpers for dst_inputBrian Vazquez2021-02-031-0/+1
* bpf: Add socket assign supportJoe Stringer2020-03-301-1/+2
* ipv4: use dst hint for ipv4 list receivePaolo Abeni2019-11-211-4/+31
* inet: do not call sublist_rcv on empty listFlorian Westphal2019-10-291-1/+2
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* 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