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
*
net: Disallow providing non zero VLAN ID for NIC drivers FDB add flow
Or Gerlitz
2014-12-16
1
-0
/
+5
*
fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor reads
Alexander Duyck
2014-12-11
3
-11
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-12-11
62
-3542
/
+6707
|
\
|
*
ethernet/intel: Use napi_alloc_skb
Alexander Duyck
2014-12-10
6
-11
/
+10
|
*
i40e/i40evf: Convert macro to static inline
Jeff Kirsher
2014-12-09
2
-2
/
+8
|
*
i40e: add to NVM update debug message
Shannon Nelson
2014-12-09
1
-2
/
+4
|
*
i40e: check for AQ timeout in aq_rc decode
Shannon Nelson
2014-12-09
3
-14
/
+33
|
*
i40e: poll on NVM semaphore only if not other error
Shannon Nelson
2014-12-09
1
-4
/
+9
|
*
i40e: fix up NVM update sm error handling
Shannon Nelson
2014-12-09
1
-10
/
+16
|
*
i40e: set max limit for access polling
Shannon Nelson
2014-12-09
3
-15
/
+10
|
*
i40e: remove unused nvm_semaphore_wait
Shannon Nelson
2014-12-09
3
-4
/
+0
|
*
i40e: init NVM update state on adminq init
Shannon Nelson
2014-12-09
1
-0
/
+2
|
*
i40e: add range check to i40e_aq_rc_to_posix
Shannon Nelson
2014-12-09
2
-0
/
+4
|
*
i40e: rework debug messages for NVM update
Shannon Nelson
2014-12-09
1
-27
/
+80
|
*
i40e: let firmware catch the NVM busy error
Shannon Nelson
2014-12-09
4
-19
/
+0
|
*
i40e: better error messages for NVM update issues
Shannon Nelson
2014-12-09
1
-19
/
+33
|
*
i40e: clear NVM update state on ethtool test
Shannon Nelson
2014-12-09
1
-0
/
+3
|
*
ethtool: Support for configurable RSS hash function
Eyal Perry
2014-12-08
3
-6
/
+39
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2014-12-08
16
-75
/
+107
|
|
\
|
|
*
i40e: Reduce stack in i40e_dbg_dump_desc
Joe Perches
2014-12-06
1
-13
/
+17
|
|
*
i40e: Bump i40e version to 1.2.2 and i40evf version to 1.0.6
Catherine Sullivan
2014-12-06
2
-3
/
+3
|
|
*
i40e: get pf_id from HW rather than PCI function
Shannon Nelson
2014-12-06
1
-12
/
+11
|
|
*
i40e: increase ARQ size
Mitch Williams
2014-12-06
1
-1
/
+1
|
|
*
i40e: Re enable Main VSI loopback setting in the reset path
Anjali Singhai Jain
2014-12-06
1
-0
/
+3
|
|
*
i40e: Add new update VSI flow to accommodate FW fix with VSI Loopback mode
Anjali Singhai Jain
2014-12-06
3
-4
/
+15
|
|
*
i40e: Increase reset delay
Kevin Scott
2014-12-06
1
-1
/
+1
|
|
*
i40evf: make early init sequence even more robust
Mitch Williams
2014-12-06
2
-13
/
+12
|
|
*
i40e: fix netdev_stat macro definition
Shannon Nelson
2014-12-06
1
-1
/
+2
|
|
*
i40e: Define and use i40e_is_vf macro
Anjali Singhai Jain
2014-12-06
4
-2
/
+6
|
|
*
i40e: Add a virtual channel op to config RSS
Anjali Singhai Jain
2014-12-06
2
-0
/
+2
|
|
*
i40e: don't enable PTP support on more than one PF per port
Jacob Keller
2014-12-06
2
-11
/
+25
|
|
*
i40e: Add description to misc and fd interrupts
Carolyn Wyborny
2014-12-06
1
-4
/
+7
|
|
*
i40e: allow various base numbers in debugfs aq commands
Shannon Nelson
2014-12-06
1
-2
/
+2
|
|
*
i40e: remove useless debug noise
Shannon Nelson
2014-12-06
2
-6
/
+0
|
|
*
i40e: Remove unneeded break statement
Shannon Nelson
2014-12-06
1
-2
/
+0
|
*
|
ethernet/intel: Use eth_skb_pad and skb_put_padto helpers
Alexander Duyck
2014-12-08
7
-62
/
+22
|
|
/
|
*
ixgbevf: fix possible crashes in probe and remove
Emil Tantilov
2014-12-05
1
-4
/
+13
|
*
ixgbevf: add support for X550 VFs
Emil Tantilov
2014-12-05
5
-5
/
+38
|
*
ixgbe: fix crash on rmmod after probe fail
Emil Tantilov
2014-12-05
1
-2
/
+8
|
*
ixgbe: bump version number
Don Skidmore
2014-12-05
1
-1
/
+1
|
*
ixgbe: Add X550 support function pointers
Don Skidmore
2014-12-05
10
-59
/
+1732
|
*
ixgbe: cleanup checksum to allow error results
Don Skidmore
2014-12-05
4
-53
/
+96
|
*
ixgbe: add methods for combined read and write operations
Don Skidmore
2014-12-05
3
-0
/
+188
|
*
ixgbe: Add x550 SW/FW semaphore support
Don Skidmore
2014-12-05
5
-29
/
+25
|
*
ixgbe: Add timeout parameter to ixgbe_host_interface_command
Don Skidmore
2014-12-05
2
-13
/
+37
|
*
ixgbe: add support for X550 extended RSS support
Don Skidmore
2014-12-05
5
-25
/
+107
|
*
ixgbe: remove CIAA/D register reads from bad VF check
Emil Tantilov
2014-12-05
1
-71
/
+74
|
*
ixgbe: Look up MAC address in Open Firmware or IDPROM
Martin K Petersen
2014-12-05
1
-0
/
+35
|
*
ixgbe: Remove tail write abstraction and add missing barrier
Alexander Duyck
2014-12-05
2
-25
/
+20
|
*
ixgbe: Clean-up page reuse code
Alexander Duyck
2014-12-05
1
-42
/
+36
[next]