aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/route.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-2/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima1-1/+1
2022-07-12net: change the type of ip_route_input_rcu to staticZhengchao Shao1-4/+0
2022-06-10xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger1-2/+1
2022-04-22ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault1-12/+24
2022-01-27ipv4: remove sparse error in ip_neigh_gw4()Eric Dumazet1-1/+1
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-3/+3
2020-03-23Remove DST_HOSTDavid Laight1-1/+1
2020-02-24net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS, IP, NSH etc.Martin Varghese1-0/+6
2019-11-21ipv4: use dst hint for ipv4 list receivePaolo Abeni1-0/+4
2019-09-20ipv4: Revert removal of rt_uses_gatewayDavid Ahern1-1/+2
2019-08-24net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend1-1/+1
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-06-26ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra1-0/+1
2019-06-24ipv4: Dump route exceptions if requestedStefano Brivio1-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-08ipv4: Add helpers for neigh lookup for nexthopDavid Ahern1-0/+32
2019-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern1-1/+4
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern1-4/+4
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski1-2/+1
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski1-1/+1
2018-05-29net/ipv4: Add support for specifying metric of connected routesDavid Ahern1-0/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2018-03-14ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca1-1/+2
2018-02-16xfrm: reuse uncached_list to track xdstsXin Long1-0/+3
2018-02-15net/ipv4: Remove fib table id from rtableDavid Ahern1-2/+0
2018-01-24ip_rt_ioctl(): take copyin to callerAl Viro1-1/+1
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni1-1/+3
2017-09-21net: prevent dst uses after freeEric Dumazet1-1/+1
2017-09-03ipv4: Don't override return code from ip_route_input_noref()Stefano Brivio1-3/+4
2017-06-17ipv4: call dst_hold_safe() properlyWei Wang1-1/+3
2017-05-26net: ipv4: refactor ip_route_input_norefDavid Ahern1-0/+3
2017-05-26net: ipv4: refactor __ip_route_output_key_hashDavid Ahern1-3/+6
2017-03-21net: ipv4: add support for ECMP hash policy choiceNikolay Aleksandrov1-3/+3
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-2/+3
2016-09-10net: ipv4: Remove l3mdev_get_saddrDavid Ahern1-10/+0
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2016-04-11net: vrf: Fix dst reference countingDavid Ahern1-0/+3
2016-04-07net: Checks skb_dst to be NULL in inet_iifTom Herbert1-3/+4
2016-02-16ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov1-3/+2
2016-01-04net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern1-1/+6
2015-10-07net: Add source address lookup op for VRFDavid Ahern1-3/+4
2015-10-07net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern1-1/+1
2015-10-05ipv4: ICMP packet inspection for multipathPeter Nørlund1-1/+10
2015-09-29net: Move netif_index_is_l3_master to l3mdev.hDavid Ahern1-0/+1
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern1-1/+1
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-09-25inet: constify ip_route_output_flow() socket argumentEric Dumazet1-1/+1