index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ixgbe
/
ixgbe_main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitops: rename for_each_bit() to for_each_set_bit()
Akinobu Mita
2010-03-06
1
-1
/
+1
*
ixgbe: move TC_PRIO_CONTROL check into ixgbe_select_queue()
John Fastabend
2010-02-27
1
-10
/
+11
*
ixgbe: Do not allocate too many netdev txqueues
John Fastabend
2010-02-26
1
-1
/
+13
*
ixgbe: Fix DMA mapping/unmapping issues when HWRSC is enabled on IOMMU enable...
Mallikarjuna R Chilakala
2010-02-26
1
-3
/
+29
*
ixgbe: prevent speculative processing of descriptors before ready
Milton Miller
2010-02-23
1
-0
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-02-17
1
-0
/
+4
|
\
|
*
ixgbe: fix WOL register setup for 82599
Don Skidmore
2010-02-16
1
-0
/
+4
*
|
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
2010-02-12
1
-1
/
+1
*
|
ixgbe: Bump driver version up
Peter Waskiewicz
2010-02-11
1
-1
/
+1
*
|
ixgbe: Add support for the new ethtool n-tuple programming interface
Peter Waskiewicz
2010-02-11
1
-2
/
+14
*
|
ixgbe: Make descriptor ring allocations NUMA-aware
PJ Waskiewicz
2010-02-04
1
-130
/
+146
*
|
ixgbe: Allocate driver resources per NUMA node
Jesse Brandeburg
2010-02-04
1
-3
/
+34
*
|
ixgbe: only process one ixgbe_watchdog_task at a time.
John Fastabend
2010-02-04
1
-4
/
+9
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-02-04
1
-2
/
+5
|
\
|
|
*
ixgbe: Fix return of invalid txq
Krishna Kumar
2010-02-04
1
-1
/
+4
|
*
ixgbe: Fix ixgbe_tx_map error path
Anton Blanchard
2010-02-04
1
-1
/
+1
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-01-28
1
-1
/
+1
|
\
|
|
*
net: Fix IPv6 GSO type checks in Intel ethernet drivers
Sridhar Samudrala
2010-01-23
1
-1
/
+1
*
|
net: use helpers to access uc list V2
Jiri Pirko
2010-01-25
1
-1
/
+1
*
|
ixgbe: Improve reset coordination between the PF and the VF
Greg Rose
2010-01-23
1
-0
/
+11
*
|
ixgbe: Allow the VF driver to be loaded before the PF driver
Greg Rose
2010-01-23
1
-0
/
+7
*
|
ixgbe: Set the correct pool when VLANs are added in SR-IOV mode.
Greg Rose
2010-01-23
1
-2
/
+4
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-01-23
1
-7
/
+11
|
\
|
|
*
e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()
Roel Kluin
2010-01-21
1
-5
/
+5
|
*
ixgbe: update copyright dates
Shannon Nelson
2010-01-14
1
-2
/
+2
|
*
ixgbe: Do not attempt to perform interrupts in netpoll when down
Alexander Duyck
2010-01-14
1
-0
/
+4
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-01-11
1
-2
/
+12
|
\
|
|
*
ixgbe: Fix compiler warning about variable being used uninitialized
PJ Waskiewicz
2010-01-08
1
-2
/
+7
|
*
ixgbe: fix Need to call pci_save_state after pci_restore_state
Don Skidmore
2009-12-24
1
-0
/
+5
*
|
ixgbe: Add SR-IOV features to main module
Greg Rose
2010-01-10
1
-10
/
+268
*
|
ixgbe: Add SR-IOV register, structure and bit defines
Greg Rose
2010-01-10
1
-1
/
+1
*
|
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
2010-01-08
1
-1
/
+1
|
/
*
ixgbe: allow tx of pre-formatted vlan tagged packets
Gurucharan Shetty
2009-12-16
1
-1
/
+12
*
ixgbe: Fix tx_restart_queue/non_eop_desc statistics counters
Mallikarjuna R Chilakala
2009-12-16
1
-2
/
+5
*
ixgbe: add support for 82599 KR device 0x1517
Don Skidmore
2009-12-09
1
-0
/
+2
*
ixgbe: Fix TX stats accounting
Eric Dumazet
2009-12-09
1
-16
/
+4
*
ixgbe: use EIAM to automask MSI-X
Jesse Brandeburg
2009-12-04
1
-6
/
+19
*
ixgbe: performance tweaks
Jesse Brandeburg
2009-12-04
1
-14
/
+18
*
ixgbe: select FCoE Tx queue in ndo_select_queue
Yi Zou
2009-12-04
1
-10
/
+14
*
ixgbe: use known user priority for FCoE when DCB is enabled
Yi Zou
2009-12-04
1
-0
/
+8
*
ixgbe: remove skb_dma_map/unmap calls from driver
Alexander Duyck
2009-12-03
1
-14
/
+49
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-11-29
1
-1
/
+1
|
\
|
*
ixgbe: move tc variable to CONFIG_IXGBE_DCB
Jaswinder Singh Rajput
2009-11-20
1
-1
/
+1
*
|
ixgbe: Only set/clear VFE in ixgbe_set_rx_mode
Alexander Duyck
2009-11-23
1
-8
/
+10
*
|
ixgbe: Use rx buffer length from rx ring for configuring rscctl
Mallikarjuna R Chilakala
2009-11-23
1
-4
/
+4
*
|
ixgbe: Modify 82599 HWRSC statistics counters
Mallikarjuna R Chilakala
2009-11-23
1
-6
/
+19
*
|
drivers/net: request_irq - Remove unnecessary leading & from second arg
Joe Perches
2009-11-19
1
-3
/
+3
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-11-17
1
-0
/
+1
|
\
|
|
*
ixgbe: Fixing EEH handler to handle more than one error
Breno Leitao
2009-11-17
1
-0
/
+1
*
|
ixgbe: Make queue pairs on single MSI-X interrupts
PJ Waskiewicz
2009-11-14
1
-2
/
+2
[next]