summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
* ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima2022-07-291-1/+1
* ipv4: drop dst in multicast routing pathLokesh Dhoundiyal2022-05-181-0/+1
* ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet2021-11-021-6/+6
* ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet2021-09-221-1/+1
* ipv4: make exception cache less predictibleEric Dumazet2021-09-221-16/+30
* net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-07-201-1/+2
* inet: use bigger hash table for IP ID generationEric Dumazet2021-06-301-14/+28
* ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault2020-12-081-3/+4
* ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern2020-10-291-1/+3
* rt_cpu_seq_next should increase position indexVasily Averin2020-10-011-0/+1
* ipv4: Update exception handling for multipath routes via same deviceDavid Ahern2020-09-261-5/+8
* net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin2020-06-031-8/+6
* net: ipv4: really enforce backoff for redirectsPaolo Abeni2020-05-201-1/+1
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2020-01-041-3/+6
* ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio2019-10-291-3/+6
* ipv4: fix race condition between route lookup and invalidationWei Wang2019-10-291-1/+1
* net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-10-071-3/+2
* ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long2019-06-111-11/+11
* inet: switch IP ID generator to siphashEric Dumazet2019-06-041-5/+7
* ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet2019-05-021-9/+23
* ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet2019-04-271-2/+8
* ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra2019-04-271-1/+9
* route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-03-191-0/+4
* ipv4/route: fail early when inet dev is missingPaolo Abeni2019-03-191-4/+5
* ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-101-1/+1
* net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-02-231-2/+5
* net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca2018-10-101-3/+4
* route: add support for directed broadcast forwardingXin Long2018-07-291-1/+5
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-39/+138
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-241-0/+31
| |\
| | * net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern2018-05-221-0/+31
| * | ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu2018-05-231-39/+107
* | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-13/+2
|\ \ \ | |/ / |/| |
| * | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+2
| |/
* / net/ipv4: Initialize proto and ports in flow structDavid Ahern2018-05-171-1/+6
|/
* ipv4: reset fnhe_mtu_locked after cache route flushedHangbin Liu2018-05-101-0/+1
* ipv4: fix fnhe usage by non-cached routesJulian Anastasov2018-05-021-65/+53
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-091-5/+6
|\
| * ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet2018-04-071-5/+6
* | headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-1/+0
|/
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-4/+0
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-15/+32
|\
| * ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-03-141-7/+19
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-131-8/+13
| |\
| | * xfrm: reuse uncached_list to track xdstsXin Long2018-02-161-8/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-3/+15
|\| |
| * | vrf: check forwarding on the original netdevice when generating ICMP dest unr...Stephen Suryaputra2018-03-011-1/+10