summaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Unmask upper DSCP bits when building flow keyIdo Schimmel2024-08-311-2/+2
* ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()Ido Schimmel2024-08-311-1/+1
* ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookupIdo Schimmel2024-08-311-1/+1
* ipv4: Unmask upper DSCP bits when using hintsIdo Schimmel2024-08-221-1/+1
* ipv4: Unmask upper DSCP bits in RTM_GETROUTE input route lookupIdo Schimmel2024-08-221-1/+1
* ipv4: Unmask upper DSCP bits in input route lookupIdo Schimmel2024-08-221-1/+1
* ipv4: Unmask upper DSCP bits when constructing the Record Route optionIdo Schimmel2024-08-221-1/+1
* Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-251-1/+1
|\
| * ipv4: Fix incorrect source address in Record Route optionIdo Schimmel2024-07-231-1/+1
* | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-1/+1
|/
* ipv4: Fix incorrect TOS in fibmatch route get replyIdo Schimmel2024-07-181-1/+1
* ipv4: Fix incorrect TOS in route get replyIdo Schimmel2024-07-181-7/+7
* net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata2024-06-121-6/+6
* inet: remove (struct uncached_list)->quarantineEric Dumazet2024-06-061-3/+1
* net: fix __dst_negative_advice() raceEric Dumazet2024-05-291-14/+8
* net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-6/+2
* inet: introduce dst_rtable() helperEric Dumazet2024-04-301-13/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-0/+3
|\
| * ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet2024-04-231-0/+3
* | sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
* | ipv4: Remove RTO_ONLINK.Guillaume Nault2024-04-111-13/+1
|/
* ipv4/route: avoid unused-but-set-variable warningArnd Bergmann2024-04-091-3/+1
* inet: annotate devconf data-racesEric Dumazet2024-02-281-2/+2
* ipv4: Simplify the allocation of slab caches in ip_rt_initKunwu Chan2024-02-211-3/+2
* ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan2023-11-211-1/+1
* ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani2023-10-161-48/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-0/+2
|\
| * ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier2023-10-041-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-211-1/+3
|\|
| * ipv4: fix null-deref in ipv4_link_failureKyle Zeng2023-09-171-1/+3
* | net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao2023-09-121-3/+3
|/
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-071-0/+1
|\
| * ipv4: ignore dst hint for multipath routesSriram Yagnaraman2023-09-011-0/+1
* | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-2/+6
|\ \ | |/ |/|
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-151-2/+6
* | inet: move inet->hdrincl to inet->inet_flagsEric Dumazet2023-08-161-4/+4
* | net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-2/+2
|/
* net: dst: fix missing initialization of rt_uncachedMaxime Bizon2023-04-211-4/+0
* net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo2023-03-281-10/+10
* neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-211-2/+2
* neighbour: annotate lockless accesses to n->nud_stateEric Dumazet2023-03-151-1/+1
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
* treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-07-251-16/+8
|\
| * xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger2022-06-101-16/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-5/+5
|\ \
| * | ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima2022-07-201-3/+3
| * | ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima2022-07-201-1/+1
| * | ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima2022-07-151-1/+1