summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-07-251-16/+8
|\
| * xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger2022-06-101-16/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-5/+5
|\ \
| * | ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima2022-07-201-3/+3
| * | ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima2022-07-201-1/+1
| * | ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima2022-07-151-1/+1
* | | net: change the type of ip_route_input_rcu to staticZhengchao Shao2022-07-121-17/+17
| |/ |/|
* | net: rename reference+tracking helpersJakub Kicinski2022-06-091-4/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-5/+18
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-05-181-5/+18
| |\
| | * xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger2022-05-161-5/+18
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-0/+1
|\| |
| * | ipv4: drop dst in multicast routing pathLokesh Dhoundiyal2022-05-061-0/+1
| |/
* | ipv4: Initialise ->flowi4_scope properly in ICMP handlers.Guillaume Nault2022-04-221-20/+17
* | ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().Guillaume Nault2022-04-221-2/+2
* | net: ipv4: add skb drop reasons to ip_error()Menglong Dong2022-04-131-1/+5
* | ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault2022-04-111-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-231-4/+14
|\
| * ipv4: Fix route lookups when handling ICMP redirects and PMTU updatesGuillaume Nault2022-03-181-4/+14
* | net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern2022-03-151-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-2/+2
|\|
| * ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet2022-02-171-2/+2
* | ipv4: add (struct uncached_list)->quarantine listEric Dumazet2022-02-111-3/+9
* | ipv4: Use dscp_t in struct fib_aliasGuillaume Nault2022-02-071-1/+2
* | ipv4: Make ip_idents_reserve staticDavid Ahern2022-01-311-2/+1
* | ipv4: Namespaceify min_adv_mss sysctl knobxu xin2022-01-271-10/+11
|/
* 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