summaryrefslogtreecommitdiff
path: root/include/net/route.h
AgeCommit message (Expand)Author
2023-10-16ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani
2023-10-01inet: implement lockless IP_TOSEric Dumazet
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-07-14ipv4: Constify the sk parameter of ip_route_output_*().Guillaume Nault
2023-06-02ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo
2023-02-01net: add a couple of helpers for iph tot_lenXin Long
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-15ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima
2022-07-12net: change the type of ip_route_input_rcu to staticZhengchao Shao
2022-06-10xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger
2022-04-22ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault
2022-01-27ipv4: remove sparse error in ip_neigh_gw4()Eric Dumazet
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-03-23Remove DST_HOSTDavid Laight
2020-02-24net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese
2019-11-21ipv4: use dst hint for ipv4 list receivePaolo Abeni
2019-09-20ipv4: Revert removal of rt_uses_gatewayDavid Ahern
2019-08-24net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-26ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra
2019-06-24ipv4: Dump route exceptions if requestedStefano Brivio
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-08ipv4: Add helpers for neigh lookup for nexthopDavid Ahern
2019-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski
2018-05-29net/ipv4: Add support for specifying metric of connected routesDavid Ahern
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-14ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-02-16xfrm: reuse uncached_list to track xdstsXin Long
2018-02-15net/ipv4: Remove fib table id from rtableDavid Ahern
2018-01-24ip_rt_ioctl(): take copyin to callerAl Viro
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni
2017-09-21net: prevent dst uses after freeEric Dumazet
2017-09-03ipv4: Don't override return code from ip_route_input_noref()Stefano Brivio
2017-06-17ipv4: call dst_hold_safe() properlyWei Wang
2017-05-26net: ipv4: refactor ip_route_input_norefDavid Ahern
2017-05-26net: ipv4: refactor __ip_route_output_key_hashDavid Ahern
2017-03-21net: ipv4: add support for ECMP hash policy choiceNikolay Aleksandrov
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2016-09-10net: ipv4: Remove l3mdev_get_saddrDavid Ahern
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-11net: vrf: Fix dst reference countingDavid Ahern
2016-04-07net: Checks skb_dst to be NULL in inet_iifTom Herbert