summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_input.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-30net: ipv4: Remove extern udp_v4_early_demux()/tcp_v4_early_demux() in .c filesWang Liang1-2/+2
2025-09-20net: ipv4: convert ip_rcv_options to drop reasonsAntoine Tenart1-12/+12
2025-09-20net: ipv4: simplify drop reason handling in ip_rcv_finish_coreAntoine Tenart1-4/+3
2025-09-20net: ipv4: make udp_v4_early_demux explicitly return drop reasonAntoine Tenart1-1/+1
2025-08-26net: ipv4: allow directed broadcast routes to use dst hintOscar Maes1-4/+7
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+4
2025-07-03net: preserve MSG_ZEROCOPY with forwardingWillem de Bruijn1-0/+6
2025-07-03net: ipv4: fix stat increase when udp early demux drops the packetAntoine Tenart1-3/+4
2025-01-03ipv4: remove useless argYu Tian1-6/+5
2024-11-12net: ip: make ip_route_use_hint() return drop reasonsMenglong Dong1-5/+4
2024-11-12net: ip: make ip_route_input_noref() return drop reasonsMenglong Dong1-3/+4
2024-11-12net: ip: make fib_validate_source() support drop reasonsMenglong Dong1-3/+1
2024-10-10ipv4: Convert ip_route_use_hint() to dscp_t.Guillaume Nault1-2/+2
2024-10-04ipv4: Convert ip_route_input_noref() to dscp_t.Guillaume Nault1-1/+1
2024-09-07net/ipv4: make use of the helper macro LIST_HEAD()Hongbo Li1-4/+2
2024-05-01inet: introduce dst_rtable() helperEric Dumazet1-1/+1
2023-09-01ipv4: ignore dst hint for multipath routesSriram Yagnaraman1-1/+2
2023-02-02net: add support for ipv4 big tcpXin Long1-1/+1
2022-10-12xfrm: fix "disable_policy" on ipv4 early demuxEyal Birger1-0/+5
2022-07-16tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima1-15/+22
2022-04-08net-core: rx_otherhost_dropped to core_statsJeffrey Ji1-0/+1
2022-03-03net: Postpone skb_clear_delivery_time() until knowing the skb is delivered lo...Martin KaFai Lau1-0/+1
2022-02-07net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()Menglong Dong1-2/+3
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong1-4/+10
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong1-2/+10
2021-02-04net: use indirect call helpers for dst_inputBrian Vazquez1-0/+1
2020-03-30bpf: Add socket assign supportJoe Stringer1-1/+2
2019-11-22ipv4: use dst hint for ipv4 list receivePaolo Abeni1-4/+31
2019-10-30inet: do not call sublist_rcv on empty listFlorian Westphal1-1/+2
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-8/+1
2019-05-05net: use indirect calls helpers at early demux stagePaolo Abeni1-1/+4
2019-05-05net: use indirect calls helpers for L3 handler hooksPaolo Abeni1-1/+5
2019-04-01vrf: check accept_source_route on the original netdeviceStephen Suryaputra1-4/+3
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2019-02-28ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern1-4/+5
2019-01-28net: ipv4: ip_input: fix blank line coding style issuesYang Wei1-1/+1
2019-01-19net: Fix usage of pskb_trim_rcsumRoss Lagerwall1-0/+1
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-12-06net: use skb_list_del_init() to remove from RX sublistsEdward Cree1-2/+2
2018-11-08ip: factor out protocol delivery helperPaolo Abeni1-37/+36
2018-09-10net: Add and use skb_list_del_init().David S. Miller1-5/+1
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-1/+1
2018-07-13net: ipv4: fix listify ip_rcv_finish in case of forwardingJesper Dangaard Brouer1-1/+7
2018-07-06net: ipv4: fix list processing on L3 slave devicesEdward Cree1-8/+15
2018-07-05net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()Edward Cree1-5/+11
2018-07-04net: ipv4: listify ip_rcv_finishEdward Cree1-6/+48
2018-07-04net: ipv4: listified version of ip_rcvEdward Cree1-7/+61
2018-03-22net: Make ip_ra_chain per struct netKirill Tkhai1-3/+2
2017-10-01IPv4: early demux can return an error codePaolo Abeni1-10/+15