summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-291-2/+2
* ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS infoVlad Zolotarov2015-04-101-0/+5
* ixgbe: Add the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov2015-04-101-1/+1
* ixgbe: Refactor the RSS configuration codeVlad Zolotarov2015-04-101-44/+103
* ixgbe: Drop unnecessary call to rcu_barrierAlexander Duyck2015-04-101-2/+0
* ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_featuresAlexander Duyck2015-04-101-1/+1
* ixgbe: add support for X550 source_address_prunningDon Skidmore2015-04-101-0/+44
* ixgbe: add new bridge mode support function.Don Skidmore2015-04-091-16/+34
* ixgbe: Move bridge mode from flag to variableDon Skidmore2015-04-091-17/+16
* ixgbe: Remove IXGBE_FLAG_IN_NETPOLL since it doesn't do anythingAlexander Duyck2015-03-131-14/+4
* ixgbe: add new wrapper for X550 supportDon Skidmore2015-03-131-5/+3
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
* ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-2/+2
* ixgbe: add Tx anti spoofing supportDon Skidmore2015-02-051-0/+14
* ixgbe: add VXLAN offload support for X550 devicesDon Skidmore2015-02-051-2/+96
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-1/+1
|\
| * ixgbe: Fix checksum error when using stacked vlanToshiaki Makita2015-01-301-1/+1
* | bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu2015-02-011-1/+1
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
|/
* fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor readsAlexander Duyck2014-12-111-5/+4
* ethernet/intel: Use napi_alloc_skbAlexander Duyck2014-12-101-2/+2
* ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck2014-12-081-14/+5
* ixgbe: fix crash on rmmod after probe failEmil Tantilov2014-12-051-2/+8
* ixgbe: bump version numberDon Skidmore2014-12-051-1/+1
* ixgbe: Add X550 support function pointersDon Skidmore2014-12-051-3/+8
* ixgbe: add support for X550 extended RSS supportDon Skidmore2014-12-051-10/+72
* ixgbe: remove CIAA/D register reads from bad VF checkEmil Tantilov2014-12-051-71/+74
* ixgbe: Look up MAC address in Open Firmware or IDPROMMartin K Petersen2014-12-051-0/+35
* ixgbe: Remove tail write abstraction and add missing barrierAlexander Duyck2014-12-051-20/+20
* ixgbe: Clean-up page reuse codeAlexander Duyck2014-12-051-42/+36
* bridge: add brport flags to dflt bridge_getlinkScott Feldman2014-12-021-1/+1
* net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2014-12-021-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-291-4/+13
|\
| * net: Check for presence of IFLA_AF_SPECThomas Graf2014-11-261-0/+2
| * net: Validate IFLA_BRIDGE_MODE attribute lengthThomas Graf2014-11-261-0/+3
| * ixgbe: fix use after free adapter->state test in ixgbe_remove/ixgbe_probeDaniel Borkmann2014-11-231-2/+6
| * ixgbe: Correctly disable VLAN filter in promiscuous modeVlad Yasevich2014-11-231-2/+2
* | ixgbe: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-4/+3
* | fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_pageAlexander Duyck2014-11-121-2/+1
* | ixgbe: add helper function for setting RSS key in preparation of X550Don Skidmore2014-11-111-12/+20
* | ixgbe: Add new support for X550 MAC'sDon Skidmore2014-11-111-12/+78
|/
* ixgbe: need not repeat init skb with NULLJunwei Zhang2014-10-301-1/+1
* ixgbe: fix race accessing page->_countEric Dumazet2014-10-101-5/+3
* ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQLEmil Tantilov2014-10-021-4/+0
* ixgbe: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones2014-10-021-1/+1
* ixgbe: Do not schedule an uninitialized workqueue entryMark Rustad2014-09-181-3/+4
* ixgbe: remove useless bd_number from adapter structEthan Zhao2014-09-181-4/+0
* ixgbe: Drop Rx alloc at end of Rx cleanupAlexander Duyck2014-09-121-3/+0
* ixgbe: Resolve warnings produced in W=2 buildsMark Rustad2014-09-121-9/+9
* ixgbe: use new eth_get_headlen interfaceAlexander Duyck2014-09-051-115/+1