aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-16/+8
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+5
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima1-3/+3
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima1-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima1-1/+1
2022-07-12net: change the type of ip_route_input_rcu to staticZhengchao Shao1-17/+17
2022-06-10xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger1-16/+8
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-4/+3
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+18
2022-05-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-5/+18
2022-05-16xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger1-5/+18
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-05-06ipv4: drop dst in multicast routing pathLokesh Dhoundiyal1-0/+1
2022-04-22ipv4: Initialise ->flowi4_scope properly in ICMP handlers.Guillaume Nault1-20/+17
2022-04-22ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().Guillaume Nault1-2/+2
2022-04-13net: ipv4: add skb drop reasons to ip_error()Menglong Dong1-1/+5
2022-04-11ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault1-2/+2
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+14
2022-03-18ipv4: Fix route lookups when handling ICMP redirects and PMTU updatesGuillaume Nault1-4/+14
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-2/+2
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-02-17ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet1-2/+2
2022-02-11ipv4: add (struct uncached_list)->quarantine listEric Dumazet1-3/+9
2022-02-07ipv4: Use dscp_t in struct fib_aliasGuillaume Nault1-1/+2
2022-01-31ipv4: Make ip_idents_reserve staticDavid Ahern1-2/+1
2022-01-27ipv4: Namespaceify min_adv_mss sysctl knobxu xin1-10/+11
2022-01-04Namespaceify mtu_expires sysctlxu xin1-10/+11
2022-01-04Namespaceify min_pmtu sysctlxu xin1-16/+37
2021-12-06net: dst: add net device refcount tracking to dst_entryEric Dumazet1-3/+4
2021-11-16net: align static siphash keysEric Dumazet1-1/+1
2021-09-20net/ipv4/route.c: remove superfluous header files from route.cMianhan Liu1-8/+0
2021-08-31ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet1-1/+1
2021-08-30ipv4: make exception cache less predictibleEric Dumazet1-16/+30
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+6
2021-08-26ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet1-6/+6
2021-08-05net: Remove redundant if statementsYajun Deng1-2/+1
2021-08-03net: Keep vertical alignmentYajun Deng1-3/+4
2021-07-21net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko1-20/+1
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-06-28net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko1-1/+2
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+14
2021-06-14ipv4: Fix device used for dst_alloc with local routesDavid Ahern1-1/+14
2021-05-18ipv4: Add custom multipath hash policyIdo Schimmel1-0/+121
2021-05-18ipv4: Calculate multipath hash inside switch statementIdo Schimmel1-2/+4
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-37/+8
2021-03-24inet: use bigger hash table for IP ID generationEric Dumazet1-14/+28
2021-03-16net: ipv4: route.c: simplify procfs codeYejune Deng1-30/+4
2021-03-12net: ipv4: route.c: Fix indentation of multi line comment.Shubhankar Kuranagatti1-48/+49