aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/micrel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-27nfp: Move delink_register to be last commandLeon Romanovsky2-10/+4
2021-09-27net: mscc: ocelot: delay devlink registration to the endLeon Romanovsky1-3/+2
2021-09-27mlxsw: core: Register devlink instance lastLeon Romanovsky1-13/+6
2021-09-27net/mlx5: Accept devlink user input after driver initialization completeLeon Romanovsky3-7/+6
2021-09-27net/mlx4: Move devlink_register to be the last initialization commandLeon Romanovsky1-5/+3
2021-09-27net/prestera: Split devlink and traps registrations to separate routinesLeon Romanovsky3-27/+14
2021-09-27octeontx2: Move devlink registration to be last devlink commandLeon Romanovsky2-20/+5
2021-09-27ice: Open devlink when device is readyLeon Romanovsky1-4/+2
2021-09-27net: hinic: Open device for the user access when it is readyLeon Romanovsky1-5/+2
2021-09-27dpaa2-eth: Register devlink instance at the end of probeLeon Romanovsky3-7/+21
2021-09-27liquidio: Overcome missing device lock protection in init/remove flowsLeon Romanovsky1-7/+12
2021-09-27bnxt_en: Register devlink instance at the end devlink configurationLeon Romanovsky1-9/+6
2021-09-27devlink: Notify users when objects are accessibleLeon Romanovsky1-14/+93
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/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.cMianhan Liu1-1/+0
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-27net: make napi_disable() symmetric with enableJakub Kicinski1-6/+12
2021-09-27ptp: clockmatrix: use rsmu driver to access i2c/spi busMin Li4-1242/+461
2021-09-27selftests: net: fib_nexthops: Wait before checking reported idle timePetr Machata1-0/+1
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-25mptcp: re-arm retransmit timer if data is pendingFlorian Westphal1-3/+18
2021-09-25mptcp: remove tx_pending_dataFlorian Westphal2-5/+0
2021-09-25mptcp: use lockdep_assert_held_once() instead of open-coding itPaolo Abeni1-6/+3
2021-09-25mptcp: use OPTIONS_MPTCP_MPCGeliang Tang1-5/+2
2021-09-25mptcp: do not shrink snd_nxt when recoveringFlorian Westphal2-17/+34
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-24rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()Jiasheng Jiang1-1/+1
2021-09-24tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng4-11/+17