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
2014-09-18
ixgbe: use e_dev_warn instead of netif_printk
Jacob Keller
1
-5
/
+5
2014-09-18
ixgbe: Do not schedule an uninitialized workqueue entry
Mark Rustad
1
-3
/
+4
2014-09-18
ixgbe: remove useless bd_number from adapter struct
Ethan Zhao
2
-6
/
+0
2014-09-18
ixgbevf: remove useless bd_number from struct ixgbevf_adapter
Ethan Zhao
2
-5
/
+0
2014-09-12
e1000: switch to napi_gro_frags api
Florian Westphal
1
-17
/
+32
2014-09-12
e1000: convert to build_skb
Florian Westphal
3
-120
/
+131
2014-09-12
e1000: rename struct e1000_buffer to e1000_tx_buffer
Florian Westphal
3
-17
/
+17
2014-09-12
e1000: add and use e1000_rx_buffer info for Rx
Florian Westphal
3
-23
/
+27
2014-09-12
e1000: perform copybreak ahead of DMA unmap
Florian Westphal
1
-30
/
+43
2014-09-12
e1000: move tbi workaround code into helper function
Florian Westphal
1
-30
/
+33
2014-09-12
e1000: move e1000_tbi_adjust_stats to where its used
Florian Westphal
3
-80
/
+77
2014-09-12
ixgbe: Refactor busy poll socket code to address multiple issues
Alexander Duyck
2
-72
/
+45
2014-09-12
ixgbe: Drop Rx alloc at end of Rx cleanup
Alexander Duyck
1
-3
/
+0
2014-09-12
ixgbevf: Resolve missing-field-initializers warnings
Mark Rustad
1
-1
/
+1
2014-09-12
ixgbe: Resolve warnings produced in W=2 builds
Mark Rustad
2
-11
/
+11
2014-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-22
/
+22
2014-09-06
igb: add flags to set eee advertisement mode
Todd Fujinaka
4
-18
/
+49
2014-09-06
e1000: e1000_ethertool.c coding style fixes
Krzysztof Majzerowicz-Jaszcz
1
-76
/
+79
2014-09-06
ixgbe: use new eth_get_headlen interface
Alexander Duyck
1
-115
/
+1
2014-09-06
igb: use new eth_get_headlen interface
Alexander Duyck
1
-108
/
+1
2014-09-04
ixgbe: limit combined total of macvlan and SR-IOV VFs
Jacob Keller
2
-6
/
+16
2014-09-04
ixgbe: add comment noting recalculation of queues
Jacob Keller
1
-0
/
+8
2014-09-04
ixgbevf: introduce delay for checking VFLINKS on 82599
Emil Tantilov
1
-0
/
+15
2014-09-04
ixgbe: reset interface on link loss with pending Tx work from the VF
Emil Tantilov
2
-12
/
+49
2014-09-04
ixgbe: Cleanup FDB handling code
Alexander Duyck
1
-30
/
+4
2014-09-04
i40e: use global pci_vfs_assigned() to replace local i40e_vfs_are_assigned()
Ethan Zhao
1
-31
/
+2
2014-09-04
i40e/i40evf: Bump i40e/i40evf versions
Catherine Sullivan
2
-2
/
+2
2014-09-04
i40e: fix panic due to too-early Tx queue enable
Jesse Brandeburg
1
-1
/
+1
2014-09-04
i40e: Fix an issue when PF reset fails
Anjali Singhai Jain
2
-3
/
+11
2014-09-04
i40e: make warning less verbose
Jesse Brandeburg
1
-14
/
+12
2014-09-04
i40e: Tell OS link is going down when calling set_phy_config
Catherine Sullivan
1
-3
/
+18
2014-09-04
i40e: Remove unnecessary assignment
Serey Kong
1
-1
/
+0
2014-09-04
i40e: Change wording to be more consistent
Serey Kong
3
-3
/
+3
2014-09-04
i40e: Allow user to change link settings if link is down
Catherine Sullivan
1
-1
/
+2
2014-09-04
i40e: Add dual speed module support
Catherine Sullivan
2
-20
/
+13
2014-08-30
i40evf: Set skb->csum_level for encapsulated checksum
Tom Herbert
1
-1
/
+1
2014-08-30
i40e: Set skb->csum_level for encapsulated checksum
Tom Herbert
1
-1
/
+1
2014-08-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
16
-98
/
+301
2014-08-28
igb: flush when in xmit_more mode and under descriptor pressure
David S. Miller
1
-39
/
+39
2014-08-28
ixgbe: flush when in xmit_more mode and under descriptor pressure
Daniel Borkmann
1
-29
/
+34
2014-08-27
i40e/i40evf: Bump i40e & i40evf version
Catherine Sullivan
2
-4
/
+4
2014-08-27
i40e/i40evf: Ignore a driver perceived Tx hang if the number of desc pending < 4
Anjali Singhai Jain
6
-3
/
+19
2014-08-27
i40e: quiet complaints when removing default MAC VLAN filter and make set_mac...
Shannon Nelson
1
-29
/
+70
2014-08-27
i40e/i40evf: add max buf len to aq debug print helper
Shannon Nelson
6
-18
/
+27
2014-08-27
i40e: Add checks and message for Qualified Module info
Carolyn Wyborny
1
-0
/
+14
2014-08-27
i40e: set num_queue_pairs to num configured by VF
Ashish Shah
1
-5
/
+8
2014-08-27
i40e: Enable l2tsel bit for VLAN tag control
Shannon Nelson
1
-0
/
+1
2014-08-27
i40e: Add a FD flush counter to ethtool
Anjali Singhai Jain
3
-0
/
+11
2014-08-27
i40e: ATR policy change to flush the table to clean stale ATR rules
Anjali Singhai Jain
4
-20
/
+111
2014-08-27
i40e: Some FD message fixes
Anjali Singhai Jain
1
-10
/
+28
[next]