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-02-14
ice: enable parsing IPSEC SPI headers for RSS
Jesse Brandeburg
1
-0
/
+6
2022-02-14
net: Add dm9051 driver
Joseph CHAMG
4
-0
/
+1454
2022-02-13
net: lan966x: Fix when CONFIG_IPV6 is not set
Horatiu Vultur
1
-1
/
+2
2022-02-13
net: lan966x: Fix when CONFIG_PTP_1588_CLOCK is compiled as module
Horatiu Vultur
1
-0
/
+1
2022-02-13
net: lan743x: Add support for Clause-45 MDIO PHY management
Raju Lakkaraju
2
-3
/
+122
2022-02-13
net: lan743x: Add support for SGMII interface
Raju Lakkaraju
2
-0
/
+65
2022-02-13
net: lan743x: Increase MSI(x) vectors to 16 and Int de-assertion timers to 10
Raju Lakkaraju
2
-10
/
+28
2022-02-13
net: lan743x: Add support for 4 Tx queues
Raju Lakkaraju
3
-24
/
+79
2022-02-13
net: lan743x: Add PCI11010 / PCI11414 device IDs
Raju Lakkaraju
2
-2
/
+11
2022-02-12
ARM: ixp4xx: Drop all common code
Linus Walleij
1
-1
/
+0
2022-02-12
net: ixp4xx_eth: Drop platform data support
Linus Walleij
2
-68
/
+21
2022-02-11
Revert "net: ethernet: cavium: use div64_u64() instead of do_div()"
Jakub Kicinski
1
-2
/
+2
2022-02-11
atl1c: fix tx timeout after link flap on Mikrotik 10/25G NIC
Gatis Peisenieks
1
-1
/
+1
2022-02-11
net: moxa: use GFP_KERNEL
Julia Lawall
1
-2
/
+2
2022-02-11
octeontx2-af: fix array bound error
Hariprasad Kelam
1
-2
/
+3
2022-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
15
-39
/
+101
2022-02-10
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Jakub Kicinski
5
-16
/
+53
2022-02-10
net: mscc: ocelot: fix mutex lock error during ethtool stats read
Colin Foster
1
-4
/
+7
2022-02-10
ice: Avoid RTNL lock when re-creating auxiliary device
Dave Ertman
2
-1
/
+5
2022-02-10
ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler
Dave Ertman
1
-6
/
+28
2022-02-10
ice: fix IPIP and SIT TSO offload
Jesse Brandeburg
2
-8
/
+18
2022-02-10
ice: fix an error code in ice_cfg_phy_fec()
Dan Carpenter
1
-1
/
+2
2022-02-10
octeontx2-pf: Add TC feature for VFs
Subbaraya Sundeep
6
-62
/
+69
2022-02-10
qed: prevent a fw assert during device shutdown
Venkata Sudheer Kumar Bhavaraju
3
-2
/
+51
2022-02-10
dpaa2-eth: unregister the netdev before disconnecting from the PHY
Robert-Ionut Alexa
1
-2
/
+2
2022-02-10
net: macb: Align the dma and coherent dma masks
Marc St-Amand
1
-1
/
+1
2022-02-10
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
David S. Miller
41
-689
/
+4150
2022-02-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
10
-143
/
+305
2022-02-09
ice: Add ability for PF admin to enable VF VLAN pruning
Brett Creeley
4
-2
/
+40
2022-02-09
ice: Add support for 802.1ad port VLANs VF
Brett Creeley
1
-7
/
+44
2022-02-09
ice: Advertise 802.1ad VLAN filtering and offloads for PF netdev
Brett Creeley
2
-49
/
+238
2022-02-09
ice: Support configuring the device to Double VLAN Mode
Brett Creeley
17
-59
/
+996
2022-02-09
ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2
Brett Creeley
6
-43
/
+1226
2022-02-09
ice: Add hot path support for 802.1Q and 802.1ad VLAN offloads
Brett Creeley
9
-22
/
+87
2022-02-09
ice: Add outer_vlan_ops and VSI specific VLAN ops implementations
Brett Creeley
16
-86
/
+813
2022-02-09
ice: Adjust naming for inner VLAN operations
Brett Creeley
6
-142
/
+140
2022-02-09
ice: Use the proto argument for VLAN ops
Brett Creeley
11
-26
/
+78
2022-02-09
ice: Refactor vf->port_vlan_info to use ice_vlan
Brett Creeley
2
-35
/
+44
2022-02-09
ice: Introduce ice_vlan struct
Brett Creeley
10
-59
/
+82
2022-02-09
ice: Add new VSI VLAN ops
Brett Creeley
14
-334
/
+450
2022-02-09
ice: Add helper function for adding VLAN 0
Brett Creeley
4
-5
/
+14
2022-02-09
ice: Refactor spoofcheck configuration functions
Brett Creeley
2
-50
/
+128
2022-02-09
net: ethernet: cavium: use div64_u64() instead of do_div()
Wang Qing
1
-2
/
+2
2022-02-09
net:enetc: enetc qos using the CBDR dma alloc function
Po Liu
1
-75
/
+22
2022-02-09
net:enetc: command BD ring data memory alloc as one function alone
Po Liu
2
-30
/
+49
2022-02-09
net:enetc: allocate CBD ring data memory using DMA coherent methods
Po Liu
1
-64
/
+64
2022-02-09
dpaa2-eth: add support for software TSO
Ioana Ciornei
3
-16
/
+205
2022-02-09
dpaa2-eth: work with an array of FDs
Ioana Ciornei
2
-16
/
+47
2022-02-09
dpaa2-eth: use the S/G table cache also for the normal S/G path
Ioana Ciornei
2
-9
/
+8
2022-02-09
dpaa2-eth: extract the S/G table buffer cache interaction into functions
Ioana Ciornei
1
-24
/
+37
[prev]
[next]