summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-09-27cxgb: avoid open-coded offsetof()Arnd Bergmann1-1/+1
2021-09-27net: stmmac: fix gcc-10 -Wrestrict warningArnd Bergmann1-0/+4
2021-09-27net: ethernet: emac: utilize of_net's of_get_mac_address()Christian Lamparter1-7/+5
2021-09-27net: sparx5: fix resource_size.cocci warningsYang Li1-2/+1
2021-09-27ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()Cai Huoqing1-16/+9
2021-09-27net: cisco: Fix a function name in commentsCai Huoqing2-3/+3
2021-09-27net: smsc: Fix function names in print messages and commentsCai Huoqing1-3/+3
2021-09-27net: sis: Fix a function name in commentsCai Huoqing1-1/+1
2021-09-27net: broadcom: Fix a function name in commentsCai Huoqing1-1/+1
2021-09-27net: atl1c: Fix a function name in print messagesCai Huoqing1-1/+1
2021-09-27net: fddi: skfp: Fix a function name in commentsCai Huoqing1-1/+1
2021-09-27FDDI: defxx: Fix function names in comentsCai Huoqing1-3/+3
2021-09-27ptp: clockmatrix: use rsmu driver to access i2c/spi busMin Li3-1241/+431
2021-09-26octeontx2-af: Optimize KPU1 processing for variable-length headersKiran Kumar K7-323/+195
2021-09-26octeontx2-af: Limit KPU parsing for GTPU packetsKiran Kumar K1-19/+2
2021-09-24net/mlx5e: Enable TC offload for ingress MACVLANDima Chumak1-2/+16
2021-09-24net/mlx5e: Enable TC offload for egress MACVLANDima Chumak1-0/+4
2021-09-24net/mlx5e: loopback test is not supported in switchdev modeRoi Dayan3-43/+56
2021-09-24net/mlx5e: Use NL_SET_ERR_MSG_MOD() for errors parsing tunnel attributesRoi Dayan1-4/+4
2021-09-24net/mlx5e: Use tc sample stubs instead of ifdefs in source fileRoi Dayan3-14/+27
2021-09-24net/mlx5e: Remove redundant priv arg from parse_pedit_to_reformat()Roi Dayan1-3/+2
2021-09-24net/mlx5e: Check action fwd/drop flag exists also for nic flowsRoi Dayan1-7/+6
2021-09-24net/mlx5e: Set action fwd flag when parsing tc action gotoRoi Dayan1-25/+18
2021-09-24net/mlx5e: Remove incorrect addition of action fwd flagRoi Dayan1-3/+0
2021-09-24net/mlx5e: Use correct return typeRoi Dayan1-14/+13
2021-09-24net/mlx5e: Add error flow for ethtool -X commandAya Levin1-5/+22
2021-09-24net/mlx5: DR, Fix code indentation in dr_ste_v1Yevgeny Kliteynik1-1/+1
2021-09-24qed: Don't ignore devlink allocation failuresLeon Romanovsky2-7/+7
2021-09-24ice: Delete always true check of PF pointerLeon Romanovsky1-3/+0
2021-09-24bnxt_en: Properly remove port parameter supportLeon Romanovsky1-13/+0
2021-09-24bnxt_en: Check devlink allocation and registration statusLeon Romanovsky3-21/+10
2021-09-24net: mlx4: Add support for XDP_REDIRECTJoshua Roys1-0/+13
2021-09-24net: iosm: Use hrtimer_forward_now()Thomas Gleixner1-2/+2
2021-09-24net: dsa: felix: accept "ethernet-ports" OF node nameVladimir Oltean1-1/+3
2021-09-24mlxsw: Add support for IP-in-IP with IPv6 underlay for Spectrum-2 and aboveAmit Cohen3-10/+309
2021-09-24mlxsw: spectrum_router: Increase parsing depth for IPv6 decapsulationAmit Cohen3-0/+43
2021-09-24mlxsw: Add IPV6_ADDRESS kvdl entry typeAmit Cohen2-0/+3
2021-09-24mlxsw: spectrum_ipip: Add mlxsw_sp_ipip_gre6_opsAmit Cohen2-0/+66
2021-09-24mlxsw: Create separate ipip_ops_arr for different ASICsAmit Cohen3-4/+23
2021-09-24mlxsw: reg: Add support for ritr_loopback_ipip6_pack()Amit Cohen1-0/+17
2021-09-24mlxsw: reg: Add support for ratr_ipip6_entry_pack()Amit Cohen1-0/+6
2021-09-24mlxsw: reg: Add support for rtdp_ipip6_pack()Amit Cohen1-5/+26
2021-09-24mlxsw: reg: Add Router IP version Six RegisterAmit Cohen1-0/+32
2021-09-24mlxsw: Take tunnel's type into account when searching underlay deviceAmit Cohen3-13/+21
2021-09-24mlxsw: spectrum_ipip: Create common function for mlxsw_sp_ipip_ol_netdev_chan...Amit Cohen3-37/+59
2021-09-24mlxsw: spectrum_router: Fix arguments alignmentAmit Cohen1-2/+5
2021-09-24mlxsw: spectrum_ipip: Pass IP tunnel parameters by reference and as 'const'Amit Cohen1-33/+33
2021-09-24mlxsw: spectrum_router: Create common function for fib_entry_type_unset() codeAmit Cohen1-3/+10
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski170-649/+1965
2021-09-23Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds84-233/+745