summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2015-02-06ixgbe: add Tx anti spoofing supportDon Skidmore4-0/+47
2015-02-06ixgbe: add VXLAN offload support for X550 devicesDon Skidmore3-2/+102
2015-02-06ixgbe: Cleanup probe to remove redundant attempt to ID PHYDon Skidmore1-3/+0
2015-02-06ixgbe: cleanup redundant default method set_rxpbaDon Skidmore1-1/+0
2015-02-06ixgbe: fix setting port VLANEmil Tantilov1-5/+8
2015-02-06ixgbe: allow multiple queues in SRIOV modeEmil Tantilov1-3/+0
2015-02-06ixgbe: cleanup sparse errors in new ixgbe_x550.c fileDon Skidmore1-30/+35
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-02-02bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu1-1/+1
2015-01-31ixgbe: Fix checksum error when using stacked vlanToshiaki Makita1-1/+1
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-03ixgbe: convert to CYCLECOUNTER_MASK macro.Richard Cochran1-1/+1
2014-12-31net: ixgbe: convert to timecounter adjtime.Richard Cochran1-10/+1
2014-12-31time: move the timecounter/cyclecounter code into its own file.Richard Cochran1-1/+1
2014-12-12fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor readsAlexander Duyck1-5/+4
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck1-2/+2
2014-12-09ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck1-14/+5
2014-12-05ixgbe: fix crash on rmmod after probe failEmil Tantilov1-2/+8
2014-12-05ixgbe: bump version numberDon Skidmore1-1/+1
2014-12-05ixgbe: Add X550 support function pointersDon Skidmore10-59/+1732
2014-12-05ixgbe: cleanup checksum to allow error resultsDon Skidmore4-53/+96
2014-12-05ixgbe: add methods for combined read and write operationsDon Skidmore3-0/+188
2014-12-05ixgbe: Add x550 SW/FW semaphore supportDon Skidmore5-29/+25
2014-12-05ixgbe: Add timeout parameter to ixgbe_host_interface_commandDon Skidmore2-13/+37
2014-12-05ixgbe: add support for X550 extended RSS supportDon Skidmore5-25/+107
2014-12-05ixgbe: remove CIAA/D register reads from bad VF checkEmil Tantilov1-71/+74
2014-12-05ixgbe: Look up MAC address in Open Firmware or IDPROMMartin K Petersen1-0/+35
2014-12-05ixgbe: Remove tail write abstraction and add missing barrierAlexander Duyck2-25/+20
2014-12-05ixgbe: Clean-up page reuse codeAlexander Duyck1-42/+36
2014-12-03bridge: add brport flags to dflt bridge_getlinkScott Feldman1-1/+1
2014-12-03net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko1-2/+2
2014-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+13
2014-11-26net: Check for presence of IFLA_AF_SPECThomas Graf1-0/+2
2014-11-26net: Validate IFLA_BRIDGE_MODE attribute lengthThomas Graf1-0/+3
2014-11-23ixgbe: fix use after free adapter->state test in ixgbe_remove/ixgbe_probeDaniel Borkmann1-2/+6
2014-11-23ixgbe: Correctly disable VLAN filter in promiscuous modeVlad Yasevich1-2/+2
2014-11-16ixgbe: use netdev_rss_key_fill() helperEric Dumazet1-4/+3
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-11-12fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_pageAlexander Duyck1-2/+1
2014-11-12ixgbe: phy: fix uninitialized status in ixgbe_setup_phy_link_tnxDaniel Borkmann1-3/+1
2014-11-11ixgbe: add helper function for setting RSS key in preparation of X550Don Skidmore1-12/+20
2014-11-11ixgbe: Add new support for X550 MAC'sDon Skidmore10-64/+223
2014-11-11ixgbe: cleanup move setting PFQDE.HIDE_VLAN to support function.Don Skidmore1-9/+22
2014-11-11ixgbe: cleanup ixgbe_ndo_set_vf_vlanDon Skidmore1-33/+61
2014-11-11ixgbe: fix X540 Completion timeoutDon Skidmore1-1/+19
2014-10-30ixgbe: fix race when setting advertised speedEmil Tantilov1-0/+4
2014-10-30ixgbe: need not repeat init skb with NULLJunwei Zhang1-1/+1
2014-10-16ixgbe: check for vfs outside of sriov_num_vfs before dereferenceEmil Tantilov1-0/+3
2014-10-10ixgbe: fix race accessing page->_countEric Dumazet1-5/+3
2014-10-02ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUESEthan Zhao1-1/+0