Commit Graph

771 Commits (c3b92c8787367a8bb53d57d9789b558f1295cc96)

Author SHA1 Message Date
Jesse Brandeburg b811ce9104 ixgbe: fix possible null buffer error 14 years ago
Alexander Duyck 63d635b21c ixgbe: Fix FCOE memory leak for DDP packets 14 years ago
Emil Tantilov b57e35bd0e ixgbe: fix PHY link setup for 82599 14 years ago
Don Skidmore 2a72c31ee4 ixgbe: fix __ixgbe_notify_dca() bail out code 14 years ago
Jesse Brandeburg 945a51517c intel drivers: repair missing flush operations 14 years ago
Don Skidmore 082757afcf ixgbe: convert to ndo_fix_features 14 years ago
Andy Gospodarek 9417c464ba ixgbe: only enable WoL for magic packet by default 14 years ago
Emil Tantilov 34c6ee8181 ixgbe: remove ifdef check for non-existent define 14 years ago
Alexander Duyck ff886dfce2 ixgbe: Pass staterr instead of re-reading status and error bits from descriptor 14 years ago
Alexander Duyck bd19805803 ixgbe: Move interrupt related values out of ring and into q_vector 14 years ago
Alexander Duyck 08c8833b29 ixgbe: add structure for containing RX/TX rings to q_vector 14 years ago
Alexander Duyck 82d4e46e2a ixgbe: inline the ixgbe_maybe_stop_tx function 14 years ago
Alexander Duyck 6440752c87 ixgbe: Update ATR to use recorded TX queues instead of CPU for routing 14 years ago
Alexander Duyck 1fc5f03864 ixgbe: Make certain to initialize the fdir_perfect_lock in all cases 14 years ago
John Fastabend 42532da64e ixgbe: implement DCB ops dcb_ieee_del() 14 years ago
John Fastabend 3b3bf3b92b ixgbe: remove unused fcoe.tc field and fcoe_setapp() 14 years ago
John Fastabend 9372453e87 ixgbe: complete FCoE initialization from setapp() routine 14 years ago
Lior Levy 7555e83df3 ixgbe: A fix to VF TX rate limit 14 years ago
Alexander Duyck a535c30e9e ixgbe: Update method used for determining descriptor count for an skb 14 years ago
Alexander Duyck 897ab15606 ixgbe: Add one function that handles most of context descriptor setup 14 years ago
Alexander Duyck 63544e9c00 ixgbe: Move all values that deal with count, next_to_use, next_to_clean to u16 14 years ago
Alexander Duyck 7d4987de75 ixgbe: Convert IXGBE_DESC_UNUSED from macro to static inline function 14 years ago
Alexander Duyck a65151ba20 ixgbe: pass adapter struct instead of netdev for interrupt data 14 years ago
Don Skidmore a38a104d7a ixgbe: update driver version string 14 years ago
Alexander Duyck 1f4d51836f ixgbe: fix ring assignment issues for SR-IOV and drop cases 14 years ago
Emil Tantilov 2ba279e2f7 ixgbe: disable RSC when Rx checksum is off 14 years ago
Emil Tantilov c988ee8290 ixgbe: move reset code into a separate function 14 years ago
Emil Tantilov 3a28926451 ixgbe: move setting RSC into a separate function 14 years ago
Alexander Duyck e4911d57a4 ixgbe: add support for nfc addition and removal of filters 14 years ago
Alexander Duyck 3e05334f8b ixgbe: add support for displaying ntuple filters via the nfc interface 14 years ago
Alexander Duyck 91cd94bfe4 ixgbe: add basic support for setting and getting nfc controls 14 years ago
Alexander Duyck c04f6ca848 ixgbe: update perfect filter framework to support retaining filters 14 years ago
Alexander Duyck 03ecf91aae ixgbe: fix flags relating to perfect filters to support coexistence 14 years ago
Alexander Duyck b29a21694f ixgbe: remove ntuple filtering 14 years ago
Vasu Dev dadbe85ac4 ixgbe: setup per CPU PCI pool for FCoE DDP 14 years ago
Emil Tantilov 9612de92e0 ixgbe: add support for Dell CEM 14 years ago
John Fastabend fb5475ff7f ixgbe: DCB, remove unneeded ixgbe_dcb_txq_to_tc() routine 14 years ago
John Fastabend b1bbdb206a ixgbe: DCB and perfect filters can coexist 14 years ago
John Fastabend 6f70f6acc7 ixgbe: fix bit mask for DCB version 14 years ago
John Fastabend 86b4db3bcc ixgbe: setup redirection table for multiple packet buffers 14 years ago
John Fastabend aba70d5e6c ixgbe: DCB 82598 devices, tx_idx and rx_idx swapped 14 years ago
John Fastabend e901acd6fa ixgbe: DCB use existing TX and RX queues 14 years ago
John Fastabend 8b1c0b24d9 ixgbe: configure minimal packet buffers to support TC 14 years ago
John Fastabend 72a32f1f3f ixgbe: consolidate MRQC and MTQC handling 14 years ago
John Fastabend 80605c6513 ixgbe: consolidate packet buffer allocation 14 years ago
John Fastabend 1fcd86b511 ixgbe: dcbnl reduce duplicated code and indentation 14 years ago
Alexey Dobriyan a6b7a40786 net: remove interrupt.h inclusion from netdevice.h 14 years ago
Joe Perches 6403eab143 drivers/net: Remove unnecessary semicolons 14 years ago
Paul Gortmaker 70c7160619 Add appropriate <linux/prefetch.h> include for prefetch users 14 years ago
Paul Gortmaker c0cba59e77 drivers/net: add prefetch header for prefetch users 14 years ago