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.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
/
ixgbe
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2014-11-12
fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_page
Alexander Duyck
1
-2
/
+1
2014-11-12
ixgbe: phy: fix uninitialized status in ixgbe_setup_phy_link_tnx
Daniel Borkmann
1
-3
/
+1
2014-11-11
ixgbe: add helper function for setting RSS key in preparation of X550
Don Skidmore
1
-12
/
+20
2014-11-11
ixgbe: Add new support for X550 MAC's
Don Skidmore
10
-64
/
+223
2014-11-11
ixgbe: cleanup move setting PFQDE.HIDE_VLAN to support function.
Don Skidmore
1
-9
/
+22
2014-11-11
ixgbe: cleanup ixgbe_ndo_set_vf_vlan
Don Skidmore
1
-33
/
+61
2014-11-11
ixgbe: fix X540 Completion timeout
Don Skidmore
1
-1
/
+19
2014-10-30
ixgbe: fix race when setting advertised speed
Emil Tantilov
1
-0
/
+4
2014-10-30
ixgbe: need not repeat init skb with NULL
Junwei Zhang
1
-1
/
+1
2014-10-16
ixgbe: check for vfs outside of sriov_num_vfs before dereference
Emil Tantilov
1
-0
/
+3
2014-10-10
ixgbe: fix race accessing page->_count
Eric Dumazet
1
-5
/
+3
2014-10-02
ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUES
Ethan Zhao
1
-1
/
+0
2014-10-02
ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQL
Emil Tantilov
2
-6
/
+1
2014-10-02
ixgbe: remove wait loop on autoneg for copper devices
Emil Tantilov
1
-41
/
+0
2014-10-02
ixgbe: Convert the normal transmit complete path to dev_consume_skb_any()
Rick Jones
1
-1
/
+1
2014-09-18
ixgbe: remove IXGBE_FLAG_MSI(X)_CAPABLE flags
Jacob Keller
1
-2
/
+0
2014-09-18
ixgbe: add warnings for other disabled features without MSI-X support
Jacob Keller
1
-2
/
+5
2014-09-18
ixgbe: use e_dev_warn instead of netif_printk
Jacob Keller
1
-7
/
+5
2014-09-18
ixgbe: use e_dev_warn instead of e_err for displaying warning
Jacob Keller
1
-2
/
+2
2014-09-18
ixgbe: determine vector count inside ixgbe_acquire_msix_vectors
Jacob Keller
1
-37
/
+37
2014-09-18
ixgbe: move msix_entries allocation into ixgbe_acquire_msix_vectors
Jacob Keller
1
-11
/
+13
2014-09-18
ixgbe: return integer from ixgbe_acquire_msix_vectors
Jacob Keller
1
-14
/
+18
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-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
ixgbe: Resolve warnings produced in W=2 builds
Mark Rustad
2
-11
/
+11
2014-09-06
ixgbe: use new eth_get_headlen interface
Alexander Duyck
1
-115
/
+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
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-08-28
ixgbe: flush when in xmit_more mode and under descriptor pressure
Daniel Borkmann
1
-29
/
+34
2014-08-26
ixgbe: support skb->xmit_more in netdev_ops->ndo_start_xmit()
Daniel Borkmann
1
-3
/
+4
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2014-08-07
list: fix order of arguments for hlist_add_after(_rcu)
Ken Helias
1
-1
/
+1
2014-07-26
ixgbe: Make return values more direct
Mark Rustad
11
-1010
/
+742
2014-07-26
ixgbe: Delete a bunch of dead code
Mark Rustad
4
-275
/
+0
2014-07-26
ixgbe: Fix ixgbe_write_mbx error result
Mark Rustad
1
-6
/
+5
2014-07-26
ixgbe: Correct X540 semaphore error
Mark Rustad
1
-18
/
+16
2014-07-26
ixgbe: Fix spurious release of semaphore in EEPROM access
Mark Rustad
1
-70
/
+53
2014-07-26
ixgbe: Convert some udelays to usleep_range
Mark Rustad
2
-5
/
+5
2014-07-24
ixgbe: don't check minimum link when direct assigned to virtual machine
Jacob Keller
1
-4
/
+19
2014-07-24
ixgbe: fix use of list_for_each in ixgbe_enumerate_functions
Jacob Keller
1
-10
/
+7
2014-07-24
ixgbe: Change some uses of strncpy to strlcpy
Mark Rustad
1
-3
/
+3
2014-07-24
ixgbe: Fix possible null-dereference in error path
Mark Rustad
1
-1
/
+1
2014-07-21
ixgbe: remove unnecessary break after return
Fabian Frederick
2
-3
/
+0
2014-07-18
Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8
Anish Bhatt
1
-3
/
+3
[next]