index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ixgbe
/
ixgbe_main.c
Age
Commit message (
Expand
)
Author
2010-11-16
ixgbe: move adapter into pci_dev driver data instead of netdev
Alexander Duyck
2010-11-16
ixgbe: remove residual code left over from earlier combining of TXDCTL
Alexander Duyck
2010-11-16
ixgbe: move ixgbe_clear_interrupt_scheme to before pci_save_state
Alexander Duyck
2010-11-16
ixgbe: add a netdev pointer to the ring structure
Alexander Duyck
2010-11-16
ixgbe: combine some stats into a union to allow for Tx/Rx stats overlap
Alexander Duyck
2010-11-16
ixgbe: move device pointer into the ring structure
Alexander Duyck
2010-11-16
ixgbe: drop ring->head, make ring->tail a pointer instead of offset
Alexander Duyck
2010-11-16
ixgbe: cleanup ixgbe_alloc_rx_buffers
Alexander Duyck
2010-11-16
ixgbe: move GSO segments and byte count processing into ixgbe_tx_map
Alexander Duyck
2010-11-16
ixgbe: DCB: credit max only needs to be gt TSO size for 82598
John Fastabend
2010-11-16
ixgbe: DCB set PFC high and low water marks per data sheet specs
John Fastabend
2010-11-16
ixgbe: delay rx_ring freeing
Eric Dumazet
2010-11-12
ixgbe: Look inside vlan when determining offload protocol.
Hao Zheng
2010-10-28
ixgbe: DCB, fix TX hang occurring in stress condition with PFC
John Fastabend
2010-10-21
ixgbe: fix stats handling
Eric Dumazet
2010-10-21
ixgbe: Update ixgbe to use new vlan accleration.
Jesse Gross
2010-10-21
vlan: Don't check for vlan group before vlan_tx_tag_present.
Jesse Gross
2010-10-21
vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
Jesse Gross
2010-10-15
ixgbe: DCB: remove DCB check config
John Fastabend
2010-10-06
ixgbe: Use affinity_hint when Flow Director is enabled
Peter Waskiewicz
2010-09-30
ixgbe: fix link issues and panic with shared interrupts for 82598
Emil Tantilov
2010-09-27
ixgbe: Use netif_set_real_num_{rx,tx}_queues()
Ben Hutchings
2010-09-26
drivers/net: return operator cleanup
Eric Dumazet
2010-09-22
e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flags
Yi Zou
2010-09-08
drivers/net/ixgbe/ixgbe_main.c: Add ixgbe_psum
Joe Perches
2010-09-08
drivers/net/ixgbe/ixgbe_main.c: Use pr_<level>
Joe Perches
2010-09-08
drivers/net/ixgbe/ixgbe_main.c: Checkpatch cleanups
Joe Perches
2010-09-08
ixgbe: fix TX ring enable issues seen when VMDQ is enabled
Alexander Duyck
2010-09-02
drivers/net: avoid some skb->ip_summed initializations
Eric Dumazet
2010-08-25
drivers/net: Remove address use from assignments of function pointers
Joe Perches
2010-08-19
ixgbe: rewrite ethtool test to use standard config functions
Alexander Duyck
2010-08-19
ixgbe: update all DESC_ADV macros to accept a ring pointer
Alexander Duyck
2010-08-19
ixgbe: combine Rx into into ixgbe_configure_rx
Alexander Duyck
2010-08-19
ixgbe: pull all Tx init into ixgbe_configure_tx
Alexander Duyck
2010-08-19
ixgbe: move all GPIE register config into a single function
Alexander Duyck
2010-08-19
ixgbe: Move virtualization config into a separate function
Alexander Duyck
2010-08-19
ixgbe: move all Rx DMA control register writes to one central location
Alexander Duyck
2010-08-19
ixgbe: Move max frame size and Rx buffer length configuration into a function
Alexander Duyck
2010-08-19
ixgbe: remove redundant configuration of vmolr, rename generic variable
Alexander Duyck
2010-08-19
ixgbe: combine accesses to FCTRL register into ixgbe_set_rx_mode
Alexander Duyck
2010-08-19
ixgbe: pull PSRTYPE configuration into a separate function
Alexander Duyck
2010-08-19
ixgbe: pull ring configuration into it's own function
Alexander Duyck
2010-08-19
ixgbe: consolidate all setting of MRQC into one function
Alexander Duyck
2010-08-19
ixgbe: move Tx ring configuration into a separate function
Alexander Duyck
2010-08-19
ixgbe: move configuration of the MTQC register into it's own function
Alexander Duyck
2010-08-19
ixgbe: combine two modifications of TXDCTL into one
Alexander Duyck
2010-08-19
ixgbe: move setting of GSO size for 82598 into ixgbe_configure_dcb
Alexander Duyck
2010-08-19
ixgbe: remove redundant DMA alignment code
Alexander Duyck
2010-08-08
e100/e1000*/igb*/ixgb*: Add missing read memory barrier
Jeff Kirsher
2010-08-08
ixgbe: fix build error with FCOE_CONFIG without DCB_CONFIG
John Fastabend
[next]