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-01-21
net: mvneta: enable jumbo frames if the loaded XDP program support frags
Lorenzo Bianconi
1
-4
/
+9
2022-01-21
net: mvneta: add frags support to XDP_TX
Lorenzo Bianconi
1
-36
/
+76
2022-01-21
net: marvell: rely on xdp_update_skb_shared_info utility routine
Lorenzo Bianconi
1
-13
/
+10
2022-01-21
net: mvneta: simplify mvneta_swbm_add_rx_fragment management
Lorenzo Bianconi
1
-27
/
+15
2022-01-21
net: mvneta: update frags bit before passing the xdp buffer to eBPF layer
Lorenzo Bianconi
1
-5
/
+18
2022-01-21
octeontx2-af: Add KPU changes to parse NGIO as separate layer
Kiran Kumar K
1
-35
/
+35
2022-01-21
octeontx2-pf: Forward error codes to VF
Subbaraya Sundeep
1
-1
/
+6
2022-01-21
octeontx2-af: cn10k: Do not enable RPM loopback for LPC interfaces
Geetha sowjanya
1
-14
/
+11
2022-01-21
octeontx2-af: Increase link credit restore polling timeout
Geetha sowjanya
2
-2
/
+3
2022-01-21
octeontx2-pf: cn10k: Ensure valid pointers are freed to aura
Geetha sowjanya
2
-0
/
+3
2022-01-21
octeontx2-af: cn10k: Use appropriate register for LMAC enable
Geetha sowjanya
7
-7
/
+66
2022-01-21
octeontx2-af: Retry until RVU block reset complete
Geetha sowjanya
1
-2
/
+5
2022-01-21
octeontx2-af: Fix LBK backpressure id count
Sunil Goutham
1
-3
/
+3
2022-01-21
octeontx2-af: Do not fixup all VF action entries
Subbaraya Sundeep
2
-11
/
+31
2022-01-20
i40e: fix unsigned stat widths
Joe Damato
3
-7
/
+7
2022-01-20
i40e: Fix for failed to init adminq while VF reset
Karen Sornek
3
-2
/
+46
2022-01-20
i40e: Fix queues reservation for XDP
Sylwester Dziedziuch
1
-0
/
+14
2022-01-20
i40e: Fix issue when maximum queues is exceeded
Jedrzej Jagielski
3
-13
/
+61
2022-01-20
i40e: Increase delay to 1 s after global EMP reset
Jedrzej Jagielski
1
-9
/
+3
2022-01-20
net: stmmac: dwmac-visconti: Fix clock configuration for RMII mode
Yuji Ishikawa
1
-11
/
+21
2022-01-20
net: stmmac: dwmac-visconti: Fix bit definitions for ETHER_CLK_SEL
Yuji Ishikawa
1
-5
/
+5
2022-01-20
Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
26
-161
/
+343
2022-01-19
net/fsl: xgmac_mdio: Fix incorrect iounmap when removing module
Tobias Waldekranz
1
-1
/
+2
2022-01-19
net/fsl: xgmac_mdio: Add workaround for erratum A-009885
Tobias Waldekranz
1
-6
/
+19
2022-01-19
net: mscc: ocelot: fix using match before it is set
Tom Rix
1
-7
/
+8
2022-01-19
net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into account
Ard Biesheuvel
3
-7
/
+7
2022-01-19
net: axienet: increase default TX ring size to 128
Robert Hancock
1
-1
/
+1
2022-01-19
net: axienet: fix for TX busy handling
Robert Hancock
1
-39
/
+47
2022-01-19
net: axienet: fix number of TX ring slots for available check
Robert Hancock
1
-2
/
+2
2022-01-19
net: axienet: Fix TX ring slot available check
Robert Hancock
1
-2
/
+2
2022-01-19
net: axienet: limit minimum TX ring size
Robert Hancock
1
-1
/
+3
2022-01-19
net: axienet: add missing memory barriers
Robert Hancock
1
-1
/
+10
2022-01-19
net: axienet: reset core on initialization prior to MDIO access
Robert Hancock
1
-0
/
+5
2022-01-19
net: axienet: Wait for PhyRstCmplt after core reset
Robert Hancock
1
-0
/
+10
2022-01-19
net: axienet: increase reset timeout
Robert Hancock
1
-10
/
+9
2022-01-17
net: ocelot: Fix the call to switchdev_bridge_port_offload
Horatiu Vultur
1
-3
/
+3
2022-01-15
net: ethernet: sun4i-emac: Fix an error handling path in emac_probe()
Christophe JAILLET
1
-0
/
+1
2022-01-15
net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config()
Tom Rix
1
-1
/
+1
2022-01-15
net: mscc: ocelot: don't dereference NULL pointers with shared tc filters
Vladimir Oltean
1
-1
/
+28
2022-01-14
net: stmmac: Fix "Unbalanced pm_runtime_enable!" warning
Kai-Heng Feng
1
-1
/
+2
2022-01-14
lib82596: Fix IRQ check in sni_82596_probe
Miaoqian Lin
1
-1
/
+2
2022-01-14
net: apple: bmac: Fix build since dev_addr constification
Michael Ellerman
1
-1
/
+4
2022-01-14
net: apple: mace: Fix build since dev_addr constification
Michael Ellerman
1
-5
/
+11
2022-01-14
bcmgenet: add WOL IRQ check
Sergey Shtylyov
1
-4
/
+6
2022-01-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-1
/
+1
2022-01-13
Merge tag 'v5.16' into rdma.git for-next
Jason Gunthorpe
61
-262
/
+648
2022-01-13
Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-8
/
+5
2022-01-13
Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-30
/
+28
2022-01-13
net: mscc: ocelot: don't let phylink re-enable TX PAUSE on the NPI port
Vladimir Oltean
1
-1
/
+4
2022-01-12
Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-4
/
+4
[prev]
[next]