summaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)Author
2022-05-06ipv4: drop dst in multicast routing pathLokesh Dhoundiyal
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-18ipv4: Fix route lookups when handling ICMP redirects and PMTU updatesGuillaume Nault
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet
2022-02-11ipv4: add (struct uncached_list)->quarantine listEric Dumazet
2022-02-07ipv4: Use dscp_t in struct fib_aliasGuillaume Nault
2022-01-31ipv4: Make ip_idents_reserve staticDavid Ahern
2022-01-27ipv4: Namespaceify min_adv_mss sysctl knobxu xin
2022-01-04Namespaceify mtu_expires sysctlxu xin
2022-01-04Namespaceify min_pmtu sysctlxu xin
2021-12-06net: dst: add net device refcount tracking to dst_entryEric Dumazet
2021-11-16net: align static siphash keysEric Dumazet
2021-09-20net/ipv4/route.c: remove superfluous header files from route.cMianhan Liu
2021-08-31ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet
2021-08-30ipv4: make exception cache less predictibleEric Dumazet
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-26ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet
2021-08-05net: Remove redundant if statementsYajun Deng
2021-08-03net: Keep vertical alignmentYajun Deng
2021-07-21net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-28net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-14ipv4: Fix device used for dst_alloc with local routesDavid Ahern
2021-05-18ipv4: Add custom multipath hash policyIdo Schimmel
2021-05-18ipv4: Calculate multipath hash inside switch statementIdo Schimmel
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-24inet: use bigger hash table for IP ID generationEric Dumazet
2021-03-16net: ipv4: route.c: simplify procfs codeYejune Deng
2021-03-12net: ipv4: route.c: Fix indentation of multi line comment.Shubhankar Kuranagatti
2021-03-10net: ipv4: route.c: fix space before tabShubhankar Kuranagatti
2021-03-10net: Consolidate common blackhole dst opsDaniel Borkmann
2021-02-08IPv4: Add "offload failed" indication to routesAmit Cohen
2021-02-04net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez
2021-02-03net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez
2021-02-03net: use indirect call helpers for dst_mtuBrian Vazquez
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-28ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault
2020-11-14IPv4: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms
2020-11-11net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrmVincent Bernat
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