summaryrefslogtreecommitdiff
path: root/net/ipv4/fib_semantics.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-01ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet1-0/+2
2022-12-14ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel1-0/+1
2022-12-08ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel1-3/+5
2022-12-08ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern1-4/+4
2022-07-29ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.Kuniyuki Iwashima1-1/+1
2022-07-21nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima1-1/+1
2022-07-21ip: fix dflt addr selection for connected nexthopNicolas Dichtel1-1/+1
2022-04-13net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov1-1/+6
2022-01-27ipv4: avoid quadratic behavior in netns dismantleEric Dumazet1-19/+17
2022-01-27ipv4: update fib_info_cnt under spinlock protectionEric Dumazet1-3/+8
2022-01-11lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern1-0/+3
2022-01-11ipv4: Check attribute length for RTA_FLOW in multipath routeDavid Ahern1-3/+14
2022-01-11ipv4: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern1-3/+26
2021-12-08ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet1-2/+2
2021-10-06net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang1-7/+9
2020-06-19net: Fix the arp error in some casesguodeqing1-1/+1
2020-04-28net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu1-0/+3
2020-04-23ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern1-3/+3
2020-03-30net: add net available in build_stateAlexander Aring1-10/+12
2020-03-13inet: Use fallthrough;Joe Perches1-2/+2
2020-01-15ipv4: Add "offload" and "trap" indications to routesIdo Schimmel1-0/+7
2020-01-15ipv4: Encapsulate function arguments in a structIdo Schimmel1-10/+16
2019-11-08ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern1-1/+1
2019-09-05net: Properly update v4 routes with v6 nexthopDonald Sharp1-7/+8
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-10ipv4: Optimization for fib_info lookup with nexthopsDavid Ahern1-6/+65
2019-06-10ipv4: Allow routes to use nexthop objectsDavid Ahern1-0/+15
2019-06-09net: ipv4: fib_semantics: fix uninitialized variableEnrico Weigelt1-1/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-06net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-06-05ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern1-36/+106
2019-06-05ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern1-17/+38
2019-06-05ipv4: Use accessors for fib_info nexthop dataDavid Ahern1-29/+37
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-23ipv4: Rename and export nh_update_mtuDavid Ahern1-2/+2
2019-05-23ipv4: export fib_info_update_nh_saddrDavid Ahern1-6/+5
2019-05-23ipv4: export fib_check_nhDavid Ahern1-6/+6
2019-05-05ipv4: Move exception bucket to nh_commonDavid Ahern1-6/+6
2019-05-05ipv4: Move cached routes to fib_nh_commonDavid Ahern1-17/+19
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-04-24net: Change nhc_flags to unsigned charDavid Ahern1-4/+4
2019-04-24lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern1-1/+2
2019-04-23net: Rename net/nexthop.h net/rtnh.hDavid Ahern1-1/+1
2019-04-10ipv4: Handle RTA_GATEWAY set to 0David Ahern1-1/+2
2019-04-09ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern1-5/+64
2019-04-09ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern1-0/+2
2019-04-09ipv4: Handle ipv6 gateway in fib_good_nhDavid Ahern1-2/+8
2019-04-09ipv4: Handle ipv6 gateway in fib_detect_deathDavid Ahern1-1/+9
2019-04-09ipv4: Add fib_check_nh_v6_gwDavid Ahern1-0/+27
2019-04-09ipv4: Refactor fib_check_nhDavid Ahern1-109/+125