summaryrefslogtreecommitdiffstats
path: root/include/net/route.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-07-251-2/+1
|\
| * xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger2022-06-101-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-1/+1
|\ \
| * | ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima2022-07-151-1/+1
| |/
* / net: change the type of ip_route_input_rcu to staticZhengchao Shao2022-07-121-4/+0
|/
* ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault2022-04-221-12/+24
* ipv4: remove sparse error in ip_neigh_gw4()Eric Dumazet2022-01-271-1/+1
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-3/+3
* Remove DST_HOSTDavid Laight2020-03-231-1/+1
* net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese2020-02-241-0/+6
* ipv4: use dst hint for ipv4 list receivePaolo Abeni2019-11-211-0/+4
* ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-09-201-1/+2
* net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend2019-08-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-0/+1
|\
| * ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra2019-06-261-0/+1
* | ipv4: Dump route exceptions if requestedStefano Brivio2019-06-241-0/+4
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* ipv4: Add helpers for neigh lookup for nexthopDavid Ahern2019-04-081-0/+32
* ipv4: Add support to rtable for ipv6 gatewayDavid Ahern2019-04-081-1/+4
* ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-081-4/+4
* net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski2018-09-261-2/+1
* net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-261-1/+1
* net/ipv4: Add support for specifying metric of connected routesDavid Ahern2018-05-291-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+5
|\
| * ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-03-141-1/+2
| * xfrm: reuse uncached_list to track xdstsXin Long2018-02-161-0/+3
* | net/ipv4: Remove fib table id from rtableDavid Ahern2018-02-151-2/+0
|/
* ip_rt_ioctl(): take copyin to callerAl Viro2018-01-241-1/+1
* udp: perform source validation for mcast early demuxPaolo Abeni2017-10-011-1/+3
* net: prevent dst uses after freeEric Dumazet2017-09-211-1/+1
* ipv4: Don't override return code from ip_route_input_noref()Stefano Brivio2017-09-031-3/+4
* ipv4: call dst_hold_safe() properlyWei Wang2017-06-171-1/+3
* net: ipv4: refactor ip_route_input_norefDavid Ahern2017-05-261-0/+3
* net: ipv4: refactor __ip_route_output_key_hashDavid Ahern2017-05-261-3/+6
* net: ipv4: add support for ECMP hash policy choiceNikolay Aleksandrov2017-03-211-3/+3
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-2/+3
* net: ipv4: Remove l3mdev_get_saddrDavid Ahern2016-09-101-10/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-0/+3
|\
| * net: vrf: Fix dst reference countingDavid Ahern2016-04-111-0/+3
* | net: Checks skb_dst to be NULL in inet_iifTom Herbert2016-04-071-3/+4
|/
* ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov2016-02-161-3/+2
* net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern2016-01-041-1/+6
* net: Add source address lookup op for VRFDavid Ahern2015-10-071-3/+4
* net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern2015-10-071-1/+1
* ipv4: ICMP packet inspection for multipathPeter Nørlund2015-10-051-1/+10
* net: Move netif_index_is_l3_master to l3mdev.hDavid Ahern2015-09-291-0/+1
* net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern2015-09-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-1/+1
|\
| * net: Fix vti use case with oif in dst lookupsDavid Ahern2015-09-171-1/+1