summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-8/+6
|\
| * net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin2020-05-171-8/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-1/+1
|\|
| * net: ipv4: really enforce backoff for redirectsPaolo Abeni2020-05-091-1/+1
* | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-2/+1
|/
* Remove DST_HOSTDavid Laight2020-03-241-8/+5
* net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese2020-02-241-0/+48
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-12/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-0/+1
|\
| * rt_cpu_seq_next should increase position indexVasily Averin2020-01-241-0/+1
* | ipv4: Add "offload" and "trap" indications to routesIdo Schimmel2020-01-151-0/+19
* | ipv4: Encapsulate function arguments in a structIdo Schimmel2020-01-151-3/+9
|/
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-251-3/+6
* ipv4: use dst hint for ipv4 list receivePaolo Abeni2019-11-211-0/+42
* icmp: remove duplicate codeMatteo Croce2019-11-051-4/+1
* ipv4: fix race condition between route lookup and invalidationWei Wang2019-10-181-1/+1
* ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio2019-10-181-3/+6
* net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-10-051-3/+2
* ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-09-211-15/+21
* net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend2019-08-251-7/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-091-1/+1
|\
| * ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup()Ido Schimmel2019-07-061-1/+1
* | ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pktsStephen Suryaputra2019-07-091-4/+17
* | blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar2019-07-021-2/+1
* | ipv4: enable route flushing in network namespacesChristian Brauner2019-06-281-4/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-281-0/+33
|\|
| * ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra2019-06-261-0/+33
* | ipv4: fix suspicious RCU usage in fib_dump_info_fnhe()Eric Dumazet2019-06-261-5/+6
* | ipv4: Dump route exceptions if requestedStefano Brivio2019-06-241-0/+73
* | ipv4/route: Allow NULL flowinfo in rt_fill_info()Stefano Brivio2019-06-241-26/+30
* | ipv4: Support multipath hashing on inner IP pkts for GRE tunnelStephen Suryaputra2019-06-151-0/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-17/+13
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-071-12/+12
| |\
| | * ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long2019-06-061-12/+12
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
| |/
* | ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern2019-06-051-1/+1
* | ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-051-1/+2
|/
* ipv4: Move exception bucket to nh_commonDavid Ahern2019-05-051-24/+17
* ipv4: Pass fib_nh_common to rt_cache_routeDavid Ahern2019-05-051-10/+10
* ipv4: Move cached routes to fib_nh_commonDavid Ahern2019-05-051-9/+9
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-261-9/+23
|\
| * ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet2019-04-241-9/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-1/+15
|\|
| * ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet2019-04-141-2/+8
| * ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra2019-04-131-1/+9
* | ipv4: Handle ipv6 gateway in ipv4_confirm_neighDavid Ahern2019-04-091-4/+6
* | ipv4: Add helpers for neigh lookup for nexthopDavid Ahern2019-04-091-10/+19
* | ipv4: Add support to rtable for ipv6 gatewayDavid Ahern2019-04-091-5/+26
* | ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-091-24/+27