index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-06
6
-39
/
+76
|
\
|
*
ixgbe: fix xdp handle calculations
Kevin Laatz
2019-09-05
1
-3
/
+4
|
*
i40e: fix xdp handle calculations
Kevin Laatz
2019-09-05
1
-3
/
+4
|
*
ixgbe: modify driver for handling offsets
Kevin Laatz
2019-08-31
1
-4
/
+9
|
*
i40e: modify driver for handling offsets
Kevin Laatz
2019-08-31
1
-4
/
+9
|
*
ixgbe: simplify Rx buffer recycle
Kevin Laatz
2019-08-31
1
-10
/
+3
|
*
i40e: simplify Rx buffer recycle
Kevin Laatz
2019-08-31
1
-10
/
+3
|
*
ixgbe: add support for AF_XDP need_wakeup feature
Magnus Karlsson
2019-08-17
1
-0
/
+18
|
*
i40e: add support for AF_XDP need_wakeup feature
Magnus Karlsson
2019-08-17
1
-0
/
+18
|
*
xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup
Magnus Karlsson
2019-08-17
6
-11
/
+14
*
|
ixgbe: Use kzfree() rather than its implementation.
zhong jiang
2019-09-05
1
-6
/
+3
*
|
ice: Only disable VLAN pruning for the VF when all VLANs are removed
Brett Creeley
2019-09-03
1
-2
/
+3
*
|
ice: Remove enable DCB when SW LLDP is activated
Michal Swiatkowski
2019-09-03
1
-1
/
+0
*
|
ice: Report stats when VSI is down
Dave Ertman
2019-09-03
1
-2
/
+6
*
|
ice: Always notify FW of VF reset
Mitch Williams
2019-09-03
1
-9
/
+16
*
|
ice: Correctly handle return values for init DCB
Dave Ertman
2019-09-03
1
-9
/
+8
*
|
ice: Limit Max TCs on devices with more than 4 ports
Usha Ketineni
2019-09-03
4
-2
/
+24
*
|
ice: Cleanup defines in ice_type.h
Tony Nguyen
2019-09-03
1
-3
/
+3
*
|
ice: print extra message if topology issue
Jesse Brandeburg
2019-09-03
1
-0
/
+17
*
|
ice: add print of autoneg state to link message
Jesse Brandeburg
2019-09-03
1
-2
/
+9
*
|
ice: update driver unloading field for Queue Shutdown AQ command
Bruce Allan
2019-09-03
2
-3
/
+3
*
|
ice: add needed PFR during driver unload
Bruce Allan
2019-09-03
1
-0
/
+5
*
|
ice: Deduce TSA value from the priority value in the CEE mode
Chinh T Cao
2019-09-03
1
-1
/
+7
*
|
ice: Report what the user set for coalesce [tx|rx]-usecs
Brett Creeley
2019-09-03
1
-44
/
+44
*
|
ice: Fix resource leak in ice_remove_rule_internal()
Jeb Cramer
2019-09-03
1
-2
/
+3
*
|
ice: Fix EMP reset handling
Anirudh Venkataramanan
2019-09-03
1
-0
/
+2
*
|
ice: fix adminq calls during remove
Henry Tieman
2019-08-26
1
-1
/
+1
*
|
ice: Rework ice_ena_msix_range
Anirudh Venkataramanan
2019-08-26
1
-11
/
+21
*
|
ice: Fix VF configuration issues due to reset
Akeem G Abodunrin
2019-08-26
1
-2
/
+9
*
|
ice: Alloc queue management bitmaps and arrays dynamically
Anirudh Venkataramanan
2019-08-26
3
-23
/
+74
*
|
ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmap
Paul Greenwalt
2019-08-26
5
-75
/
+207
*
|
ice: add support for enabling/disabling single queues
Maciej Fijalkowski
2019-08-26
2
-146
/
+214
*
|
ice: fix potential infinite loop
Colin Ian King
2019-08-26
1
-1
/
+1
*
|
ice: fix ice_is_tc_ena
Jacob Keller
2019-08-26
1
-2
/
+2
*
|
ice: add validation in OP_CONFIG_VSI_QUEUES VF message
Michal Swiatkowski
2019-08-26
1
-7
/
+24
*
|
ice: Don't clog kernel debug log with VF MDD events errors
Akeem G Abodunrin
2019-08-26
2
-3
/
+5
*
|
ice: Introduce a local variable for a VSI in the rebuild path
Krzysztof Kazimierczak
2019-08-26
1
-9
/
+12
*
|
ice: shorten local and add debug prints
Jesse Brandeburg
2019-08-26
1
-19
/
+44
*
|
ice: Sanitize ice_ena_vsi and ice_dis_vsi
Anirudh Venkataramanan
2019-08-26
1
-13
/
+11
*
|
ice: added sibling head to parse nodes
Victor Raj
2019-08-26
2
-36
/
+23
*
|
ice: Fix ethtool port and PFC stats for 4x25G cards
Usha Ketineni
2019-08-26
2
-44
/
+45
*
|
ice: Don't allow VSI to remove unassociated ucast filter
Akeem G Abodunrin
2019-08-23
1
-0
/
+56
*
|
ice: Fix issues updating VSI MAC filters
Akeem G Abodunrin
2019-08-23
4
-67
/
+73
*
|
ice: update ethtool stats on-demand
Bruce Allan
2019-08-23
3
-6
/
+9
*
|
ice: Add input handlers for virtual channel handlers
Amruth G.P
2019-08-23
1
-32
/
+32
*
|
ice: Don't clear auto_fec bit in ice_cfg_phy_fec()
Chinh T Cao
2019-08-23
1
-6
/
+3
*
|
ice: Fix flag used for module query
Chinh T Cao
2019-08-23
1
-1
/
+1
*
|
ice: silence some bogus error messages
Mitch Williams
2019-08-23
2
-3
/
+4
*
|
ice: Rename ethtool private flag for lldp
Dave Ertman
2019-08-23
4
-8
/
+8
*
|
ice: reject VF attempts to enable head writeback
Jacob Keller
2019-08-23
1
-0
/
+1
[next]