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.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
/
ixgbe
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-17
ixgbe: cleanup use of ixgbe_rsc_count and RSC_CB
Alexander Duyck
2
-27
/
+35
2010-11-17
ixgbe: cleanup ATR filter setup function
Alexander Duyck
1
-28
/
+22
2010-11-17
ixgbe: cleanup ixgbe_clean_rx_irq
Alexander Duyck
1
-71
/
+78
2010-11-17
ixgbe: change vector numbering so that queues end up on correct CPUs
Alexander Duyck
1
-2
/
+4
2010-11-17
ixgbe: reorder Tx cleanup so that if adapter will reset we don't rearm
Alexander Duyck
1
-19
/
+18
2010-11-17
ixgbe: Disable RSC when ITR setting is too high to allow RSC
Alexander Duyck
1
-37
/
+53
2010-11-17
ixgbe: cleanup race conditions in link setup
Alexander Duyck
1
-28
/
+19
2010-11-17
ixgbe: add a state flags to ring
Alexander Duyck
2
-39
/
+72
2010-11-17
ixgbe: move CPU variable from ring into q_vector, add ring->q_vector
Alexander Duyck
2
-72
/
+111
2010-11-17
ixgbe: move adapter into pci_dev driver data instead of netdev
Alexander Duyck
2
-18
/
+15
2010-11-17
ixgbe: remove residual code left over from earlier combining of TXDCTL
Alexander Duyck
1
-12
/
+3
2010-11-17
ixgbe: move ixgbe_clear_interrupt_scheme to before pci_save_state
Alexander Duyck
1
-2
/
+2
2010-11-17
ixgbe: add a netdev pointer to the ring structure
Alexander Duyck
3
-36
/
+36
2010-11-17
ixgbe: combine some stats into a union to allow for Tx/Rx stats overlap
Alexander Duyck
2
-29
/
+63
2010-11-17
ixgbe: move device pointer into the ring structure
Alexander Duyck
3
-107
/
+93
2010-11-17
ixgbe: drop ring->head, make ring->tail a pointer instead of offset
Alexander Duyck
2
-27
/
+11
2010-11-17
ixgbe: cleanup ixgbe_alloc_rx_buffers
Alexander Duyck
2
-40
/
+43
2010-11-17
ixgbe: move GSO segments and byte count processing into ixgbe_tx_map
Alexander Duyck
2
-33
/
+28
2010-11-17
ixgbe: remove unnecessary re-init of adapter on Rx-csum change
Alexander Duyck
1
-5
/
+0
2010-11-17
ixgbe: DCB: credit max only needs to be gt TSO size for 82598
John Fastabend
3
-5
/
+8
2010-11-17
ixgbe: DCB set PFC high and low water marks per data sheet specs
John Fastabend
7
-59
/
+48
2010-11-17
ixgbe: delay rx_ring freeing
Eric Dumazet
2
-10
/
+25
2010-11-15
drivers/net/ixgbe: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2010-11-12
ixgbe: Look inside vlan when determining offload protocol.
Hao Zheng
1
-28
/
+32
2010-10-28
ixgbe: DCB, fix TX hang occurring in stress condition with PFC
John Fastabend
5
-10
/
+54
2010-10-21
ixgbe: add a refcnt when turning on/off FCoE offload capability
Yi Zou
2
-0
/
+7
2010-10-21
ixgbe: fix stats handling
Eric Dumazet
3
-16
/
+56
2010-10-21
ixgbe: update copyright info
Emil Tantilov
4
-4
/
+4
2010-10-21
ixgbe: Update ixgbe to use new vlan accleration.
Jesse Gross
3
-79
/
+74
2010-10-21
vlan: Don't check for vlan group before vlan_tx_tag_present.
Jesse Gross
1
-1
/
+1
2010-10-21
vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
Jesse Gross
1
-1
/
+1
2010-10-15
ixgbe: DCB: remove DCB check config
John Fastabend
1
-1
/
+0
2010-10-14
ixgbe: declare functions as static
Emil Tantilov
11
-86
/
+40
2010-10-14
ixgbe: remove unused functions
Emil Tantilov
8
-555
/
+0
2010-10-07
ixgbe: Use affinity_hint when Flow Director is enabled
Peter Waskiewicz
2
-0
/
+27
2010-10-01
ixgbe: fix link issues and panic with shared interrupts for 82598
Emil Tantilov
1
-10
/
+26
2010-09-28
ixgbe: Use netif_set_real_num_{rx,tx}_queues()
Ben Hutchings
1
-5
/
+11
2010-09-27
drivers/net: return operator cleanup
Eric Dumazet
2
-4
/
+4
2010-09-23
e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flags
Yi Zou
1
-1
/
+3
2010-09-18
ethtool, ixgbe: Move RX n-tuple mask fixup to ethtool
Ben Hutchings
1
-43
/
+14
2010-09-09
drivers/net/ixgbe/ixgbe_main.c: Add ixgbe_psum
Joe Perches
1
-146
/
+151
2010-09-09
drivers/net/ixgbe/ixgbe_main.c: Use pr_<level>
Joe Perches
1
-38
/
+36
2010-09-09
drivers/net/ixgbe/ixgbe_main.c: Checkpatch cleanups
Joe Perches
1
-231
/
+236
2010-09-09
ixgbe: fix TX ring enable issues seen when VMDQ is enabled
Alexander Duyck
1
-1
/
+1
2010-09-03
drivers/net: avoid some skb->ip_summed initializations
Eric Dumazet
2
-3
/
+4
2010-08-26
drivers/net: Remove address use from assignments of function pointers
Joe Perches
1
-2
/
+2
2010-08-20
ixgbe: rewrite ethtool test to use standard config functions
Alexander Duyck
3
-253
/
+169
2010-08-20
ixgbe: update all DESC_ADV macros to accept a ring pointer
Alexander Duyck
4
-18
/
+18
2010-08-20
ixgbe: combine Rx into into ixgbe_configure_rx
Alexander Duyck
1
-57
/
+95
2010-08-20
ixgbe: pull all Tx init into ixgbe_configure_tx
Alexander Duyck
1
-39
/
+52
[next]