index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2017-04-30
12
-334
/
+372
|
\
|
*
i40evf: hide unused variable
Arnd Bergmann
2017-04-30
1
-1
/
+2
|
*
i40evf: allocate queues before we setup the interrupts and q_vectors
Jacob Keller
2017-04-30
1
-9
/
+9
|
*
i40evf: remove I40E_FLAG_FDIR_ATR_ENABLED
Jacob Keller
2017-04-30
1
-1
/
+0
|
*
i40e: remove hw_disabled_flags in favor of using separate flag bits
Jacob Keller
2017-04-30
4
-52
/
+38
|
*
i40evf: remove needless min_t() on num_online_cpus()*2
Jacob Keller
2017-04-30
1
-6
/
+6
|
*
i40e: use DECLARE_BITMAP for state fields
Jacob Keller
2017-04-30
11
-181
/
+189
|
*
i40e: separate PF and VSI state flags
Jacob Keller
2017-04-30
8
-55
/
+64
|
*
i40e: remove unnecessary msleep() delay in i40e_free_vfs
Jacob Keller
2017-04-30
3
-4
/
+2
|
*
i40e: amortize wait time when disabling lots of VFs
Jacob Keller
2017-04-30
1
-2
/
+14
|
*
i40e: Reprogram port offloads after reset
Alexander Duyck
2017-04-30
1
-0
/
+20
|
*
i40e: rename index to port to avoid confusion
Jacob Keller
2017-04-30
2
-6
/
+6
|
*
i40e: make use of i40e_reset_all_vfs when initializing new VFs
Jacob Keller
2017-04-30
2
-3
/
+8
|
*
i40e: properly spell I40E_VF_STATE_* flags
Jacob Keller
2017-04-30
4
-58
/
+58
*
|
e1000e: Add Support for 38.4MHZ frequency
Sasha Neftin
2017-04-30
2
-29
/
+48
*
|
e1000e: Add Support for CannonLake
Sasha Neftin
2017-04-30
4
-62
/
+63
*
|
e1000e: Initial Support for CannonLake
Sasha Neftin
2017-04-30
4
-1
/
+33
*
|
e1000e: fix PTP on e1000_pch_lpt variants
Jarod Wilson
2017-04-30
1
-1
/
+2
|
/
*
ixgbevf: Check for RSS key before setting value
Tony Nguyen
2017-04-30
3
-4
/
+34
*
ixgbevf: Fix errors in retrieving RETA and RSS from PF
Tony Nguyen
2017-04-30
1
-3
/
+3
*
ixgbe: Check for RSS key before setting value
Tony Nguyen
2017-04-30
4
-7
/
+31
*
ixgbe: Add 1000Base-T device based on X550EM_X MAC
Paul Greenwalt
2017-04-30
4
-1
/
+49
*
ixgbe: Allow setting zero MAC address for VF
Tony Nguyen
2017-04-30
1
-10
/
+18
*
ixgbevf: fix size of queue stats length
Emil Tantilov
2017-04-30
1
-1
/
+1
*
ixgbe: clean macvlan MAC filter table on VF reset
Emil Tantilov
2017-04-30
1
-52
/
+53
*
ixgbe: delay tail write to every 'n' packets
John Fastabend
2017-04-30
1
-11
/
+17
*
ixgbe: add support for XDP_TX action
John Fastabend
2017-04-30
4
-53
/
+348
*
ixgbe: add XDP support for pass and drop actions
John Fastabend
2017-04-30
3
-29
/
+148
*
ixgbe: Acquire PHY semaphore before device reset
Paul Greenwalt
2017-04-29
2
-0
/
+16
*
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
2017-04-24
12
-134
/
+499
|
\
|
*
igbvf: Use net_device_stats from struct net_device
Tobias Klauser
2017-04-21
2
-22
/
+5
|
*
igb: Enable reading of wake up packet
Kim Tatt Chuah
2017-04-21
2
-1
/
+56
|
*
igb/igbvf: Add VF MAC filter request capabilities
Yury Kylulin
2017-04-21
8
-15
/
+240
|
*
igb: improve MAC filter handling
Yury Kylulin
2017-04-21
2
-65
/
+192
|
*
e1000e: fix timing for 82579 Gigabit Ethernet controller
Bernd Faust
2017-04-21
1
-0
/
+6
|
*
ixgb: Omit private ndo_get_stats function
Tobias Klauser
2017-04-21
1
-16
/
+0
|
*
e1000: Omit private ndo_get_stats function
Tobias Klauser
2017-04-21
1
-15
/
+0
*
|
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2017-04-21
27
-187
/
+1625
|
\
\
|
|
/
|
/
|
|
*
i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED state
Jacob Keller
2017-04-20
2
-11
/
+7
|
*
i40e: reset all VFs in parallel when rebuilding PF
Jacob Keller
2017-04-20
4
-6
/
+129
|
*
i40e: split some code in i40e_reset_vf into helpers
Jacob Keller
2017-04-20
1
-37
/
+72
|
*
i40e: remove I40E_FLAG_IN_NETPOLL entirely
Jacob Keller
2017-04-20
1
-2
/
+0
|
*
i40e: reduce wait time for adminq command completion
Jacob Keller
2017-04-20
4
-6
/
+6
|
*
i40e: fix CONFIG_BUSY checks in i40e_set_settings function
Jacob Keller
2017-04-20
1
-9
/
+29
|
*
i40e: factor out queue control from i40e_vsi_control_(tx|rx)
Jacob Keller
2017-04-20
1
-50
/
+89
|
*
i40e: don't hold RTNL lock while waiting for VF reset to finish
Jacob Keller
2017-04-20
1
-2
/
+9
|
*
i40e: new AQ commands
Jingjing Wu
2017-04-20
8
-0
/
+686
|
*
i40e/i40evf: Add tracepoints
Scott Peterson
2017-04-20
8
-0
/
+495
|
*
i40e: dump VF information in debugfs
Mitch Williams
2017-04-20
1
-0
/
+51
|
*
i40e: Fix support for flow director programming status
Alexander Duyck
2017-04-20
3
-31
/
+43
[next]