index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbe
Commit message (
Expand
)
Author
Age
Files
Lines
*
ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptor
Alexander Duyck
2012-08-16
2
-6
/
+11
*
ixgbe: Roll RSC code into non-EOP code
Alexander Duyck
2012-08-16
1
-32
/
+19
*
ixgbe: Make allocating skb and placing data in it a separate function
Alexander Duyck
2012-08-16
1
-77
/
+89
*
ixgbe: Copybreak sooner to avoid get_page/put_page and offset change overhead
Alexander Duyck
2012-08-16
1
-15
/
+17
*
ixgbe: Make pull tail function separate from rest of cleanup_headers
Alexander Duyck
2012-08-16
1
-37
/
+57
*
ixgbe: Have the CPU take ownership of the buffers sooner
Alexander Duyck
2012-08-16
1
-14
/
+38
*
ixgbe: Only use double buffering if page size is less than 8K
Alexander Duyck
2012-08-16
2
-19
/
+45
*
ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_page
Alexander Duyck
2012-08-16
1
-39
/
+34
*
ixgbe: Remove code that was initializing Rx page offset
Alexander Duyck
2012-08-16
1
-26
/
+1
*
netvm: propagate page->pfmemalloc from skb_alloc_page to skb
Mel Gorman
2012-07-31
1
-2
/
+2
*
ixgbe: fix panic while dumping packets on Tx hang with IOMMU
Emil Tantilov
2012-07-26
1
-5
/
+6
*
ixgbe: Fix build with PCI_IOV enabled.
David S. Miller
2012-07-22
1
-1
/
+1
*
ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interrupts
Alexander Duyck
2012-07-21
2
-7
/
+17
*
ixgbe: add support for new 82599 device
Don Skidmore
2012-07-21
2
-0
/
+2
*
ixgbe: remove extra unused queues in DCB + FCoE case
John Fastabend
2012-07-21
1
-5
/
+8
*
ixgbe: fix RAR entry counting for generic and fdb_add()
John Fastabend
2012-07-21
1
-8
/
+19
*
ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UP
Alexander Duyck
2012-07-21
1
-4
/
+8
*
ixgbe: Reduce Rx header size to what is actually used
Alexander Duyck
2012-07-21
2
-9
/
+10
*
ixgbe: Fix handling of FDIR_HASH flag
Alexander Duyck
2012-07-21
2
-24
/
+46
*
ixgbe: Change how we check for pre-existing and assigned VFs
Alexander Duyck
2012-07-21
4
-94
/
+45
*
ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriov
Alexander Duyck
2012-07-21
3
-32
/
+28
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2012-07-20
10
-248
/
+344
|
\
|
*
ixgbe: Enable FCoE FSO and CRC offloads based on CAPABLE instead of ENABLED flag
Alexander Duyck
2012-07-19
2
-8
/
+13
|
*
ixgbe: Only enable anti-spoof on VF pools
Alexander Duyck
2012-07-19
1
-9
/
+11
|
*
ixgbe: Correctly set SAN MAC RAR pool to default pool of PF
Alexander Duyck
2012-07-19
6
-3
/
+46
|
*
ixgbe: Make FCoE allocation and configuration closer to how rings work
Alexander Duyck
2012-07-19
4
-122
/
+154
|
*
ixgbe: Merge all FCoE percpu values into a single structure
Alexander Duyck
2012-07-19
3
-86
/
+86
|
*
ixgbe: Cleanup configuration of FCoE registers
Alexander Duyck
2012-07-19
2
-27
/
+32
|
*
ixgbe: Drop references to deprecated pci_ DMA api and instead use dma_ API
Alexander Duyck
2012-07-19
2
-17
/
+17
|
*
ixgbe: Fix memory leak when SR-IOV VFs are direct assigned
Alexander Duyck
2012-07-19
1
-4
/
+11
|
*
ixgbe: Use VMDq offset to indicate the default pool
Alexander Duyck
2012-07-19
3
-19
/
+21
*
|
ixgbe: use PCI_VENDOR_ID_INTEL
Jon Mason
2012-07-20
3
-9
/
+6
|
/
*
ixgbe: Cleanup holes in flags after removing several of them
Alexander Duyck
2012-07-18
1
-25
/
+25
*
ixgbe: Retire RSS enabled and capable flags
Alexander Duyck
2012-07-18
4
-37
/
+8
*
ixgbe: Add support for SR-IOV w/ DCB or RSS
Alexander Duyck
2012-07-18
4
-47
/
+423
*
ixgbe: Update configure virtualization to allow for multiple PF pools
Alexander Duyck
2012-07-18
1
-12
/
+12
*
ixgbe: Cleanup logic for MRQC and MTQC configuration
Alexander Duyck
2012-07-17
1
-50
/
+66
*
ixgbe: Update the logic for ixgbe_cache_ring_dcb and DCB RSS configuration
Alexander Duyck
2012-07-17
2
-50
/
+42
*
ixgbe: Move configuration of set_real_num_rx/tx_queues into open
Alexander Duyck
2012-07-17
2
-56
/
+38
*
ixgbe: Handle failures in the ixgbe_setup_rx/tx_resources calls
Alexander Duyck
2012-07-17
1
-4
/
+16
*
ixgbe: Ping the VFs on link status change to trigger link change
Alexander Duyck
2012-07-17
1
-0
/
+6
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2012-07-16
7
-212
/
+226
|
\
|
*
ixgbe: Merge FCoE set_num and cache_ring calls into RSS/DCB config
Alexander Duyck
2012-07-14
2
-147
/
+129
|
*
ixgbe: Add function for obtaining FCoE TC based on FCoE user priority
Alexander Duyck
2012-07-14
4
-15
/
+22
|
*
ixgbe: Populate the prio_tc_map in ixgbe_setup_tc
Alexander Duyck
2012-07-14
4
-23
/
+35
|
*
ixgbe: Cleanup unpacking code for DCB
Alexander Duyck
2012-07-14
1
-25
/
+22
|
*
ixgbe: Simplify logic for getting traffic class from user priority
Alexander Duyck
2012-07-14
1
-7
/
+23
*
|
ethernet: Use eth_random_addr
Joe Perches
2012-07-16
1
-1
/
+1
|
/
*
ixgbe: Merge RSS and flow director ring register caching and configuration
Alexander Duyck
2012-07-11
1
-74
/
+24
*
ixgbe: Clean up a useless switch statement and dead code in configure_srrctl
Alexander Duyck
2012-07-11
1
-21
/
+15
[next]