summaryrefslogtreecommitdiff
path: root/include/net/route.h
AgeCommit message (Expand)AuthorFilesLines
2024-12-20ipv4: Define inet_sk_init_flowi4() and use it in inet_sk_rebuild_header().Guillaume Nault1-0/+28
2024-12-19gre: Drop ip_route_output_gre().Guillaume Nault1-14/+0
2024-11-12net: ip: make ip_route_use_hint() return drop reasonsMenglong Dong1-3/+4
2024-11-12net: ip: make ip_route_input() return drop reasonsMenglong Dong1-3/+4
2024-11-12net: ip: make ip_route_input_noref() return drop reasonsMenglong Dong1-7/+8
2024-11-12net: ip: make ip_mc_validate_source() return drop reasonMenglong Dong1-3/+4
2024-11-07ipv4: Prepare ip_route_output() to future .flowi4_tos conversion.Guillaume Nault1-3/+3
2024-10-09ipv4: Convert ip_mc_validate_source() to dscp_t.Guillaume Nault1-1/+2
2024-10-09ipv4: Convert ip_route_use_hint() to dscp_t.Guillaume Nault1-2/+2
2024-10-03ipv4: Convert ip_route_input_noref() to dscp_t.Guillaume Nault1-4/+3
2024-10-03ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault1-2/+3
2024-08-31xfrm: Unmask upper DSCP bits in xfrm_get_tos()Ido Schimmel1-2/+0
2024-08-31ipv4: Unmask upper DSCP bits in ip_sock_rt_tos()Ido Schimmel1-1/+2
2024-04-30inet: introduce dst_rtable() helperEric Dumazet1-0/+11
2024-04-11ipv4: Remove RTO_ONLINK.Guillaume Nault1-2/+0
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault1-1/+8
2024-02-12ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault1-5/+2
2023-10-16ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani1-6/+0
2023-10-01inet: implement lockless IP_TOSEric Dumazet1-2/+2
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet1-1/+1
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet1-2/+2
2023-07-14ipv4: Constify the sk parameter of ip_route_output_*().Guillaume Nault1-3/+3
2023-06-02ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault1-4/+2
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo1-3/+0
2023-02-01net: add a couple of helpers for iph tot_lenXin Long1-3/+0
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David 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 ...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