aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
AgeCommit message (Expand)Author
2023-12-08ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan
2023-10-10ipv4: fix null-deref in ipv4_link_failureKyle Zeng
2023-09-19ipv4: ignore dst hint for multipath routesSriram Yagnaraman
2022-07-29ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima
2022-05-25xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger
2022-05-25net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrmVincent Bernat
2022-05-18ipv4: drop dst in multicast routing pathLokesh Dhoundiyal
2022-04-08ipv4: Fix route lookups when handling ICMP redirects and PMTU updatesGuillaume Nault
2021-09-15ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet
2021-09-15ipv4: make exception cache less predictibleEric Dumazet
2021-09-03ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet
2021-07-14net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko
2021-06-23ipv4: Fix device used for dst_alloc with local routesDavid Ahern
2021-05-14inet: use bigger hash table for IP ID generationEric Dumazet
2021-03-30net: Consolidate common blackhole dst opsDaniel Borkmann
2020-11-28ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-10ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-15ipv4: Update exception handling for multipath routes via same deviceDavid Ahern
2020-09-14ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern
2020-08-31net: clean up codestyleMiaohe Lin
2020-08-25net: clean up codestyle for net/ipv4Miaohe Lin
2020-08-25net: gain ipv4 mtu when mtu is not lockedMiaohe Lin
2020-08-04ipv4: route: Ignore output interface in FIB lookup for PMTU routeStefano Brivio
2020-06-27net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()Miaohe Lin
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-17net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-08net: ipv4: really enforce backoff for redirectsPaolo Abeni
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-03-23Remove DST_HOSTDavid Laight
2020-02-24net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-24rt_cpu_seq_next should increase position indexVasily Averin
2020-01-14ipv4: Add "offload" and "trap" indications to routesIdo Schimmel
2020-01-14ipv4: Encapsulate function arguments in a structIdo Schimmel
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-11-21ipv4: use dst hint for ipv4 list receivePaolo Abeni
2019-11-05icmp: remove duplicate codeMatteo Croce
2019-10-17ipv4: fix race condition between route lookup and invalidationWei Wang
2019-10-17ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio
2019-10-04net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni
2019-09-20ipv4: Revert removal of rt_uses_gatewayDavid Ahern
2019-08-24net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-08ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pktsStephen Suryaputra
2019-07-05ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup()Ido Schimmel
2019-07-01blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar