summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAge
* ipv4: Move exception bucket to nh_commonDavid Ahern2019-05-05
* ipv4: Pass fib_nh_common to rt_cache_routeDavid Ahern2019-05-05
* ipv4: Move cached routes to fib_nh_commonDavid Ahern2019-05-05
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-25
|\
| * ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet2019-04-24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-17
|\|
| * ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet2019-04-14
| * ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra2019-04-12
* | ipv4: Handle ipv6 gateway in ipv4_confirm_neighDavid Ahern2019-04-08
* | ipv4: Add helpers for neigh lookup for nexthopDavid Ahern2019-04-08
* | ipv4: Add support to rtable for ipv6 gatewayDavid Ahern2019-04-08
* | ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-08
* | net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-08
* | ipv4: Add fib_nh_common to fib_resultDavid Ahern2019-04-04
* | ipv4: Rename fib_nh entriesDavid Ahern2019-03-29
* | inet: switch IP ID generator to siphashEric Dumazet2019-03-27
* | net: dst: remove gc leftoversJulian Wiedmann2019-03-21
|/
* route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-03-08
* ipv4/route: fail early when inet dev is missingPaolo Abeni2019-03-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-02
|\
| * ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-01
* | net: ipv4: Fix NULL pointer dereference in route lookupIdo Schimmel2019-03-02
* | route: Add multipath_hash in flowi_common to make user-define hashwenxu2019-02-27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-15
|\|
| * net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-02-09
* | ipv4/igmp: Don't drop IGMP pkt with zeros src addrEdward Chron2019-02-03
* | net: ipv4: route: perform strict checks also for doit handlersJakub Kicinski2019-01-19
|/
* net: ipv4: Set skb->dev for output route resolutionIdo Schimmel2018-12-20
* ipv4: Don't try to print ASCII of link level header in martian dumps.David S. Miller2018-11-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-13
|\
| * net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca2018-10-11
* | net: Move free of dst_metrics to helperDavid Ahern2018-10-05
* | net: common metrics init helper for dst_entryDavid Ahern2018-10-05
* | net: inet_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski2018-10-02
* | net: ip_rt_get_source() - use new style struct initializer instead of memsetMaciej Żenczykowski2018-10-02
* | net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski2018-09-26
* | net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-26
|/
* route: add support for directed broadcast forwardingXin Long2018-07-29
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-06
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-24
| |\
| | * net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern2018-05-22
| * | ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu2018-05-23
* | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-04
|\ \ \ | |/ / |/| |
| * | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-16
| |/
* / net/ipv4: Initialize proto and ports in flow structDavid Ahern2018-05-17
|/
* ipv4: reset fnhe_mtu_locked after cache route flushedHangbin Liu2018-05-10
* ipv4: fix fnhe usage by non-cached routesJulian Anastasov2018-05-02