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-03
i40e: Add new versions of send ASQ command functions
Jedrzej Jagielski
3
-8
/
+150
2022-02-03
i40e: Add sending commands in atomic context
Jedrzej Jagielski
1
-9
/
+12
2022-02-03
i40e: Remove unused RX realloc stat
Joe Damato
2
-3
/
+1
2022-02-03
i40e: Disable hw-tc-offload feature on driver load
Mateusz Palczewski
1
-1
/
+4
2022-02-02
net: sparx5: do not refer to skb after passing it on
Steen Hegelund
1
-1
/
+1
2022-02-02
drivers: net: Replace acpi_bus_get_device()
Rafael J. Wysocki
1
-1
/
+2
2022-02-02
Merge tag 'mlx5-fixes-2022-02-01' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
16
-53
/
+98
2022-02-01
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Jakub Kicinski
3
-19
/
+44
2022-02-01
net/mlx5e: Avoid field-overflowing memcpy()
Kees Cook
2
-4
/
+6
2022-02-01
net/mlx5e: Use struct_group() for memcpy() region
Kees Cook
1
-1
/
+1
2022-02-01
net/mlx5e: Avoid implicit modify hdr for decap drop rule
Roi Dayan
1
-1
/
+2
2022-02-01
net/mlx5e: IPsec: Fix tunnel mode crypto offload for non TCP/UDP traffic
Raed Salem
1
-2
/
+11
2022-02-01
net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP encapsulated traffic
Raed Salem
1
-3
/
+6
2022-02-01
net/mlx5e: Don't treat small ceil values as unlimited in HTB offload
Maxim Mikityanskiy
1
-1
/
+2
2022-02-01
net/mlx5: E-Switch, Fix uninitialized variable modact
Maor Dickman
1
-1
/
+1
2022-02-01
net/mlx5e: Fix handling of wrong devices during bond netevent
Maor Dickman
1
-18
/
+14
2022-02-01
net/mlx5e: Fix broken SKB allocation in HW-GRO
Khalid Manaa
1
-9
/
+17
2022-02-01
net/mlx5e: Fix wrong calculation of header index in HW_GRO
Khalid Manaa
2
-2
/
+7
2022-02-01
net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
Roi Dayan
1
-2
/
+2
2022-02-01
net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
Dima Chumak
1
-3
/
+4
2022-02-01
net/mlx5e: TC, Reject rules with forward and drop actions
Roi Dayan
1
-0
/
+6
2022-02-01
net/mlx5: Use del_timer_sync in fw reset flow of halting poll
Maher Sanalla
1
-1
/
+1
2022-02-01
net/mlx5e: Fix module EEPROM query
Gal Pressman
1
-4
/
+5
2022-02-01
net/mlx5e: TC, Reject rules with drop and modify hdr action
Roi Dayan
1
-0
/
+6
2022-02-01
net/mlx5: Bridge, ensure dev_name is null-terminated
Vlad Buslov
1
-1
/
+1
2022-02-01
net/mlx5: Bridge, take rtnl lock in init error handler
Vlad Buslov
2
-0
/
+6
2022-02-01
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Jakub Kicinski
2
-2
/
+30
2022-02-01
sfc: The size of the RX recycle ring should be more flexible
Martin Habets
7
-17
/
+57
2022-02-01
r8169: support L1.2 control on RTL8168h
Heiner Kallweit
1
-0
/
+2
2022-02-01
ethernet: smc911x: fix indentation in get/set EEPROM
Jakub Kicinski
1
-4
/
+4
2022-02-01
e1000e: Handshake with CSME starts from ADL platforms
Sasha Neftin
1
-2
/
+4
2022-02-01
e1000e: Separate ADP board type from TGP
Sasha Neftin
3
-17
/
+40
2022-02-01
net: lan966x: Implement get_ts_info
Horatiu Vultur
1
-0
/
+34
2022-02-01
net: lan966x: Add support for ptp interrupts
Horatiu Vultur
3
-0
/
+130
2022-02-01
net: lan966x: Update extraction/injection for timestamping
Horatiu Vultur
3
-5
/
+207
2022-02-01
net: lan966x: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMP
Horatiu Vultur
3
-0
/
+100
2022-02-01
net: lan966x: Add support for ptp clocks
Horatiu Vultur
4
-1
/
+317
2022-02-01
net: lan966x: Add registers that are use for ptp functionality
Horatiu Vultur
2
-0
/
+104
2022-02-01
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next
David S. Miller
5
-33
/
+54
2022-01-31
sh_eth: kill useless initializers in sh_eth_{suspend|resume}()
Sergey Shtylyov
1
-2
/
+2
2022-01-31
net: ena: Do not waste napi skb cache
Hyeonggon Yoo
1
-3
/
+2
2022-01-31
qed: use msleep() in qed_mcp_cmd() and add qed_mcp_cmd_nosleep() for udelay.
Venkata Sudheer Kumar Bhavaraju
2
-14
/
+64
2022-01-31
net: stmmac: dump gmac4 DMA registers correctly
Camel Guo
2
-2
/
+18
2022-01-31
i40e: Fix reset path while removing the driver
Karen Sornek
2
-1
/
+19
2022-01-31
i40e: Fix reset bw limit when DCB enabled with 1 TC
Jedrzej Jagielski
1
-1
/
+11
2022-01-31
ixgbe: respect metadata on XSK Rx to skb
Alexander Lobakin
1
-4
/
+10
2022-01-31
ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
Alexander Lobakin
1
-3
/
+1
2022-01-31
ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directly
Alexander Lobakin
1
-9
/
+10
2022-01-31
igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
Alexander Lobakin
1
-6
/
+7
2022-01-31
ice: respect metadata on XSK Rx to skb
Alexander Lobakin
1
-4
/
+10
[prev]
[next]