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
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-22
ice: Restore filters following reset
Henry Tieman
4
-6
/
+109
2020-05-22
ice: Enable flex-bytes support
Henry Tieman
6
-2
/
+265
2020-05-22
ice: Support IPv6 Flow Director filters
Henry Tieman
5
-81
/
+642
2020-05-22
ice: Support IPv4 Flow Director filters
Henry Tieman
12
-0
/
+1493
2020-05-22
ice: Support displaying ntuple rules
Henry Tieman
8
-0
/
+280
2020-05-22
ice: Initialize Flow Director resources
Henry Tieman
22
-38
/
+1553
2020-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
15
-1066
/
+290
2020-05-22
e1000e: disable s0ix entry and exit flows for ME systems
Vitaly Lifshits
1
-2
/
+43
2020-05-22
e1000e: Disable TSO for buffer overrun workaround
Kai-Heng Feng
1
-0
/
+4
2020-05-22
e1000e: Warn if disabling ULP failed
Kai-Heng Feng
1
-1
/
+5
2020-05-22
igb: Report speed and duplex as unknown when device is runtime suspended
Kai-Heng Feng
1
-1
/
+2
2020-05-22
igc: Remove unused descriptor's flags
Sasha Neftin
1
-4
/
+0
2020-05-22
igc: Remove igc_nfc_rule_exit()
Andre Guedes
1
-14
/
+0
2020-05-22
igc: Change adapter->nfc_rule_lock to mutex
Andre Guedes
3
-20
/
+20
2020-05-22
igc: Change return type from igc_disable_nfc_rule()
Andre Guedes
1
-17
/
+9
2020-05-22
igc: Fix NFC rule validation
Andre Guedes
1
-3
/
+4
2020-05-22
igc: Fix NFC rules leak when driver is unloaded
Andre Guedes
1
-13
/
+16
2020-05-22
igc: Refactor igc_ethtool_update_nfc_rule()
Andre Guedes
3
-166
/
+195
2020-05-22
igc: Fix NFC rules restoration
Andre Guedes
3
-20
/
+19
2020-05-22
igc: Fix NFC rules with multicast addresses
Andre Guedes
1
-6
/
+0
2020-05-22
igc: Fix NFC rule overwrite cases
Andre Guedes
1
-2
/
+1
2020-05-22
igc: Fix locking issue when retrieving NFC rules
Andre Guedes
1
-3
/
+16
2020-05-22
igc: Fix 'sw_idx' type in struct igc_nfc_rule
Andre Guedes
2
-9
/
+9
2020-05-22
igc: Refactor igc_ethtool_add_nfc_rule()
Andre Guedes
1
-58
/
+92
2020-05-22
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
34
-506
/
+2202
2020-05-21
ice: Rename build_ctob to ice_build_ctob
Tony Nguyen
4
-10
/
+11
2020-05-21
ice: remove unnecessary backslash
Bruce Allan
1
-1
/
+1
2020-05-21
ice: remove unnecessary check
Bruce Allan
1
-1
/
+1
2020-05-21
ice: remove unnecessary expression that is always true
Bruce Allan
1
-1
/
+2
2020-05-21
ice: Fix check for removing/adding mac filters
Lihong Yang
1
-5
/
+10
2020-05-21
ice: refactor filter functions
Michal Swiatkowski
8
-264
/
+494
2020-05-21
ice: Fix resource leak on early exit from function
Eric Joyner
1
-1
/
+3
2020-05-21
ice: cleanup vf_id signedness
Jesse Brandeburg
3
-10
/
+11
2020-05-21
ice: Fix casting issues
Karol Kolacinski
13
-64
/
+74
2020-05-21
ice: Provide more meaningful error message
Lihong Yang
6
-113
/
+247
2020-05-21
ice: Fix probe/open race condition
Anirudh Venkataramanan
1
-10
/
+14
2020-05-21
ice: only drop link once when setting pauseparams
Dave Ertman
1
-12
/
+0
2020-05-21
ice: Fix check for contiguous TCs
Dave Ertman
1
-7
/
+12
2020-05-21
ice: Don't reset and rebuild for Tx timeout on PFC enabled queue
Avinash JD
5
-0
/
+94
2020-05-21
ice: Add VF promiscuous support
Brett Creeley
4
-2
/
+223
2020-05-21
ice: Add support for tunnel offloads
Tony Nguyen
14
-14
/
+867
2020-05-21
ice: report netlist version in .info_get
Jacob Keller
4
-0
/
+147
2020-05-21
ixgbe, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOL
Björn Töpel
4
-271
/
+62
2020-05-21
ice, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOL
Björn Töpel
4
-359
/
+54
2020-05-21
i40e, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOL
Björn Töpel
4
-335
/
+47
2020-05-21
i40e: Separate kernel allocated rx_bi rings from AF_XDP rings
Björn Töpel
7
-127
/
+142
2020-05-21
i40e: Refactor rx_bi accesses
Björn Töpel
2
-12
/
+23
2020-05-21
xsk: Move driver interface to xdp_sock_drv.h
Magnus Karlsson
4
-4
/
+4
2020-05-21
igc: Change byte order in struct igc_nfc_filter
Andre Guedes
2
-22
/
+13
2020-05-21
igc: Align terms used in NFC support code
Andre Guedes
3
-117
/
+114
[prev]
[next]