aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern1-1/+1
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern1-1/+2
2019-05-05ipv4: Move exception bucket to nh_commonDavid Ahern1-24/+17
2019-05-05ipv4: Pass fib_nh_common to rt_cache_routeDavid Ahern1-10/+10
2019-05-05ipv4: Move cached routes to fib_nh_commonDavid Ahern1-9/+9
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-4/+4
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+23
2019-04-24ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet1-9/+23
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+15
2019-04-14ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet1-2/+8
2019-04-12ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra1-1/+9
2019-04-08ipv4: Handle ipv6 gateway in ipv4_confirm_neighDavid Ahern1-4/+6
2019-04-08ipv4: Add helpers for neigh lookup for nexthopDavid Ahern1-10/+19
2019-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern1-5/+26
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern1-24/+27
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern1-2/+3
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern1-20/+40
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern1-9/+9
2019-03-27inet: switch IP ID generator to siphashEric Dumazet1-5/+7
2019-03-21net: dst: remove gc leftoversJulian Wiedmann1-1/+1
2019-03-08route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long1-0/+4
2019-03-06ipv4/route: fail early when inet dev is missingPaolo Abeni1-4/+5
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-03-02net: ipv4: Fix NULL pointer dereference in route lookupIdo Schimmel1-1/+1
2019-03-01ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu1-1/+1
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashwenxu1-0/+4
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2019-02-08net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi1-2/+5
2019-02-03ipv4/igmp: Don't drop IGMP pkt with zeros src addrEdward Chron1-1/+2
2019-01-19net: ipv4: route: perform strict checks also for doit handlersJakub Kicinski1-2/+70
2018-12-20net: ipv4: Set skb->dev for output route resolutionIdo Schimmel1-0/+1
2018-11-20ipv4: Don't try to print ASCII of link level header in martian dumps.David S. Miller1-1/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2018-10-10net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca1-3/+4
2018-10-04net: Move free of dst_metrics to helperDavid Ahern1-4/+1
2018-10-04net: common metrics init helper for dst_entryDavid Ahern1-5/+2
2018-10-02net: inet_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski1-2/+1
2018-10-02net: ip_rt_get_source() - use new style struct initializer instead of memsetMaciej Żenczykowski1-12/+9
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski1-2/+2
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski1-5/+3
2018-07-29route: add support for directed broadcast forwardingXin Long1-1/+5
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-06Merge 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/viro/vfsLinus Torvalds1-13/+2
2018-05-24Merge 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