index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
2012-07-21
ixgbe: fix RAR entry counting for generic and fdb_add()
John Fastabend
1
-8
/
+19
2012-07-21
ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UP
Alexander Duyck
1
-4
/
+8
2012-07-21
ixgbe: Reduce Rx header size to what is actually used
Alexander Duyck
2
-9
/
+10
2012-07-21
ixgbe: Fix handling of FDIR_HASH flag
Alexander Duyck
2
-24
/
+46
2012-07-21
ixgbe: Change how we check for pre-existing and assigned VFs
Alexander Duyck
4
-94
/
+45
2012-07-21
ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriov
Alexander Duyck
3
-32
/
+28
2012-07-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
10
-248
/
+344
2012-07-20
ixgbe: use PCI_VENDOR_ID_INTEL
Jon Mason
3
-9
/
+6
2012-07-19
ixgbe: Enable FCoE FSO and CRC offloads based on CAPABLE instead of ENABLED flag
Alexander Duyck
2
-8
/
+13
2012-07-19
ixgbe: Only enable anti-spoof on VF pools
Alexander Duyck
1
-9
/
+11
2012-07-19
ixgbe: Correctly set SAN MAC RAR pool to default pool of PF
Alexander Duyck
6
-3
/
+46
2012-07-19
ixgbe: Make FCoE allocation and configuration closer to how rings work
Alexander Duyck
4
-122
/
+154
2012-07-19
ixgbe: Merge all FCoE percpu values into a single structure
Alexander Duyck
3
-86
/
+86
2012-07-19
ixgbe: Cleanup configuration of FCoE registers
Alexander Duyck
2
-27
/
+32
2012-07-19
ixgbe: Drop references to deprecated pci_ DMA api and instead use dma_ API
Alexander Duyck
2
-17
/
+17
2012-07-19
ixgbe: Fix memory leak when SR-IOV VFs are direct assigned
Alexander Duyck
1
-4
/
+11
2012-07-19
ixgbe: Use VMDq offset to indicate the default pool
Alexander Duyck
3
-19
/
+21
2012-07-18
ixgbe: Cleanup holes in flags after removing several of them
Alexander Duyck
1
-25
/
+25
2012-07-18
ixgbe: Retire RSS enabled and capable flags
Alexander Duyck
4
-37
/
+8
2012-07-18
ixgbe: Add support for SR-IOV w/ DCB or RSS
Alexander Duyck
4
-47
/
+423
2012-07-18
ixgbe: Update configure virtualization to allow for multiple PF pools
Alexander Duyck
1
-12
/
+12
2012-07-17
ixgbe: Cleanup logic for MRQC and MTQC configuration
Alexander Duyck
1
-50
/
+66
2012-07-17
ixgbe: Update the logic for ixgbe_cache_ring_dcb and DCB RSS configuration
Alexander Duyck
2
-50
/
+42
2012-07-17
ixgbe: Move configuration of set_real_num_rx/tx_queues into open
Alexander Duyck
2
-56
/
+38
2012-07-17
ixgbe: Handle failures in the ixgbe_setup_rx/tx_resources calls
Alexander Duyck
1
-4
/
+16
2012-07-17
ixgbe: Ping the VFs on link status change to trigger link change
Alexander Duyck
1
-0
/
+6
2012-07-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
7
-212
/
+226
2012-07-16
ethernet: Use eth_random_addr
Joe Perches
1
-1
/
+1
2012-07-14
ixgbe: Merge FCoE set_num and cache_ring calls into RSS/DCB config
Alexander Duyck
2
-147
/
+129
2012-07-14
ixgbe: Add function for obtaining FCoE TC based on FCoE user priority
Alexander Duyck
4
-15
/
+22
2012-07-14
ixgbe: Populate the prio_tc_map in ixgbe_setup_tc
Alexander Duyck
4
-23
/
+35
2012-07-14
ixgbe: Cleanup unpacking code for DCB
Alexander Duyck
1
-25
/
+22
2012-07-14
ixgbe: Simplify logic for getting traffic class from user priority
Alexander Duyck
1
-7
/
+23
2012-07-11
ixgbe: Merge RSS and flow director ring register caching and configuration
Alexander Duyck
1
-74
/
+24
2012-07-11
ixgbe: Clean up a useless switch statement and dead code in configure_srrctl
Alexander Duyck
1
-21
/
+15
2012-07-11
ixgbe: Add feature offset value to ring features
Alexander Duyck
4
-18
/
+16
2012-07-11
ixgbe: Add upper limit to ring features
Alexander Duyck
4
-8
/
+14
2012-07-11
ixgbe: count q_vectors instead of MSI-X vectors
Alexander Duyck
4
-89
/
+59
2012-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+5
2012-07-10
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
6
-50
/
+52
2012-07-09
ixgbe: DCB and SR-IOV can not co-exist and will cause hangs
Alexander Duyck
1
-0
/
+5
2012-06-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-7
/
+13
2012-06-26
ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDP
Alexander Duyck
3
-7
/
+13
2012-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+12
2012-06-21
ixgbe: simplify padding and length checks
Stephen Hemminger
1
-7
/
+2
2012-06-20
ixgbe: clean up ixgbe_get_settings ethtool function
Jacob Keller
1
-85
/
+62
2012-06-20
ixgbe: add support for 1G SX modules
Jacob Keller
3
-5
/
+24
2012-06-20
ixgbe: Fix memory leak in ixgbe when receiving traffic on DDP enabled rings
Alexander Duyck
1
-1
/
+1
2012-06-17
ixgbe: Fix PHC loophole allowing misconfiguration of increment register
Jacob Keller
1
-2
/
+11
2012-06-14
ixgbe: Check PTP Rx timestamps via BPF filter
Jacob Keller
3
-14
/
+104
[next]