summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet2022-02-171-2/+2
* Namespaceify mtu_expires sysctlxu xin2022-01-041-10/+11
* Namespaceify min_pmtu sysctlxu xin2022-01-041-16/+37
* net: dst: add net device refcount tracking to dst_entryEric Dumazet2021-12-061-3/+4
* net: align static siphash keysEric Dumazet2021-11-161-1/+1
* net/ipv4/route.c: remove superfluous header files from route.cMianhan Liu2021-09-201-8/+0
* ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet2021-08-311-1/+1
* ipv4: make exception cache less predictibleEric Dumazet2021-08-301-16/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-261-6/+6
|\
| * ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet2021-08-261-6/+6
* | net: Remove redundant if statementsYajun Deng2021-08-051-2/+1
* | net: Keep vertical alignmentYajun Deng2021-08-031-3/+4
* | net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko2021-07-211-20/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-1/+2
|\
| * net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-06-281-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-1/+14
|\|
| * ipv4: Fix device used for dst_alloc with local routesDavid Ahern2021-06-141-1/+14
* | ipv4: Add custom multipath hash policyIdo Schimmel2021-05-181-0/+121
* | ipv4: Calculate multipath hash inside switch statementIdo Schimmel2021-05-181-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-37/+8
|\
| * net: Consolidate common blackhole dst opsDaniel Borkmann2021-03-101-37/+8
* | inet: use bigger hash table for IP ID generationEric Dumazet2021-03-241-14/+28
* | net: ipv4: route.c: simplify procfs codeYejune Deng2021-03-161-30/+4
* | net: ipv4: route.c: Fix indentation of multi line comment.Shubhankar Kuranagatti2021-03-121-48/+49
* | net: ipv4: route.c: fix space before tabShubhankar Kuranagatti2021-03-101-5/+5
|/
* IPv4: Add "offload failed" indication to routesAmit Cohen2021-02-081-0/+1
* net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez2021-02-041-2/+2
* net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2021-02-031-2/+5
* net: use indirect call helpers for dst_mtuBrian Vazquez2021-02-031-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-3/+4
|\
| * ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault2020-11-281-3/+4
* | IPv4: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms2020-11-141-0/+3
* | net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrmVincent Bernat2020-11-111-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-1/+3
|\
| * ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern2020-10-101-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-5/+9
|\|
| * ipv4: Update exception handling for multipath routes via same deviceDavid Ahern2020-09-151-5/+8
| * ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern2020-09-141-0/+1
* | net: clean up codestyleMiaohe Lin2020-08-311-5/+5
* | net: clean up codestyle for net/ipv4Miaohe Lin2020-08-251-3/+3
* | net: gain ipv4 mtu when mtu is not lockedMiaohe Lin2020-08-251-1/+2
|/
* ipv4: route: Ignore output interface in FIB lookup for PMTU routeStefano Brivio2020-08-041-0/+5
* net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()Miaohe Lin2020-06-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-8/+6
|\
| * net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin2020-05-171-8/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-1/+1
|\|
| * net: ipv4: really enforce backoff for redirectsPaolo Abeni2020-05-081-1/+1
* | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-2/+1
|/
* Remove DST_HOSTDavid Laight2020-03-231-8/+5
* net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese2020-02-241-0/+48