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
*
ixgbe: PTP get_ts_info missing software support
Jacob Keller
2012-11-01
1
-0
/
+3
*
e1000e: Change wthresh to 1 to avoid possible Tx stalls
Hiroaki SHIMODA
2012-10-11
2
-4
/
+4
*
e1000e: add device IDs for i218
Bruce Allan
2012-10-09
2
-0
/
+4
*
ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangs
Alexander Duyck
2012-10-09
2
-2
/
+2
*
ixgbevf: Set the netdev number of Tx queues
Greg Rose
2012-10-09
1
-0
/
+7
*
ixgbe: add support for X540-AT1
joshua.a.hay@intel.com
2012-10-03
3
-0
/
+4
*
ixgbe: fix poll loop for FDIRCTRL.INIT_DONE bit
Emil Tantilov
2012-10-03
1
-1
/
+1
*
ixgbe: fix PTP ethtool timestamping function
Jacob Keller
2012-10-03
1
-4
/
+1
*
ixgbe: (PTP) Fix PPS interrupt code
Jacob Keller
2012-10-03
2
-61
/
+48
*
ixgbe: Fix PTP X540 SDP alignment code for PPS signal
Jacob Keller
2012-10-03
1
-89
/
+99
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-10-02
28
-1153
/
+2152
|
\
|
*
netlink: add attributes to fdb interface
stephen hemminger
2012-10-02
1
-1
/
+1
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-09-28
1
-0
/
+11
|
|
\
|
*
|
ixgbevf: Return error on failure to enable VLAN
Alexander Duyck
2012-09-24
2
-7
/
+34
|
*
|
ixgbevf: Add fix to VF to handle multi-descriptor buffers
Alexander Duyck
2012-09-24
2
-2
/
+17
|
*
|
ixgbevf: Fix AIM (Adaptive Interrupt Moderation)
Greg Rose
2012-09-24
1
-0
/
+4
|
*
|
ixgbevf - Remove unused parameter in ixgbevf_receive_skb
Narendra K
2012-09-24
1
-3
/
+1
|
*
|
ixgbe: Do not read the spoofed packets counter when not in IOV mode
Greg Rose
2012-09-24
1
-2
/
+3
|
*
|
ixgbevf: Fix code for handling timeout
Alexander Duyck
2012-09-24
3
-52
/
+58
|
*
|
ptp: link the phc device to its parent device
Richard Cochran
2012-09-22
2
-2
/
+4
|
*
|
igb: Use dma_unmap_addr and dma_unmap_len defines
Alexander Duyck
2012-09-22
2
-34
/
+34
|
*
|
igb: Simplify how we populate the RSS key
Alexander Duyck
2012-09-22
1
-12
/
+6
|
*
|
igb: Change how we populate the RSS indirection table
Alexander Duyck
2012-09-22
1
-29
/
+26
|
*
|
igb: Change Tx cleanup loop to do/while instead of for
Alexander Duyck
2012-09-22
1
-12
/
+16
|
*
|
igb: Remove logic that was doing NUMA pseudo-aware allocations
Alexander Duyck
2012-09-22
2
-85
/
+13
|
*
|
igb: Fix stats output on i210/i211 parts.
Carolyn Wyborny
2012-09-22
1
-1
/
+5
|
*
|
igb: Change how we check for pre-existing and assigned VFs
Stefan Assmann
2012-09-22
2
-83
/
+22
|
*
|
ixgbevf: scheduling while atomic in reset hw path
John Fastabend
2012-09-20
1
-1
/
+1
|
*
|
ixgbevf: Add support for VF API negotiation
Alexander Duyck
2012-09-20
5
-2
/
+83
|
*
|
igb: Support to enable EEE on all eee_supported devices
Akeem G. Abodunrin
2012-09-20
3
-5
/
+16
|
*
|
igb: Remove artificial restriction on RQDPC stat reading
Alexander Duyck
2012-09-20
1
-3
/
+5
|
*
|
netdev: make address const in device address management
stephen hemminger
2012-09-19
1
-2
/
+2
|
*
|
igb: Add 1588 support to I210/I211.
Matthew Vick
2012-09-17
2
-45
/
+174
|
*
|
igb: Prevent dropped Tx timestamps via work items and interrupts.
Matthew Vick
2012-09-17
5
-25
/
+153
|
*
|
igb: Store the MAC address in the name in the PTP struct.
Matthew Vick
2012-09-17
1
-4
/
+3
|
*
|
igb: Correct PTP support query from ethtool.
Matthew Vick
2012-09-17
1
-24
/
+38
|
*
|
igb: Update PTP function names/variables and locations.
Matthew Vick
2012-09-17
4
-395
/
+398
|
*
|
igb: Tidy up wrapping for CONFIG_IGB_PTP.
Matthew Vick
2012-09-17
3
-10
/
+25
|
*
|
ixgbe: Improve statistics accuracy for DDP traffic
Mark Rustad
2012-09-16
1
-16
/
+16
|
*
|
ixgbe: added reg_ops file to debugfs
Catherine Sullivan
2012-09-16
1
-0
/
+118
|
*
|
ixgbe: added netdev_ops file to debugfs
Catherine Sullivan
2012-09-16
1
-2
/
+105
|
*
|
ixgbe: add debugfs support
Catherine Sullivan
2012-09-16
4
-2
/
+106
|
*
|
ixgbe: fix reporting of spoofed packets
Emil Tantilov
2012-09-16
1
-1
/
+1
|
*
|
ixgbe: Fix VF rate limiting to correctly account for more queues per VF
Alexander Duyck
2012-09-16
1
-41
/
+59
|
*
|
ixgbe: Fix ordering of things so that PF correctly configures its VLANs
Alexander Duyck
2012-09-16
2
-4
/
+10
|
*
|
e1000: add byte queue limits
Otto Estuardo Solares Cabrera
2012-09-16
1
-0
/
+10
|
*
|
ixgbe: remove old init remnant
Eliezer Tamir
2012-09-05
1
-5
/
+0
|
*
|
igb: Supported and Advertised Pause Frame
Akeem G. Abodunrin
2012-09-05
1
-3
/
+18
|
*
|
igb: reduce Rx header size
Eric Dumazet
2012-09-05
1
-2
/
+2
|
*
|
igb: Add loopback test support for i210
Carolyn Wyborny
2012-09-05
1
-35
/
+16
[next]