index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-05
ixgbe: remove old init remnant
Eliezer Tamir
1
-5
/
+0
2012-09-05
igb: Supported and Advertised Pause Frame
Akeem G. Abodunrin
1
-3
/
+18
2012-09-05
igb: reduce Rx header size
Eric Dumazet
1
-2
/
+2
2012-09-05
igb: Add loopback test support for i210
Carolyn Wyborny
1
-35
/
+16
2012-09-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
7
-41
/
+164
2012-08-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-25
/
+24
2012-08-31
ixgbevf: Cleanup handling of configuration for jumbo frames
Alexander Duyck
4
-28
/
+58
2012-08-31
ixgbevf: Add suspend and resume support to the VF
Alexander Duyck
1
-4
/
+89
2012-08-31
e1000e: update driver version number
Bruce Allan
1
-1
/
+1
2012-08-31
e1000e: cleanup - remove unnecessary variable
Bruce Allan
1
-3
/
+2
2012-08-31
e1000e: cleanup - remove inapplicable comment
Bruce Allan
1
-1
/
+1
2012-08-31
e1000e: cleanup strict checkpatch check
Bruce Allan
1
-1
/
+2
2012-08-31
e1000e: cleanup strict checkpatch MEMORY_BARRIER checks
Bruce Allan
1
-1
/
+9
2012-08-31
e1000e: use correct type for read of 32-bit register
Bruce Allan
1
-2
/
+2
2012-08-30
e1000e: DoS while TSO enabled caused by link partner with small MSS
Bruce Allan
2
-25
/
+24
2012-08-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
8
-8
/
+187
2012-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-49
/
+71
2012-08-21
igb: update to allow reading/setting MDI state
Jesse Brandeburg
2
-0
/
+46
2012-08-21
e1000e: implement MDI/MDI-X control
Jesse Brandeburg
1
-2
/
+39
2012-08-21
e1000: configure and read MDI settings
Jesse Brandeburg
2
-0
/
+43
2012-08-21
igb: implement 580 MDI setting support
Jesse Brandeburg
2
-4
/
+30
2012-08-21
e1000e: implement 82577/579 MDI setting support
Bruce W Allan
1
-2
/
+29
2012-08-17
ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptor
Alexander Duyck
2
-6
/
+11
2012-08-17
ixgbe: Roll RSC code into non-EOP code
Alexander Duyck
1
-32
/
+19
2012-08-17
ixgbe: Make allocating skb and placing data in it a separate function
Alexander Duyck
1
-77
/
+89
2012-08-17
ixgbe: Copybreak sooner to avoid get_page/put_page and offset change overhead
Alexander Duyck
1
-15
/
+17
2012-08-17
ixgbe: Make pull tail function separate from rest of cleanup_headers
Alexander Duyck
1
-37
/
+57
2012-08-17
ixgbe: Have the CPU take ownership of the buffers sooner
Alexander Duyck
1
-14
/
+38
2012-08-17
ixgbe: Only use double buffering if page size is less than 8K
Alexander Duyck
2
-19
/
+45
2012-08-17
ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_page
Alexander Duyck
1
-39
/
+34
2012-08-17
ixgbe: Remove code that was initializing Rx page offset
Alexander Duyck
1
-26
/
+1
2012-08-11
ixgbe: add missing braces
Emil Tantilov
1
-1
/
+2
2012-08-09
igb: Fix register defines for all non-82575 hardware
Alexander Duyck
1
-2
/
+6
2012-08-09
e1000e: fix panic while dumping packets on Tx hang with IOMMU
Emil Tantilov
1
-10
/
+26
2012-08-09
igb: fix panic while dumping packets on Tx hang with IOMMU
Emil Tantilov
1
-10
/
+9
2012-08-07
igb: add delay to allow igb loopback test to succeed on 8086:10c9
Stefan Assmann
1
-0
/
+3
2012-08-07
e1000e: 82571 Tx Data Corruption during Tx hang recovery
Tushar Dave
1
-2
/
+4
2012-08-07
e1000e: NIC goes up and immediately goes down
Tushar Dave
1
-3
/
+1
2012-08-04
igb: don't break user visible strings over multiple lines in igb_ethtool.c
Jesper Juhl
1
-12
/
+11
2012-08-04
igb: correct hardware type (i210/i211) check in igb_loopback_test()
Jesper Juhl
1
-1
/
+1
2012-08-04
igb: Fix for failure to init on some 82576 devices.
Carolyn Wyborny
1
-8
/
+8
2012-08-01
netvm: propagate page->pfmemalloc from skb_alloc_page to skb
Mel Gorman
3
-4
/
+3
2012-07-27
ixgbe: fix panic while dumping packets on Tx hang with IOMMU
Emil Tantilov
1
-5
/
+6
2012-07-22
ixgbe: Fix build with PCI_IOV enabled.
David S. Miller
1
-1
/
+1
2012-07-22
e1000e: advertise transmit time stamping
Richard Cochran
1
-0
/
+1
2012-07-22
e1000: advertise transmit time stamping
Richard Cochran
1
-0
/
+1
2012-07-22
igb: reset PHY in the link_up process to recover PHY setting after power down.
Akeem G. Abodunrin
1
-1
/
+2
2012-07-22
ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interrupts
Alexander Duyck
2
-7
/
+17
2012-07-22
ixgbe: add support for new 82599 device
Don Skidmore
2
-0
/
+2
2012-07-22
ixgbe: remove extra unused queues in DCB + FCoE case
John Fastabend
1
-5
/
+8
[next]