summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_semantics.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern2019-11-071-1/+1
* net: Properly update v4 routes with v6 nexthopDonald Sharp2019-09-051-7/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-1/+1
|\
| * net: ipv4: fib_semantics: fix uninitialized variableEnrico Weigelt2019-06-091-1/+1
* | ipv4: Optimization for fib_info lookup with nexthopsDavid Ahern2019-06-101-6/+65
* | ipv4: Allow routes to use nexthop objectsDavid Ahern2019-06-101-0/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-051-1/+1