aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)Author
2015-02-05ixgbe: add VXLAN offload support for X550 devicesDon Skidmore
2015-02-05ixgbe: Cleanup probe to remove redundant attempt to ID PHYDon Skidmore
2015-02-05ixgbe: cleanup redundant default method set_rxpbaDon Skidmore
2015-02-05ixgbe: fix setting port VLANEmil Tantilov
2015-02-05ixgbe: allow multiple queues in SRIOV modeEmil Tantilov
2015-02-05ixgbe: cleanup sparse errors in new ixgbe_x550.c fileDon Skidmore
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-01bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu
2015-01-30ixgbe: Fix checksum error when using stacked vlanToshiaki Makita
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-02ixgbe: convert to CYCLECOUNTER_MASK macro.Richard Cochran
2014-12-30net: ixgbe: convert to timecounter adjtime.Richard Cochran
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran
2014-12-11fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor readsAlexander Duyck
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck
2014-12-08ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck
2014-12-05ixgbe: fix crash on rmmod after probe failEmil Tantilov
2014-12-05ixgbe: bump version numberDon Skidmore
2014-12-05ixgbe: Add X550 support function pointersDon Skidmore
2014-12-05ixgbe: cleanup checksum to allow error resultsDon Skidmore
2014-12-05ixgbe: add methods for combined read and write operationsDon Skidmore
2014-12-05ixgbe: Add x550 SW/FW semaphore supportDon Skidmore
2014-12-05ixgbe: Add timeout parameter to ixgbe_host_interface_commandDon Skidmore
2014-12-05ixgbe: add support for X550 extended RSS supportDon Skidmore
2014-12-05ixgbe: remove CIAA/D register reads from bad VF checkEmil Tantilov
2014-12-05ixgbe: Look up MAC address in Open Firmware or IDPROMMartin K Petersen
2014-12-05ixgbe: Remove tail write abstraction and add missing barrierAlexander Duyck
2014-12-05ixgbe: Clean-up page reuse codeAlexander Duyck
2014-12-02bridge: add brport flags to dflt bridge_getlinkScott Feldman
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-26net: Check for presence of IFLA_AF_SPECThomas Graf
2014-11-26net: Validate IFLA_BRIDGE_MODE attribute lengthThomas Graf
2014-11-23ixgbe: fix use after free adapter->state test in ixgbe_remove/ixgbe_probeDaniel Borkmann
2014-11-23ixgbe: Correctly disable VLAN filter in promiscuous modeVlad Yasevich
2014-11-16ixgbe: use netdev_rss_key_fill() helperEric Dumazet
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-12fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_pageAlexander Duyck
2014-11-11ixgbe: phy: fix uninitialized status in ixgbe_setup_phy_link_tnxDaniel Borkmann
2014-11-11ixgbe: add helper function for setting RSS key in preparation of X550Don Skidmore
2014-11-11ixgbe: Add new support for X550 MAC'sDon Skidmore
2014-11-11ixgbe: cleanup move setting PFQDE.HIDE_VLAN to support function.Don Skidmore
2014-11-11ixgbe: cleanup ixgbe_ndo_set_vf_vlanDon Skidmore
2014-11-11ixgbe: fix X540 Completion timeoutDon Skidmore
2014-10-30ixgbe: fix race when setting advertised speedEmil Tantilov
2014-10-30ixgbe: need not repeat init skb with NULLJunwei Zhang
2014-10-16ixgbe: check for vfs outside of sriov_num_vfs before dereferenceEmil Tantilov
2014-10-10ixgbe: fix race accessing page->_countEric Dumazet
2014-10-02ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUESEthan Zhao
2014-10-02ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQLEmil Tantilov