summaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)Author
2024-08-31ipv4: Unmask upper DSCP bits when building flow keyIdo Schimmel
2024-08-31ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()Ido Schimmel
2024-08-31ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookupIdo Schimmel
2024-08-22ipv4: Unmask upper DSCP bits when using hintsIdo Schimmel
2024-08-22ipv4: Unmask upper DSCP bits in RTM_GETROUTE input route lookupIdo Schimmel
2024-08-22ipv4: Unmask upper DSCP bits in input route lookupIdo Schimmel
2024-08-22ipv4: Unmask upper DSCP bits when constructing the Record Route optionIdo Schimmel
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-23ipv4: Fix incorrect source address in Record Route optionIdo Schimmel
2024-07-18ipv4: Fix incorrect TOS in fibmatch route get replyIdo Schimmel
2024-07-18ipv4: Fix incorrect TOS in route get replyIdo Schimmel
2024-06-12net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata
2024-06-06inet: remove (struct uncached_list)->quarantineEric Dumazet
2024-05-29net: fix __dst_negative_advice() raceEric Dumazet
2024-05-03net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-30inet: introduce dst_rtable() helperEric Dumazet
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-23ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
2024-04-11ipv4: Remove RTO_ONLINK.Guillaume Nault
2024-04-09ipv4/route: avoid unused-but-set-variable warningArnd Bergmann
2024-02-28inet: annotate devconf data-racesEric Dumazet
2024-02-21ipv4: Simplify the allocation of slab caches in ip_rt_initKunwu Chan
2023-11-21ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan
2023-10-16ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-04ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-17ipv4: fix null-deref in ipv4_link_failureKyle Zeng
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-01ipv4: ignore dst hint for multipath routesSriram Yagnaraman
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet
2023-08-15networking: Update to register_net_sysctl_szJoel Granados
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-04-21net: dst: fix missing initialization of rt_uncachedMaxime Bizon
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
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-20ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima
2022-07-15ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima
2022-07-12net: change the type of ip_route_input_rcu to staticZhengchao Shao