index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
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: add MAC and PHY support for x540
Don Skidmore
2010-11-16
ixgbe: rework Tx hang detection to fix reoccurring false Tx hangs
John Fastabend
2010-11-16
ixgbe: Resolve null function pointer accesses on 82598 w/ multi-speed fiber
Alexander Duyck
2010-11-16
ixgbe: populate the ring->q_vector pointer during ring mapping
Alexander Duyck
2010-11-16
ixgbe: cleanup ixgbe_map_rings_to_vectors
Alexander Duyck
2010-11-16
ixgbe: simplify math and improve stack use of ixgbe_set_itr functions
Alexander Duyck
2010-11-16
ixgbe: cleanup unclear references to reg_idx
Alexander Duyck
2010-11-16
ixgbe: cleanup unnecessary return value in ixgbe_cache_ring_rss
Alexander Duyck
2010-11-16
ixgbe: add WOL support for backplane adapters
Alexander Duyck
2010-11-16
ixgbe: change mac_type if statements to switch statements
Alexander Duyck
2010-11-16
ixgbe: cleanup use of ixgbe_rsc_count and RSC_CB
Alexander Duyck
2010-11-16
ixgbe: cleanup ATR filter setup function
Alexander Duyck
2010-11-16
ixgbe: cleanup ixgbe_clean_rx_irq
Alexander Duyck
2010-11-16
ixgbe: change vector numbering so that queues end up on correct CPUs
Alexander Duyck
2010-11-16
ixgbe: reorder Tx cleanup so that if adapter will reset we don't rearm
Alexander Duyck
2010-11-16
ixgbe: cleanup race conditions in link setup
Alexander Duyck
2010-11-16
ixgbe: add a state flags to ring
Alexander Duyck
2010-11-16
ixgbe: move CPU variable from ring into q_vector, add ring->q_vector
Alexander Duyck
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
[prev]
[next]