Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9fe93afdd07aba52a018eb52784124579a80470e
/
drivers
/
net
/
ixgbe
9fe93af
ixgbe: cleanup string function calls to use bound checking versions.
by Don Skidmore
· 14 years ago
5136cad
ixgbe: fix ntuple support
by Emil Tantilov
· 14 years ago
d994653
ixgbe: fix X540 to use it's own info struct
by Don Skidmore
· 14 years ago
2b26490
ixgbe: fix X540 phy id to correct value
by Don Skidmore
· 14 years ago
6674450
Intel Wired LAN drivers: Use static const
by Jeff Kirsher
· 14 years ago
fe6c791
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
9f91170
ixgbe: fix enum type mismatch on disable laser
by Don Skidmore
· 14 years ago
a7f5a5f
ixgbe: fix for link failure on SFP+ DA cables
by Don Skidmore
· 14 years ago
b8eb3a1
ixgbe: fix possible NULL pointer deference in shutdown path
by Don Skidmore
· 14 years ago
289700db
ixgbe: add support for new format of PBA numbers
by Don Skidmore
· 14 years ago
dbffcb2
ixgbe: add support for 82599 FCoE SKU
by Don Skidmore
· 14 years ago
0b077fe
ixgbe: add WOL support for SFP+ subdevice
by Don Skidmore
· 14 years ago
c6ecf39
ixgbe: fix link behavior for SFP+ when driver is brought down
by Don Skidmore
· 14 years ago
89bf67f
drivers/net: use vzalloc()
by Eric Dumazet
· 14 years ago
9a2d09c
ixgbe: update version number for ixgbe
by Don Skidmore
· 14 years ago
e2ddeba
ixgbe: refactor ixgbe_alloc_queues()
by Eric Dumazet
· 14 years ago
b93a222
ixgbe: add support for x540 MAC
by Don Skidmore
· 14 years ago
fe15e8e1
ixgbe: add MAC and PHY support for x540
by Don Skidmore
· 14 years ago
a391f1d
ixgbe: make silicon specific functions generic
by Don Skidmore
· 14 years ago
9b55bb0
ixgbe: make sure FCoE DDP user buffers are really released by the HW
by Yi Zou
· 14 years ago
8ca371e
ixgbe: invalidate FCoE DDP context when no error status is available
by Yi Zou
· 14 years ago
a41c059
ixgbe: avoid doing FCoE DDP when adapter is DOWN or RESETTING
by Yi Zou
· 14 years ago
c84d324
ixgbe: rework Tx hang detection to fix reoccurring false Tx hangs
by John Fastabend
· 14 years ago
e3de4b7
ixgbe: Resolve null function pointer accesses on 82598 w/ multi-speed fiber
by Alexander Duyck
· 14 years ago
2274543
ixgbe: populate the ring->q_vector pointer during ring mapping
by Alexander Duyck
· 14 years ago
d0759eb
ixgbe: cleanup ixgbe_map_rings_to_vectors
by Alexander Duyck
· 14 years ago
125601b
ixgbe: simplify math and improve stack use of ixgbe_set_itr functions
by Alexander Duyck
· 14 years ago
bf29ee6
ixgbe: cleanup unclear references to reg_idx
by Alexander Duyck
· 14 years ago
9d6b758
ixgbe: cleanup unnecessary return value in ixgbe_cache_ring_rss
by Alexander Duyck
· 14 years ago
673ac60
ixgbe: Cleanup DCB logic, whitespace, and comments in ixgbe_ethtool.c
by Alexander Duyck
· 14 years ago
50d6c68
ixgbe: add WOL support for backplane adapters
by Alexander Duyck
· 14 years ago
e2b4e21
ixgbe: cleanup ixgbe_set_tx_csum ethtool flags configuration
by Alexander Duyck
· 14 years ago
bd50817
ixgbe: change mac_type if statements to switch statements
by Alexander Duyck
· 14 years ago
aa80175
ixgbe: cleanup use of ixgbe_rsc_count and RSC_CB
by Alexander Duyck
· 14 years ago
ee9e0f0
ixgbe: cleanup ATR filter setup function
by Alexander Duyck
· 14 years ago
c267fc1
ixgbe: cleanup ixgbe_clean_rx_irq
by Alexander Duyck
· 14 years ago
32aa77a
ixgbe: change vector numbering so that queues end up on correct CPUs
by Alexander Duyck
· 14 years ago
b953799
ixgbe: reorder Tx cleanup so that if adapter will reset we don't rearm
by Alexander Duyck
· 14 years ago
80fba3f
ixgbe: Disable RSC when ITR setting is too high to allow RSC
by Alexander Duyck
· 14 years ago
73c4b7c
ixgbe: cleanup race conditions in link setup
by Alexander Duyck
· 14 years ago
7d637bc
ixgbe: add a state flags to ring
by Alexander Duyck
· 14 years ago
33cf09c
ixgbe: move CPU variable from ring into q_vector, add ring->q_vector
by Alexander Duyck
· 14 years ago
c60fbb0
ixgbe: move adapter into pci_dev driver data instead of netdev
by Alexander Duyck
· 14 years ago
01fa7d9
ixgbe: remove residual code left over from earlier combining of TXDCTL
by Alexander Duyck
· 14 years ago
5f5ae6f
ixgbe: move ixgbe_clear_interrupt_scheme to before pci_save_state
by Alexander Duyck
· 14 years ago
fc77dc3
ixgbe: add a netdev pointer to the ring structure
by Alexander Duyck
· 14 years ago
5b7da51
ixgbe: combine some stats into a union to allow for Tx/Rx stats overlap
by Alexander Duyck
· 14 years ago
b6ec895
ixgbe: move device pointer into the ring structure
by Alexander Duyck
· 14 years ago
84ea259
ixgbe: drop ring->head, make ring->tail a pointer instead of offset
by Alexander Duyck
· 14 years ago
d5f398e
ixgbe: cleanup ixgbe_alloc_rx_buffers
by Alexander Duyck
· 14 years ago
8ad494b
ixgbe: move GSO segments and byte count processing into ixgbe_tx_map
by Alexander Duyck
· 14 years ago
4c0ec65
ixgbe: remove unnecessary re-init of adapter on Rx-csum change
by Alexander Duyck
· 14 years ago
80ab193
ixgbe: DCB: credit max only needs to be gt TSO size for 82598
by John Fastabend
· 14 years ago
16b61be
ixgbe: DCB set PFC high and low water marks per data sheet specs
by John Fastabend
· 14 years ago
1a51502
ixgbe: delay rx_ring freeing
by Eric Dumazet
· 14 years ago
e81a1ba
drivers/net/ixgbe: Remove unnecessary semicolons
by Joe Perches
· 14 years ago
5e09a10
ixgbe: Look inside vlan when determining offload protocol.
by Hao Zheng
· 14 years ago
9806307
ixgbe: DCB, fix TX hang occurring in stress condition with PFC
by John Fastabend
· 14 years ago
27ab760
ixgbe: add a refcnt when turning on/off FCoE offload capability
by Yi Zou
· 14 years ago
de1036b
ixgbe: fix stats handling
by Eric Dumazet
· 14 years ago
3a338cb
ixgbe: update copyright info
by Emil Tantilov
· 14 years ago
f62bbb5
ixgbe: Update ixgbe to use new vlan accleration.
by Jesse Gross
· 14 years ago
eab6d18
vlan: Don't check for vlan group before vlan_tx_tag_present.
by Jesse Gross
· 14 years ago
b738127
vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
by Jesse Gross
· 14 years ago
7662ff4
ixgbe: DCB: remove DCB check config
by John Fastabend
· 14 years ago
5d5b7c3
ixgbe: declare functions as static
by Emil Tantilov
· 14 years ago
f32f837
ixgbe: remove unused functions
by Emil Tantilov
· 14 years ago
b25ebfd
ixgbe: Use affinity_hint when Flow Director is enabled
by Peter Waskiewicz
· 14 years ago
6af3b9e
ixgbe: fix link issues and panic with shared interrupts for 82598
by Emil Tantilov
· 14 years ago
847f53f
ixgbe: Use netif_set_real_num_{rx,tx}_queues()
by Ben Hutchings
· 14 years ago
807540b
drivers/net: return operator cleanup
by Eric Dumazet
· 14 years ago
7b872a5
e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flags
by Yi Zou
· 14 years ago
be2902d
ethtool, ixgbe: Move RX n-tuple mask fixup to ethtool
by Ben Hutchings
· 14 years ago
7ca647b
drivers/net/ixgbe/ixgbe_main.c: Add ixgbe_psum
by Joe Perches
· 14 years ago
c768957
drivers/net/ixgbe/ixgbe_main.c: Use pr_<level>
by Joe Perches
· 14 years ago
e8e9f69
drivers/net/ixgbe/ixgbe_main.c: Checkpatch cleanups
by Joe Perches
· 14 years ago
933d41f
ixgbe: fix TX ring enable issues seen when VMDQ is enabled
by Alexander Duyck
· 14 years ago
bc8acf2
drivers/net: avoid some skb->ip_summed initializations
by Eric Dumazet
· 14 years ago
c061b18
drivers/net: Remove address use from assignments of function pointers
by Joe Perches
· 14 years ago
84418e3
ixgbe: rewrite ethtool test to use standard config functions
by Alexander Duyck
· 14 years ago
31f05a2
ixgbe: update all DESC_ADV macros to accept a ring pointer
by Alexander Duyck
· 14 years ago
9e10e04
ixgbe: combine Rx into into ixgbe_configure_rx
by Alexander Duyck
· 14 years ago
2f1860b
ixgbe: pull all Tx init into ixgbe_configure_tx
by Alexander Duyck
· 14 years ago
a34bcff
ixgbe: move all GPIE register config into a single function
by Alexander Duyck
· 14 years ago
f5b4a52
ixgbe: Move virtualization config into a separate function
by Alexander Duyck
· 14 years ago
7367096
ixgbe: move all Rx DMA control register writes to one central location
by Alexander Duyck
· 14 years ago
477de6e
ixgbe: Move max frame size and Rx buffer length configuration into a function
by Alexander Duyck
· 14 years ago
826437d
ixgbe: remove redundant configuration of vmolr, rename generic variable
by Alexander Duyck
· 14 years ago
1395807
ixgbe: bump PS header size to 512 bytes
by Alexander Duyck
· 14 years ago
f5dc442
ixgbe: combine accesses to FCTRL register into ixgbe_set_rx_mode
by Alexander Duyck
· 14 years ago
4865452
ixgbe: pull PSRTYPE configuration into a separate function
by Alexander Duyck
· 14 years ago
acd3717
ixgbe: pull ring configuration into it's own function
by Alexander Duyck
· 14 years ago
05abb12
ixgbe: consolidate all setting of MRQC into one function
by Alexander Duyck
· 14 years ago
43e69bf
ixgbe: move Tx ring configuration into a separate function
by Alexander Duyck
· 14 years ago
120ff94
ixgbe: move configuration of the MTQC register into it's own function
by Alexander Duyck
· 14 years ago
179b409
ixgbe: combine two modifications of TXDCTL into one
by Alexander Duyck
· 14 years ago
67ebd79
ixgbe: move setting of GSO size for 82598 into ixgbe_configure_dcb
by Alexander Duyck
· 14 years ago
d716a7d
ixgbe: remove redundant DMA alignment code
by Alexander Duyck
· 14 years ago
083fc58
ixgbe: cleanup ixgbe_get_drvinfo to be extra careful with buffer boundaries
by Don Skidmore
· 14 years ago
2d0bb1c
e100/e1000*/igb*/ixgb*: Add missing read memory barrier
by Jeff Kirsher
· 14 years ago
Next »