Commit Graph

144 Commits (be1b08af61379be23d9975eaab29054e9166b13c)

Author SHA1 Message Date
Alexander Duyck c8ea5ea9da igb: add support for 82576 quad copper adapter 16 years ago
Alexander Duyck 9eb2341d0d igb: add support for another dual port 82576 non-security nic 16 years ago
Alexander Duyck 75f4f382e3 igb: correct typo that was setting vfta mask to 1 16 years ago
Alexander Duyck cad6d05f56 igb: add PF to pool 16 years ago
Alexander Duyck a2cf8b6ce1 igb: support wol on second port 16 years ago
Alexander Duyck bd38e5d124 igb: resolve warning of unused adapter struct 16 years ago
Alexander Duyck 5e6d5b17db igb: remove netif running call from igb_poll 16 years ago
Maciej Sosnowski 92be791759 igb: switch to new dca API 16 years ago
Alexander Duyck 19147bb5f1 igb: remove skb_orphan calls 16 years ago
Alexander Duyck 376801172a igb: this patch addes the sr-iov enablement option via num_vfs parameter 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 46544258de igb: update napi polling to consolidate function and return correct values 16 years ago
Hannes Eder 9107584ecd drivers/net/igb: fix sparse warning: symbol shadows an earlier one 16 years ago
Jeff Kirsher 5fbbcb79e5 igb: remove LRO Kconfig option 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
Alexander Duyck bc1cbd3493 igb: misc cleanup to combine one if statement 16 years ago
Alexander Duyck 56fbbb4e61 igb: cleanup incorrect comment and set IP Checksum Enable 16 years ago
Alexander Duyck 1e5c3d218a igb: reduce size required to trigger low latency 16 years ago
Alexander Duyck 73cd78f1d3 igb: misc whitespace/formatting cleanups 16 years ago
Patrick Ohly 33af6bcc00 igb: use timecompare to implement hardware time stamping 16 years ago
Patrick Ohly c6cb090ba7 igb: stub support for SIOCSHWTSTAMP 16 years ago
Patrick Ohly 38c845c764 igb: access to NIC time 16 years ago
Jesse Brandeburg 593721833d igb: remove dead code in transmit routine 16 years ago
Alexander Duyck 86d5d38fa1 igb: update version number and copyright dates 16 years ago
Alexander Duyck 265de40908 igb: fix two minor items found during code review 16 years ago
Alexander Duyck 04fe63583d igb: update stats before doing reset in igb_down 16 years ago
Alexander Duyck 450c87c8d2 igb: remove redundant count set and err_hw_init 16 years ago
Alexander Duyck 8675737a9c igb: remove disable_av variable from mac_info struct 16 years ago
Alexander Duyck fa4dfae0ce igb: change pba size determination from if to switch statement 16 years ago
Alexander Duyck a8564f033e igb: move get_hw_control within igb_resume. 16 years ago
Alexander Duyck 4a3c6433e4 igb: don't read eicr when responding to legacy interrupts 16 years ago
Alexander Duyck 28b0759c22 igb: remove unnecessary adapter->hw calls when just hw-> will do. 16 years ago
Alexander Duyck 8a900862a2 igb: rename igb_update_mc_addr_list_82575 to not include the 82575 16 years ago
Alexander Duyck 4b1a987736 igb: remove redundant timer updates and cleanup watchdog_task 16 years ago
Alexander Duyck eebbbdba5e igb: cleanup igb_netpoll to be more friendly with napi & GRO 16 years ago
Alexander Duyck dda0e0834c igb: add counter for dma out of sync errors 16 years ago
Alexander Duyck 2753f4cebf igb: update testing done by ethtool 16 years ago
Alexander Duyck 7d8eb29e6e igb: update feature flags supported in ethtool 16 years ago
Alexander Duyck 0fbe67af3e igb: remove unused rx_hdr_split statistic 16 years ago
Alexander Duyck 312c75aee7 igb: rename nvm ops 16 years ago
Alexander Duyck a8d2a0c27f igb: rename phy ops 16 years ago
Alexander Duyck 40a70b3889 igb: read address from RAH/RAL instead of from EEPROM 16 years ago
Alexander Duyck c1889bfe68 igb: make dev_spec a union and remove dynamic allocation 16 years ago
Alexander Duyck 4d6b725e4d igb: add link check function 16 years ago
Alexander Duyck aed5dec370 igb: remove check for needing an io port 16 years ago
Alexander Duyck 83b7180d0d igb: move initialization of number of queues into set_interrupt_capability 16 years ago
Alexander Duyck db76176215 igb: move setting of buffsz out of repeated path in alloc_rx_buffers 16 years ago