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
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-19
net: mtk_eth_soc: add mask and update PCS speed definitions
Russell King (Oracle)
1
-3
/
+5
2022-05-19
net: mtk_eth_soc: remove unused sgmii flags
Russell King (Oracle)
1
-8
/
+0
2022-05-19
net: mtk_eth_soc: remove unused mac->mode
Russell King (Oracle)
2
-2
/
+0
2022-05-19
net: ethernet: SP7021: fix a use after free of skb->len
Dan Carpenter
1
-1
/
+3
2022-05-19
net: macb: Fix PTP one step sync support
Harini Katakam
2
-5
/
+39
2022-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
24
-146
/
+323
2022-05-19
nfp: flower: support ct merging when mangle action exists
Yinjun Zhang
2
-105
/
+189
2022-05-19
net: fec: Avoid allocating rx buffer using ATOMIC in ndo_open
Michael Trimarchi
1
-1
/
+1
2022-05-18
net/mlx5: fix multiple definitions of mlx5_lag_mpesw_init / mlx5_lag_mpesw_cleanup
Jakub Kicinski
1
-2
/
+2
2022-05-18
sfc: siena: Have a unique wrapper ifndef for efx channels header
Saeed Mahameed
1
-2
/
+2
2022-05-18
octeon_ep: Fix irq releasing in the error handling path of octep_request_irqs()
Christophe JAILLET
1
-11
/
+14
2022-05-18
octeon_ep: Fix a memory leak in the error handling path of octep_request_irqs()
Christophe JAILLET
1
-0
/
+2
2022-05-18
net: smc911x: Fix min() use in debug code
Geert Uytterhoeven
1
-3
/
+3
2022-05-18
net: ethernet: sunplus: add missing of_node_put() in spl2sw_mdio_init()
Yang Yingliang
1
-3
/
+8
2022-05-18
eth: sun: cassini: remove dead code
Martin Liška
1
-2
/
+2
2022-05-18
net: ftgmac100: Disable hardware checksum on AST2600
Joel Stanley
1
-0
/
+5
2022-05-18
igb: skip phy status check where unavailable
Kevin Mitchell
1
-1
/
+2
2022-05-18
net: stmmac: remove unused get_addr() callback
Vincent Whitchurch
5
-28
/
+0
2022-05-18
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
David S. Miller
4
-18
/
+35
2022-05-17
net/mlx5: Support multiport eswitch mode
Eli Cohen
10
-38
/
+256
2022-05-17
net/mlx5: Remove unused argument
Eli Cohen
1
-3
/
+1
2022-05-17
net/mlx5: Lag, refactor lag state machine
Eli Cohen
4
-68
/
+93
2022-05-17
net/mlx5e: Add XDP SQs to uplink representors steering tables
Gal Pressman
1
-2
/
+15
2022-05-17
net/mlx5e: Correct the calculation of max channels for rep
Moshe Tal
3
-2
/
+18
2022-05-17
net/mlx5e: CT: Add ct driver counters
Saeed Mahameed
1
-4
/
+48
2022-05-17
net/mlx5e: Allow relaxed ordering over VFs
Aya Levin
2
-5
/
+3
2022-05-17
net/mlx5e: Support partial GSO for tunnels over vlans
Gal Pressman
1
-1
/
+1
2022-05-17
net/mlx5e: IPoIB, Improve ethtool rxnfc callback structure in IPoIB
Gal Pressman
1
-4
/
+10
2022-05-17
net/mlx5e: Allocate virtually contiguous memory for reps structures
Tariq Toukan
1
-6
/
+6
2022-05-17
net/mlx5e: Allocate virtually contiguous memory for VLANs list
Tariq Toukan
1
-2
/
+2
2022-05-17
net/mlx5: Allocate virtually contiguous memory in pci_irq.c
Tariq Toukan
1
-4
/
+4
2022-05-17
net/mlx5: Allocate virtually contiguous memory in vport.c
Tariq Toukan
1
-26
/
+26
2022-05-17
net/mlx5: Inline db alloc API function
Tariq Toukan
1
-6
/
+0
2022-05-17
net/mlx5: Add last command failure syndrome to debugfs
Moshe Shemesh
2
-2
/
+7
2022-05-17
net/mlx5: sparse: error: context imbalance in 'mlx5_vf_get_core_dev'
Saeed Mahameed
1
-2
/
+0
2022-05-17
net/mlx5: Drain fw_reset when removing device
Shay Drory
3
-3
/
+27
2022-05-17
net/mlx5e: CT: Fix setting flow_source for smfs ct tuples
Paul Blakey
1
-1
/
+1
2022-05-17
net/mlx5e: CT: Fix support for GRE tuples
Paul Blakey
1
-24
/
+32
2022-05-17
net/mlx5e: Remove HW-GRO from reported features
Gal Pressman
1
-4
/
+0
2022-05-17
net/mlx5e: Properly block HW GRO when XDP is enabled
Maxim Mikityanskiy
1
-0
/
+12
2022-05-17
net/mlx5e: Properly block LRO when XDP is enabled
Maxim Mikityanskiy
1
-0
/
+7
2022-05-17
net/mlx5e: Block rx-gro-hw feature in switchdev mode
Aya Levin
1
-0
/
+4
2022-05-17
net/mlx5e: Wrap mlx5e_trap_napi_poll into rcu_read_lock
Maxim Mikityanskiy
1
-3
/
+10
2022-05-17
net/mlx5: DR, Ignore modify TTL on RX if device doesn't support it
Yevgeny Kliteynik
2
-21
/
+48
2022-05-17
net/mlx5: Initialize flow steering during driver probe
Shay Drory
3
-61
/
+91
2022-05-17
net/mlx5: DR, Fix missing flow_source when creating multi-destination FW table
Maor Dickman
5
-6
/
+14
2022-05-17
octeontx2-pf: Add support for adaptive interrupt coalescing
Suman Ghosh
7
-8
/
+99
2022-05-17
net: smc911x: replace ternary operator with min()
Guo Zhengkui
1
-1
/
+1
2022-05-17
net: thunderx: remove null check after call container_of()
Haowen Bai
1
-3
/
+0
2022-05-17
octeontx2-pf: Use memset_startat() helper in otx2_stop()
Xiu Jianfeng
1
-2
/
+1
[prev]
[next]