Commit Graph

452 Commits (f07eb223a081b278be02a58394cb5fd66f1a1bbd)

Author SHA1 Message Date
Andy Gospodarek 4c7e604bab ixgbe: fix panic due to uninitialised pointer 14 years ago
Don Skidmore 310e5ca82a ixgbe: update version string 14 years ago
Don Skidmore a124339ad2 ixgbe: fix for 82599 erratum on Header Splitting 14 years ago
Emil Tantilov 2c4db944a2 ixgbe: fix variable set but not used warnings by gcc 4.6 14 years ago
Eric Dumazet 1ac9ad1394 net: remove dev_txq_stats_fold() 14 years ago
Alexander Duyck 45b9f509b7 ixgbe: update ntuple filter configuration 14 years ago
Alexander Duyck 69830529b2 ixgbe: further flow director performance optimizations 14 years ago
Alexander Duyck 905e4a4163 ixgbe: cleanup flow director hash computation to improve performance 14 years ago
Yi Zou 2d39d576fa ixgbe: make sure per Rx queue is disabled before unmapping the receive buffer 14 years ago
Greg Rose a985b6c31f ixgbe: Add anti-spoofing feature support 14 years ago
Greg Rose 3377eba79e ixgbe: Add SR-IOV feature support to X540 14 years ago
Tejun Heo 760141a53e igb[v],ixgbe: don't use flush_scheduled_work() 14 years ago
Don Skidmore 9fe93afdd0 ixgbe: cleanup string function calls to use bound checking versions. 14 years ago
Don Skidmore d994653db4 ixgbe: fix X540 to use it's own info struct 14 years ago
Don Skidmore 9f91170773 ixgbe: fix enum type mismatch on disable laser 14 years ago
Don Skidmore b8eb3a1046 ixgbe: fix possible NULL pointer deference in shutdown path 14 years ago
Don Skidmore 289700dbc4 ixgbe: add support for new format of PBA numbers 14 years ago
Don Skidmore dbffcb210f ixgbe: add support for 82599 FCoE SKU 14 years ago
Don Skidmore 0b077feac0 ixgbe: add WOL support for SFP+ subdevice 14 years ago
Don Skidmore c6ecf39a10 ixgbe: fix link behavior for SFP+ when driver is brought down 14 years ago
Eric Dumazet 89bf67f1f0 drivers/net: use vzalloc() 14 years ago
Don Skidmore 9a2d09cf61 ixgbe: update version number for ixgbe 14 years ago
Eric Dumazet e2ddeba95c ixgbe: refactor ixgbe_alloc_queues() 14 years ago
Don Skidmore b93a22260f ixgbe: add support for x540 MAC 14 years ago
Don Skidmore fe15e8e1c7 ixgbe: add MAC and PHY support for x540 14 years ago
John Fastabend c84d324c77 ixgbe: rework Tx hang detection to fix reoccurring false Tx hangs 14 years ago
Alexander Duyck e3de4b7bdf ixgbe: Resolve null function pointer accesses on 82598 w/ multi-speed fiber 14 years ago
Alexander Duyck 2274543f15 ixgbe: populate the ring->q_vector pointer during ring mapping 14 years ago
Alexander Duyck d0759ebb05 ixgbe: cleanup ixgbe_map_rings_to_vectors 14 years ago
Alexander Duyck 125601bf03 ixgbe: simplify math and improve stack use of ixgbe_set_itr functions 14 years ago
Alexander Duyck bf29ee6c48 ixgbe: cleanup unclear references to reg_idx 14 years ago
Alexander Duyck 9d6b758f42 ixgbe: cleanup unnecessary return value in ixgbe_cache_ring_rss 14 years ago
Alexander Duyck 50d6c681d0 ixgbe: add WOL support for backplane adapters 14 years ago
Alexander Duyck bd50817859 ixgbe: change mac_type if statements to switch statements 14 years ago
Alexander Duyck aa80175a53 ixgbe: cleanup use of ixgbe_rsc_count and RSC_CB 14 years ago
Alexander Duyck ee9e0f0b40 ixgbe: cleanup ATR filter setup function 14 years ago
Alexander Duyck c267fc166a ixgbe: cleanup ixgbe_clean_rx_irq 14 years ago
Alexander Duyck 32aa77a4fc ixgbe: change vector numbering so that queues end up on correct CPUs 14 years ago
Alexander Duyck b953799ee2 ixgbe: reorder Tx cleanup so that if adapter will reset we don't rearm 14 years ago
Alexander Duyck 73c4b7cdd2 ixgbe: cleanup race conditions in link setup 14 years ago
Alexander Duyck 7d637bcc8f ixgbe: add a state flags to ring 14 years ago
Alexander Duyck 33cf09c958 ixgbe: move CPU variable from ring into q_vector, add ring->q_vector 14 years ago
Alexander Duyck c60fbb00f0 ixgbe: move adapter into pci_dev driver data instead of netdev 14 years ago
Alexander Duyck 01fa7d905f ixgbe: remove residual code left over from earlier combining of TXDCTL 14 years ago
Alexander Duyck 5f5ae6fc86 ixgbe: move ixgbe_clear_interrupt_scheme to before pci_save_state 14 years ago
Alexander Duyck fc77dc3cc1 ixgbe: add a netdev pointer to the ring structure 14 years ago
Alexander Duyck 5b7da51547 ixgbe: combine some stats into a union to allow for Tx/Rx stats overlap 14 years ago
Alexander Duyck b6ec895ecd ixgbe: move device pointer into the ring structure 14 years ago
Alexander Duyck 84ea2591e4 ixgbe: drop ring->head, make ring->tail a pointer instead of offset 14 years ago
Alexander Duyck d5f398ed73 ixgbe: cleanup ixgbe_alloc_rx_buffers 14 years ago