aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)Author
2019-04-14ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet
2019-04-12ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra
2019-03-08route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long
2019-03-06ipv4/route: fail early when inet dev is missingPaolo Abeni
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-02net: ipv4: Fix NULL pointer dereference in route lookupIdo Schimmel
2019-03-01ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashwenxu
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-08net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi
2019-02-03ipv4/igmp: Don't drop IGMP pkt with zeros src addrEdward Chron
2019-01-19net: ipv4: route: perform strict checks also for doit handlersJakub Kicinski
2018-12-20net: ipv4: Set skb->dev for output route resolutionIdo Schimmel
2018-11-20ipv4: Don't try to print ASCII of link level header in martian dumps.David S. Miller
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-10net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca
2018-10-04net: Move free of dst_metrics to helperDavid Ahern
2018-10-04net: common metrics init helper for dst_entryDavid Ahern
2018-10-02net: inet_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-10-02net: ip_rt_get_source() - use new style struct initializer instead of memsetMaciej Żenczykowski
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski
2018-07-29route: add support for directed broadcast forwardingXin Long
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-23ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu
2018-05-22net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern
2018-05-17net/ipv4: Initialize proto and ports in flow structDavid Ahern
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-10ipv4: reset fnhe_mtu_locked after cache route flushedHangbin Liu
2018-05-02ipv4: fix fnhe usage by non-cached routesJulian Anastasov
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-04-07ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-14ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-04net/ipv4: Simplify fib_multipath_hash with optional flow keysDavid Ahern
2018-03-04net: Align ip_multipath_l3_keys and ip6_multipath_l3_keysDavid Ahern
2018-03-04net/ipv4: Pass net to fib_multipath_hash instead of fib_infoDavid Ahern
2018-03-01vrf: check forwarding on the original netdevice when generating ICMP dest unr...Stephen Suryaputra
2018-03-01net: ipv4: avoid unused variable warning for sysctlArnd Bergmann
2018-02-28ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu
2018-02-27net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca