summaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-29ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima1-1/+1
2022-05-18ipv4: drop dst in multicast routing pathLokesh Dhoundiyal1-0/+1
2021-11-02ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet1-6/+6
2021-09-22ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet1-1/+1
2021-09-22ipv4: make exception cache less predictibleEric Dumazet1-16/+30
2021-07-20net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko1-1/+2
2021-06-30inet: use bigger hash table for IP ID generationEric Dumazet1-14/+28
2020-12-08ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault1-3/+4
2020-10-29ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern1-1/+3
2020-10-01rt_cpu_seq_next should increase position indexVasily Averin1-0/+1
2020-09-26ipv4: Update exception handling for multipath routes via same deviceDavid Ahern1-5/+8
2020-06-03net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin1-8/+6
2020-05-20net: ipv4: really enforce backoff for redirectsPaolo Abeni1-1/+1
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu1-3/+6
2019-10-29ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio1-3/+6
2019-10-29ipv4: fix race condition between route lookup and invalidationWei Wang1-1/+1
2019-10-07net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni1-3/+2
2019-06-11ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long1-11/+11
2019-06-04inet: switch IP ID generator to siphashEric Dumazet1-5/+7
2019-05-02ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet1-9/+23
2019-04-27ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet1-2/+8
2019-04-27ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra1-1/+9
2019-03-19route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long1-0/+4
2019-03-19ipv4/route: fail early when inet dev is missingPaolo Abeni1-4/+5
2019-03-10ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu1-1/+1
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi1-2/+5
2018-10-11net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca1-3/+4
2018-07-29route: add support for directed broadcast forwardingXin Long1-1/+5
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-39/+138
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-13/+2
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+31
2018-05-23ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu1-39/+107
2018-05-22net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern1-0/+31
2018-05-17net/ipv4: Initialize proto and ports in flow structDavid Ahern1-1/+6
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+2
2018-05-10ipv4: reset fnhe_mtu_locked after cache route flushedHangbin Liu1-0/+1
2018-05-03ipv4: fix fnhe usage by non-cached routesJulian Anastasov1-65/+53
2018-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+6
2018-04-08ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet1-5/+6
2018-04-06headers: untangle kmemleak.h from mm.hRandy Dunlap1-1/+0
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-4/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-2/+2
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+32
2018-03-14ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca1-7/+19
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-8/+13
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+15
2018-03-04net/ipv4: Simplify fib_multipath_hash with optional flow keysDavid Ahern1-14/+10
2018-03-04net: Align ip_multipath_l3_keys and ip6_multipath_l3_keysDavid Ahern1-9/+11