index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-03
net: lan966x: Fix return type of lan966x_port_xmit
Nathan Huckleberry
1
-1
/
+2
2022-10-03
Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-75
/
+2
2022-10-03
crypto: kmsan: disable accelerated configs under KMSAN
Alexander Potapenko
1
-0
/
+1
2022-10-03
Merge branch 'thermal-core'
Rafael J. Wysocki
1
-75
/
+2
2022-10-03
net: wwan: iosm: Call mutex_init before locking it
Maxim Mikityanskiy
1
-2
/
+3
2022-10-03
octeontx2-pf: mcs: Introduce MACSEC hardware offloading
Subbaraya Sundeep
5
-0
/
+1776
2022-10-03
octeontx2-af: cn10k: mcs: Add debugfs support
Geetha sowjanya
2
-0
/
+350
2022-10-03
octeontx2-af: cn10k: mcs: Handle MCS block interrupts
Geetha sowjanya
8
-12
/
+865
2022-10-03
octeontx2-af: cn10k: mcs: Support for stats collection
Geetha sowjanya
6
-0
/
+1048
2022-10-03
octeontx2-af: cn10k: mcs: Install a default TCAM for normal traffic
Geetha sowjanya
3
-0
/
+69
2022-10-03
octeontx2-af: cn10k: mcs: Manage the MCS block hardware resources
Geetha sowjanya
6
-1
/
+1530
2022-10-03
octeontx2-af: cn10k: mcs: Add mailboxes for port related operations
Geetha sowjanya
5
-4
/
+376
2022-10-03
octeontx2-af: cn10k: Introduce driver for macsec block.
Geetha sowjanya
8
-1
/
+678
2022-10-03
eth: sp7021: fix use after free bug in spl2sw_nvmem_get_mac_address
Zheng Wang
1
-1
/
+1
2022-10-03
net: lan966x: Add port mirroring support using tc-matchall
Horatiu Vultur
5
-1
/
+193
2022-10-03
net: lan966x: Add port police support using tc-matchall
Horatiu Vultur
6
-1
/
+468
2022-10-03
net: fec: using page pool to manage RX buffers
Shenwei Wang
3
-58
/
+119
2022-10-03
bnx2x: fix potential memory leak in bnx2x_tpa_stop()
Jianglei Nie
1
-0
/
+1
2022-10-03
eth: lan743x: reject extts for non-pci11x1x devices
Raju Lakkaraju
1
-0
/
+7
2022-10-03
net: prestera: acl: Add check for kmemdup
Jiasheng Jiang
3
-5
/
+13
2022-10-03
net: sfp: add support for multigig RollBall transceivers
Marek Behún
1
-10
/
+39
2022-10-03
net: phy: mdio-i2c: support I2C MDIO protocol for RollBall SFP modules
Marek Behún
2
-6
/
+310
2022-10-03
net: sfp: create/destroy I2C mdiobus before PHY probe/after PHY release
Marek Behún
1
-13
/
+51
2022-10-03
net: sfp: Add and use macros for SFP quirks definitions
Marek Behún
1
-35
/
+26
2022-10-03
net: phylink: allow attaching phy for SFP modules on 802.3z mode
Marek Behún
1
-4
/
+1
2022-10-03
net: phy: marvell10g: select host interface configuration
Russell King
1
-0
/
+112
2022-10-03
net: phy: marvell10g: Use tabs instead of spaces for indentation
Marek Behún
1
-9
/
+9
2022-10-03
net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYs
Marek Behún
1
-0
/
+17
2022-10-03
net: phylink: rename phylink_sfp_config()
Russell King (Oracle)
1
-6
/
+5
2022-10-03
net: phylink: use phy_interface_t bitmaps for optical modules
Russell King
1
-30
/
+134
2022-10-03
net: sfp: augment SFP parsing with phy_interface_t bitmap
Russell King
8
-26
/
+75
2022-10-03
net: phylink: add ability to validate a set of interface modes
Russell King (Oracle)
1
-7
/
+10
2022-10-03
net: sparx5: Fix return type of sparx5_port_xmit_impl
Nathan Huckleberry
2
-3
/
+3
2022-10-01
net/mlx5e: xsk: Use queue indices starting from 0 for XSK queues
Maxim Mikityanskiy
14
-205
/
+52
2022-10-01
net/mlx5e: Introduce the mlx5e_flush_rq function
Maxim Mikityanskiy
3
-24
/
+29
2022-10-01
net/mlx5e: xsk: Support XDP metadata on XSK RQs
Maxim Mikityanskiy
1
-8
/
+12
2022-10-01
net/mlx5e: Optimize RQ page deallocation
Maxim Mikityanskiy
2
-19
/
+24
2022-10-01
net/mlx5e: Call mlx5e_page_release_dynamic directly where possible
Maxim Mikityanskiy
1
-16
/
+4
2022-10-01
net/mlx5e: Use non-XSK page allocator in SHAMPO
Maxim Mikityanskiy
1
-11
/
+1
2022-10-01
net/mlx5e: xsk: Use xsk_buff_alloc_batch on striding RQ
Maxim Mikityanskiy
4
-48
/
+106
2022-10-01
net/mlx5e: xsk: Use xsk_buff_alloc_batch on legacy RQ
Maxim Mikityanskiy
4
-0
/
+55
2022-10-01
net/mlx5e: xsk: Split out WQE allocation for legacy XSK RQ
Maxim Mikityanskiy
3
-4
/
+34
2022-10-01
net/mlx5e: Remove the outer loop when allocating legacy RQ WQEs
Maxim Mikityanskiy
2
-22
/
+17
2022-10-01
net/mlx5e: xsk: Use partial batches in legacy RQ with XSK
Maxim Mikityanskiy
1
-13
/
+1
2022-10-01
net/mlx5e: Use partial batches in legacy RQ
Maxim Mikityanskiy
1
-18
/
+21
2022-10-01
net/mlx5e: Make the wqe_index_mask calculation more exact
Maxim Mikityanskiy
1
-1
/
+20
2022-10-01
net/mlx5e: Introduce wqe_index_mask for legacy RQ
Maxim Mikityanskiy
2
-4
/
+22
2022-10-01
net/mlx5e: xsk: Drop the check for XSK state in mlx5e_xsk_wakeup
Maxim Mikityanskiy
2
-4
/
+1
2022-10-01
net/mlx5e: xsk: Use mlx5e_trigger_napi_icosq for XSK wakeup
Maxim Mikityanskiy
1
-3
/
+1
2022-09-30
net: ethernet: mtk_eth_soc: fix state in __mtk_foe_entry_clear
Daniel Golle
1
-1
/
+1
[prev]
[next]