summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-37/+8
|\
| * net: Consolidate common blackhole dst opsDaniel Borkmann2021-03-101-37/+8
* | inet: use bigger hash table for IP ID generationEric Dumazet2021-03-241-14/+28
* | net: ipv4: route.c: simplify procfs codeYejune Deng2021-03-161-30/+4
* | net: ipv4: route.c: Fix indentation of multi line comment.Shubhankar Kuranagatti2021-03-121-48/+49
* | net: ipv4: route.c: fix space before tabShubhankar Kuranagatti2021-03-101-5/+5
|/
* IPv4: Add "offload failed" indication to routesAmit Cohen2021-02-081-0/+1
* net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez2021-02-041-2/+2
* net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2021-02-031-2/+5
* net: use indirect call helpers for dst_mtuBrian Vazquez2021-02-031-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-3/+4
|\
| * ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault2020-11-281-3/+4
* | IPv4: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms2020-11-141-0/+3
* | net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrmVincent Bernat2020-11-111-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-1/+3
|\
| * ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern2020-10-101-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-5/+9
|\|
| * ipv4: Update exception handling for multipath routes via same deviceDavid Ahern2020-09-151-5/+8
| * ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern2020-09-141-0/+1
* | net: clean up codestyleMiaohe Lin2020-08-311-5/+5
* | net: clean up codestyle for net/ipv4Miaohe Lin2020-08-251-3/+3
* | net: gain ipv4 mtu when mtu is not lockedMiaohe Lin2020-08-251-1/+2
|/
* ipv4: route: Ignore output interface in FIB lookup for PMTU routeStefano Brivio2020-08-041-0/+5
* net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()Miaohe Lin2020-06-271-1/+1
* 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-081-1/+1
* | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-2/+1
|/
* Remove DST_HOSTDavid Laight2020-03-231-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-141-0/+19
* | ipv4: Encapsulate function arguments in a structIdo Schimmel2020-01-141-3/+9
|/
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-241-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-171-1/+1
* ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio2019-10-171-3/+6
* net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-10-041-3/+2
* ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-09-201-15/+21
* net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend2019-08-241-7/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-1/+1
|\
| * ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup()Ido Schimmel2019-07-051-1/+1
* | ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pktsStephen Suryaputra2019-07-081-4/+17
* | blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar2019-07-011-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-271-0/+33
|\|