Commit Graph

65 Commits (7e38017557bc0b87434d184f8804cadb102bb903)

Author SHA1 Message Date
Nick Nunley 58fd62f525 igb: change descriptor control thresholds 15 years ago
Nick Nunley 40e90c26f5 igb: move gso_segs into buffer_info structure 15 years ago
Alexander Duyck 3025a446b6 igb: Allocate rings seperately instead of as a block 15 years ago
Nick Nunley 88a268c1a1 igb: Power down link when interface is down 15 years ago
Nick Nunley 3145535ac6 igb: Report link status in ethtool when interface is down 15 years ago
Alexander Duyck 26b39276ca igb: remove unecessary q_vector declarations and remove itr_shift 15 years ago
Williams, Mitch A 8151d2948e igb: support for VF configuration tools 15 years ago
Alexander Duyck 6366ad331f igb: remove use of skb_dma_map from driver 15 years ago
Alexander Duyck 55cac248ca igb: Add full support for 82580 devices 15 years ago
Alexander Duyck 971d1d3a7e igb: removed unused tx/rx total bytes/packets from adapter struct 15 years ago
Alexander Duyck a99955fc06 igb: when number of CPUs > 4 combine tx/rx queues to allow more queues 15 years ago
Alexander Duyck 2e5655e758 igb: cleanup igb.h header whitespace and some structure formatting 15 years ago
Alexander Duyck 645a3abd73 igb: Remove invalid stats counters 15 years ago
Alexander Duyck 7d5753f08c igb: rework use of VMOLR in regards to PF and VFs 15 years ago
Alexander Duyck f2ca0dbe07 igb: replace the VF clear_to_send with a flags value 15 years ago
Alexander Duyck c5b9bd5e4f igb: cleanup some of the code related to hw timestamping 15 years ago
Alexander Duyck 4fc82adfb0 igb: add support for seperate tx-usecs setting in ethtool 15 years ago
Alexander Duyck b1a436c34c igb: make tx ring map and free functionality non-static 15 years ago
Alexander Duyck d7ee5b3a78 igb: re-use ring configuration code in ethtool testing 15 years ago
Alexander Duyck e694e964fc igb: place a pointer to the netdev struct in the ring itself 15 years ago
Alexander Duyck 85ad76b2f9 igb: add a flags value to the ring 15 years ago
Alexander Duyck 04a5fcaaf0 igb: move alloc_failed and csum_err stats into per rx-ring stat 15 years ago
Alexander Duyck 4c844851d1 igb: move rx_buffer_len into the ring structure 15 years ago
Alexander Duyck 80785298aa igb: add pci device pointer to ring structure 15 years ago
Alexander Duyck fce99e3415 igb: change the head and tail offsets into pointers 15 years ago
Alexander Duyck 6ec43fe635 igb: remove rx_ps_hdr_len 15 years ago
Alexander Duyck 85b430b477 igb: move the tx and rx ring specific config into seperate functions 15 years ago
Alexander Duyck 7d95b7170e igb: increase minimum rx buffer size to 1K 15 years ago
Alexander Duyck 094919a4b0 igb: remove rx checksum good counter 15 years ago
Alexander Duyck 047e0030f1 igb: add new data structure for handling interrupts and NAPI 15 years ago
Ajit Khaparde 8d24e93309 igb: Use the instance of net_device_stats from net_device. 16 years ago
Alexander Duyck ae641bdc26 igb: set vf rlpml wasn't taking vlan tag into account 16 years ago
Jesper Dangaard Brouer 8c0ab70ab9 igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count) 16 years ago
Alexander Duyck 7beb0146fc igb/igbvf: set rx csum always enabled in hw, disable via sw 16 years ago
Alexander Duyck c493ea45a4 igb: remove IGB_DESC_UNUSED since it is better handled by a function call 16 years ago
Alexander Duyck 4ae196dfd6 igb: Add support for enabling VFs to PF driver. 16 years ago
Alexander Duyck e173952257 igb: add pf side of VMDq support 16 years ago
Alexander Duyck 1bfaf07bb1 igb: add vfs_allocated_count as placeholder for number of vfs 16 years ago
Alexander Duyck 85e8d004ec igb: transition driver to only using advanced descriptors 16 years ago
Alexander Duyck cbd347adfe igb: remove unused defines 16 years ago
Patrick Ohly 33af6bcc00 igb: use timecompare to implement hardware time stamping 16 years ago
Patrick Ohly 38c845c764 igb: access to NIC time 16 years ago
Alexander Duyck 86d5d38fa1 igb: update version number and copyright dates 16 years ago
Alexander Duyck eebbbdba5e igb: cleanup igb_netpoll to be more friendly with napi & GRO 16 years ago
Alexander Duyck 0fbe67af3e igb: remove unused rx_hdr_split statistic 16 years ago
Alexander Duyck a8d2a0c27f igb: rename phy ops 16 years ago
Alexander Duyck aed5dec370 igb: remove check for needing an io port 16 years ago
Alexander Duyck bbd98fe48a igb: Fix DCA errors and do not use context index for 82576 16 years ago
Herbert Xu 5c0999b72b igb: Replace LRO with GRO 16 years ago
Alexander Duyck 26bc19ecf6 igb: re-order queues to support cleaner use of ivar on 82576 16 years ago