aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-05ixgbe: add Tx anti spoofing supportDon Skidmore1-0/+14
2015-02-05ixgbe: add VXLAN offload support for X550 devicesDon Skidmore1-2/+96
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-02-01bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu1-1/+1
2015-01-30ixgbe: Fix checksum error when using stacked vlanToshiaki Makita1-1/+1
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-12-11fm10k/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-08ethernet/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 Skidmore1-3/+8
2014-12-05ixgbe: add support for X550 extended RSS supportDon Skidmore1-10/+72
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 Duyck1-20/+20
2014-12-05ixgbe: Clean-up page reuse codeAlexander Duyck1-42/+36
2014-12-02bridge: add brport flags to dflt bridge_getlinkScott Feldman1-1/+1
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko1-2/+2
2014-11-29Merge 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-12fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_pageAlexander Duyck1-2/+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 Skidmore1-12/+78
2014-10-30ixgbe: need not repeat init skb with NULLJunwei Zhang1-1/+1
2014-10-10ixgbe: fix race accessing page->_countEric Dumazet1-5/+3
2014-10-02ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQLEmil Tantilov1-4/+0
2014-10-02ixgbe: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones1-1/+1
2014-09-18ixgbe: Do not schedule an uninitialized workqueue entryMark Rustad1-3/+4
2014-09-18ixgbe: remove useless bd_number from adapter structEthan Zhao1-4/+0
2014-09-12ixgbe: Drop Rx alloc at end of Rx cleanupAlexander Duyck1-3/+0
2014-09-12ixgbe: Resolve warnings produced in W=2 buildsMark Rustad1-9/+9
2014-09-05ixgbe: use new eth_get_headlen interfaceAlexander Duyck1-115/+1
2014-09-04ixgbe: limit combined total of macvlan and SR-IOV VFsJacob Keller1-0/+8
2014-09-04ixgbe: reset interface on link loss with pending Tx work from the VFEmil Tantilov1-12/+42
2014-09-04ixgbe: Cleanup FDB handling codeAlexander Duyck1-30/+4
2014-08-27ixgbe: flush when in xmit_more mode and under descriptor pressureDaniel Borkmann1-29/+34
2014-08-25ixgbe: support skb->xmit_more in netdev_ops->ndo_start_xmit()Daniel Borkmann1-3/+4
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-25ixgbe: Make return values more directMark Rustad1-19/+13
2014-07-24ixgbe: don't check minimum link when direct assigned to virtual machineJacob Keller1-4/+19
2014-07-24ixgbe: fix use of list_for_each in ixgbe_enumerate_functionsJacob Keller1-10/+7
2014-07-24ixgbe: Change some uses of strncpy to strlcpyMark Rustad1-3/+3
2014-07-24ixgbe: Fix possible null-dereference in error pathMark Rustad1-1/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-102/+254
2014-06-03ixgbe: fix detection of SFP+ capable interfacesEmil Tantilov1-0/+2