summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sfc: default config to 1 channel/core in local NUMA node onlyÍñigo Huguet2022-03-021-17/+34
* net: smc: fix different types in min()Jakub Kicinski2022-03-021-2/+2
* Merge branch 'smc-datapath-opts'David S. Miller2022-03-0111-42/+317
|\
| * net/smc: don't send in the BH context if sock_owned_by_userDust Li2022-03-013-5/+34
| * net/smc: don't req_notify until all CQEs drainedDust Li2022-03-011-21/+28
| * net/smc: correct settings of RMB window update limitDust Li2022-03-011-1/+1
| * net/smc: send directly on setting TCP_NODELAYDust Li2022-03-011-2/+2
| * net/smc: add sysctl for autocorkingDust Li2022-03-014-1/+35
| * net/smc: add autocorking supportDust Li2022-03-013-15/+105
| * net/smc: add sysctl interface for SMCDust Li2022-03-015-1/+116
|/
* Merge branch 'vxlan-vnifiltering'David S. Miller2022-03-0111-265/+2307
|\
| * drivers: vxlan: vnifilter: add support for stats dumpingNikolay Aleksandrov2022-03-012-7/+110
| * drivers: vxlan: vnifilter: per vni statsNikolay Aleksandrov2022-03-014-9/+128
| * selftests: add new tests for vxlan vnifilteringRoopa Prabhu2022-03-011-0/+579
| * vxlan: vni filtering support on collect metadata deviceRoopa Prabhu2022-03-016-32/+1147
| * vxlan_multicast: Move multicast helpers to a separate fileRoopa Prabhu2022-03-014-124/+142
| * rtnetlink: add new rtm tunnel api for tunnel id filteringRoopa Prabhu2022-03-013-1/+39
| * vxlan_core: add helper vxlan_vni_in_useRoopa Prabhu2022-03-011-18/+28
| * vxlan_core: make multicast helper take rip and ifindex explicitlyRoopa Prabhu2022-03-011-16/+21
| * vxlan_core: move some fdb helpers to non-staticRoopa Prabhu2022-03-012-19/+39
| * vxlan_core: move common declarations to private header fileRoopa Prabhu2022-03-012-79/+100
| * vxlan_core: fix build warnings in vxlan_xmit_oneRoopa Prabhu2022-03-011-1/+8
| * vxlan: move to its own directoryRoopa Prabhu2022-03-013-1/+8
|/
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2022-03-0125-284/+640
|\
| * net/mlx5: Add clarification on sync reset failureMoshe Shemesh2022-02-245-19/+74
| * net/mlx5: Add reset_state field to MFRL registerMoshe Shemesh2022-02-241-2/+12
| * RDMA/mlx5: Use new command interface APISaeed Mahameed2022-02-241-23/+32
| * net/mlx5: cmdif, Refactor error handling and reporting of async commandsSaeed Mahameed2022-02-243-27/+52
| * net/mlx5: Use mlx5_cmd_do() in core create_{cq,dct}Saeed Mahameed2022-02-245-7/+21
| * net/mlx5: cmdif, Add new api for command executionSaeed Mahameed2022-02-242-13/+68
| * net/mlx5: cmdif, cmd_check refactoringSaeed Mahameed2022-02-243-84/+95
| * net/mlx5: cmdif, Return value improvementsSaeed Mahameed2022-02-241-34/+43
| * net/mlx5: Lag, offload active-backup drops to hardwareMark Bloch2022-02-242-3/+73
| * net/mlx5: Lag, record inactive state of bond deviceMark Bloch2022-02-243-3/+49
| * net/mlx5: Lag, don't use magic numbers for portsMark Bloch2022-02-241-4/+9
| * net/mlx5: Lag, use local variable already defined to access E-SwitchMark Bloch2022-02-241-2/+3
| * net/mlx5: E-switch, add drop rule support to ingress ACLMark Bloch2022-02-243-0/+105
| * net/mlx5: E-switch, remove special uplink ingress ACL handlingMark Bloch2022-02-241-64/+1
| * net/mlx5: E-Switch, reserve and use same uplink metadata across portsSunil Rani2022-02-241-3/+25
| * net/mlx5: Add ability to insert to specific flow groupMark Bloch2022-02-242-1/+9
| * mlx5: remove unused static inlinesJakub Kicinski2022-02-243-26/+0
* | net: dm9051: Make remove() callback a void functionStephen Rothwell2022-02-281-3/+1
* | Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2022-02-28198-616/+244
|\ \
| * | spi: make remove callback a void functionUwe Kleine-König2022-02-09191-545/+197
| * | platform/chrome: cros_ec: Make cros_ec_unregister() return voidUwe Kleine-König2022-02-095-7/+11
| * | tpm: st33zp24: Make st33zp24_remove() a void functionUwe Kleine-König2022-02-094-11/+4
| * | staging: fbtft: Deduplicate driver registration macrosUwe Kleine-König2022-02-091-57/+36
| * | staging: fbtft: Fix error path in fbtft_driver_module_init()Uwe Kleine-König2022-02-091-1/+4
* | | net: decnet: use time_is_before_jiffies() instead of open coding itWang Qing2022-02-281-1/+2
* | | net: wan: lmc: use time_is_before_jiffies() instead of open coding itWang Qing2022-02-281-1/+2