summaryrefslogtreecommitdiffstats
path: root/include/net/route.h
AgeCommit message (Expand)AuthorLines
2023-02-01net: add a couple of helpers for iph tot_lenXin Long-3/+0
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-2/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima-1/+1
2022-07-12net: change the type of ip_route_input_rcu to staticZhengchao Shao-4/+0
2022-06-10xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger-2/+1
2022-04-22ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault-12/+24
2022-01-27ipv4: remove sparse error in ip_neigh_gw4()Eric Dumazet-1/+1
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski-0/+1
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore-3/+3
2020-03-23Remove DST_HOSTDavid Laight-1/+1
2020-02-24net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese-0/+6
2019-11-21ipv4: use dst hint for ipv4 list receivePaolo Abeni-0/+4
2019-09-20ipv4: Revert removal of rt_uses_gatewayDavid Ahern-1/+2
2019-08-24net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend-1/+1
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2019-06-26ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra-0/+1
2019-06-24ipv4: Dump route exceptions if requestedStefano Brivio-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-04-08ipv4: Add helpers for neigh lookup for nexthopDavid Ahern-0/+32
2019-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern-1/+4
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern-4/+4
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski-2/+1
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski-1/+1
2018-05-29net/ipv4: Add support for specifying metric of connected routesDavid Ahern-0/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+5
2018-03-14ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca-1/+2
2018-02-16xfrm: reuse uncached_list to track xdstsXin Long-0/+3
2018-02-15net/ipv4: Remove fib table id from rtableDavid Ahern-2/+0
2018-01-24ip_rt_ioctl(): take copyin to callerAl Viro-1/+1
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni-1/+3
2017-09-21net: prevent dst uses after freeEric Dumazet-1/+1
2017-09-03ipv4: Don't override return code from ip_route_input_noref()Stefano Brivio-3/+4
2017-06-17ipv4: call dst_hold_safe() properlyWei Wang-1/+3
2017-05-26net: ipv4: refactor ip_route_input_norefDavid Ahern-0/+3
2017-05-26net: ipv4: refactor __ip_route_output_key_hashDavid Ahern-3/+6
2017-03-21net: ipv4: add support for ECMP hash policy choiceNikolay Aleksandrov-3/+3
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti-2/+3
2016-09-10net: ipv4: Remove l3mdev_get_saddrDavid Ahern-10/+0
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2016-04-11net: vrf: Fix dst reference countingDavid Ahern-0/+3
2016-04-07net: Checks skb_dst to be NULL in inet_iifTom Herbert-3/+4
2016-02-16ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov-3/+2
2016-01-04net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern-1/+6
2015-10-07net: Add source address lookup op for VRFDavid Ahern-3/+4
2015-10-07net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern-1/+1
2015-10-05ipv4: ICMP packet inspection for multipathPeter Nørlund-1/+10
2015-09-29net: Move netif_index_is_l3_master to l3mdev.hDavid Ahern-0/+1
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern-1/+1
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1