aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-12/+12
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-01-24rt_cpu_seq_next should increase position indexVasily Averin1-0/+1
2020-01-14ipv4: Add "offload" and "trap" indications to routesIdo Schimmel1-0/+19
2020-01-14ipv4: Encapsulate function arguments in a structIdo Schimmel1-3/+9
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu1-3/+6
2019-11-21ipv4: use dst hint for ipv4 list receivePaolo Abeni1-0/+42
2019-11-05icmp: remove duplicate codeMatteo Croce1-4/+1
2019-10-17ipv4: fix race condition between route lookup and invalidationWei Wang1-1/+1
2019-10-17ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio1-3/+6
2019-10-04net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni1-3/+2
2019-09-20ipv4: Revert removal of rt_uses_gatewayDavid Ahern1-15/+21
2019-08-24net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend1-7/+10
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-07-08ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pktsStephen Suryaputra1-4/+17
2019-07-05ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup()Ido Schimmel1-1/+1
2019-07-01blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar1-2/+1
2019-06-28ipv4: enable route flushing in network namespacesChristian Brauner1-4/+8
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+33
2019-06-26ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra1-0/+33
2019-06-26ipv4: fix suspicious RCU usage in fib_dump_info_fnhe()Eric Dumazet1-5/+6
2019-06-24ipv4: Dump route exceptions if requestedStefano Brivio1-0/+73
2019-06-24ipv4/route: Allow NULL flowinfo in rt_fill_info()Stefano Brivio1-26/+30
2019-06-14ipv4: Support multipath hashing on inner IP pkts for GRE tunnelStephen Suryaputra1-0/+17
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+13
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-12/+12
2019-06-05ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long1-12/+12
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-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
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