summaryrefslogtreecommitdiff
path: root/net/ipv4/fib_semantics.c
AgeCommit message (Expand)Author
2023-10-25ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet
2023-09-23ipv4: annotate data-races around fi->fib_deadEric Dumazet
2023-02-22ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel
2023-02-22Revert "ipv4: Fix incorrect route flushing when source address is deleted"Shaoying Xu
2023-02-06ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet
2022-12-14ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel
2022-12-08ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel
2022-12-08ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern
2022-07-29ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.Kuniyuki Iwashima
2022-07-21ip: fix dflt addr selection for connected nexthopNicolas Dichtel
2022-04-15net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov
2022-01-27ipv4: avoid quadratic behavior in netns dismantleEric Dumazet
2022-01-11lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern
2022-01-11ipv4: Check attribute length for RTA_FLOW in multipath routeDavid Ahern
2022-01-11ipv4: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern
2021-12-08ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet
2021-10-06net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang
2020-06-30net: Fix the arp error in some casesguodeqing
2020-04-29ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern
2019-11-07ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern
2019-09-05net: Properly update v4 routes with v6 nexthopDonald Sharp
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-10ipv4: Optimization for fib_info lookup with nexthopsDavid Ahern
2019-06-10ipv4: Allow routes to use nexthop objectsDavid Ahern
2019-06-09net: ipv4: fib_semantics: fix uninitialized variableEnrico Weigelt
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-22ipv4: Rename and export nh_update_mtuDavid Ahern
2019-05-22ipv4: export fib_info_update_nh_saddrDavid Ahern
2019-05-22ipv4: export fib_check_nhDavid Ahern
2019-05-05ipv4: Move exception bucket to nh_commonDavid Ahern
2019-05-05ipv4: Move cached routes to fib_nh_commonDavid Ahern
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-23net: Change nhc_flags to unsigned charDavid Ahern
2019-04-23lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern
2019-04-22net: Rename net/nexthop.h net/rtnh.hDavid Ahern
2019-04-10ipv4: Handle RTA_GATEWAY set to 0David Ahern
2019-04-08ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern
2019-04-08ipv4: Handle ipv6 gateway in fib_good_nhDavid Ahern
2019-04-08ipv4: Handle ipv6 gateway in fib_detect_deathDavid Ahern
2019-04-08ipv4: Add fib_check_nh_v6_gwDavid Ahern
2019-04-08ipv4: Refactor fib_check_nhDavid Ahern
2019-04-08ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern
2019-04-08ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern