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