summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_semantics.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet2023-10-181-5/+9
* ipv4/fib: send notify when delete source address routesHangbin Liu2023-10-031-0/+1
* ipv4: annotate data-races around fi->fib_deadEric Dumazet2023-08-311-1/+4
* 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-2/+2
* ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet2023-01-231-0/+2
* ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel2022-12-061-0/+1
* ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel2022-11-281-3/+5
* Revert "ip: fix dflt addr selection for connected nexthop"Nicolas Dichtel2022-10-271-1/+1
* ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern2022-10-071-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-1/+1
|\
| * ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.Kuniyuki Iwashima2022-07-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-2/+2
|\|
| * ip: fix dflt addr selection for connected nexthopNicolas Dichtel2022-07-141-1/+1
| * nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima2022-07-131-1/+1
* | net: rename reference+tracking helpersJakub Kicinski2022-06-091-5/+6
|/
* ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault2022-04-111-2/+2
* net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov2022-04-011-1/+6
* net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern2022-03-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-3/+3
|\
| * ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet2022-02-171-3/+3
* | ipv4: Use dscp_t in struct fib_aliasGuillaume Nault2022-02-071-6/+8
* | ipv4: get rid of fib_info_hash_{alloc|free}Eric Dumazet2022-01-251-33/+11
|/
* ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keysEric Dumazet2022-01-191-14/+15
* ipv4: avoid quadratic behavior in netns dismantleEric Dumazet2022-01-191-19/+17
* ipv4: update fib_info_cnt under spinlock protectionEric Dumazet2022-01-161-3/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-6/+43
|\
| * lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern2021-12-311-0/+3
| * ipv4: Check attribute length for RTA_FLOW in multipath routeDavid Ahern2021-12-311-3/+14
| * ipv4: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern2021-12-311-3/+26
* | inet: add net device refcount tracker to struct fib_nh_commonEric Dumazet2021-12-071-5/+7
|/
* ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2021-12-021-2/+2
* net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2021-09-241-7/+9
* net: Remove redundant if statementsYajun Deng2021-08-051-3/+1
* ipv4: Fix refcount warning for new fib_infoDavid Ahern2021-08-021-1/+1
* net: convert fib_treeref from int to refcount_tYajun Deng2021-07-301-4/+4
* ipv4: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
* IPv4: Add "offload failed" indication to routesAmit Cohen2021-02-081-0/+3
* net: ipv4: Publish fib_nlmsg_size()Amit Cohen2021-02-021-1/+1
* net: ipv4: Pass fib_rt_info as const to fib_dump_info()Amit Cohen2021-02-021-1/+1
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* ipv4: Set nexthop flags in a more consistent wayIdo Schimmel2020-11-111-5/+2
* rtnetlink: Add RTNH_F_TRAP flagIdo Schimmel2020-11-061-0/+2
* net: Fix the arp error in some casesguodeqing2020-06-181-1/+1
* net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu2020-04-281-0/+3
* ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern2020-04-221-3/+3
* net: add net available in build_stateAlexander Aring2020-03-291-10/+12
* inet: Use fallthrough;Joe Perches2020-03-121-2/+2
* ipv4: Add "offload" and "trap" indications to routesIdo Schimmel2020-01-141-0/+7
* ipv4: Encapsulate function arguments in a structIdo Schimmel2020-01-141-10/+16