aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-6/+3
2016-07-25Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller7-50/+91
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-07-22ixgbe: cleanup crosstalk fixDon Skidmore4-41/+72
2016-07-22ixgbe: remove redundant check on ret_valColin Ian King1-3/+0
2016-07-22ixgbe: Add missing destroy_workqueue() on error in ixgbe_init_module()Wei Yongjun1-0/+1
2016-07-22ixgbe: fix setup_fc for x550emEmil Tantilov1-2/+2
2016-07-22ixgbe: Fix minor typo while freeing irqBabu Moger1-1/+1
2016-07-22ixgbe: Change register variable to unsignedDon Skidmore1-1/+1
2016-07-22ixgbevf: Correct parameter sent to LED functionDon Skidmore2-2/+14
2016-07-14ixgbe: napi_poll must return the work donePaolo Abeni1-1/+1
2016-07-11drivers/net: fixup comments after "Future-proof tunnel offload handlers"Sabrina Dubroca1-6/+2
2016-06-29ixgbe: fix spoofed packets with macvlansEmil Tantilov1-0/+1
2016-06-29ixgbe: Correct reporting of timestamping for x550Tony Nguyen1-2/+6
2016-06-29ixgbe: Error handler for duplicate filter locations in hardware for cls_u32 offloadsAmritha Nambiar1-16/+25
2016-06-29ixgbe: Fix deleting link filters for cls_u32 offloadsAmritha Nambiar2-7/+72
2016-06-23ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-6/+3
2016-06-17ixgbe: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck1-31/+26
2016-05-20intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck1-0/+1
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+1
2016-05-16ixgbe: Fix VLAN features errorAlexander Duyck1-4/+4
2016-05-16ixgbe: use correct mask when enabling sriovEmil Tantilov1-2/+2
2016-05-04Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller5-183/+362
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal1-1/+1
2016-05-04ixgbe: Disable DCB and FCoE for X550EM_x and x550em_aUsha Ketineni3-42/+71
2016-05-04ixgbe: Revise populating few registers and macro definitionsPreethi Banala2-20/+8
2016-05-04ixgbe: Return 64 bit stats valuesPreethi Banala1-3/+6
2016-05-04ixgbe: Remove duplicate and unused device ID definitionsPreethi Banala1-6/+2
2016-05-04ixgbe: check EEPROM for WOL support for X540 and aboveEmil Tantilov2-28/+25
2016-05-04ixgbe: add WoL support for some 82599 subdevice IDsEmil Tantilov2-3/+11
2016-05-04ixgbe: Match on multiple headers for cls_u32 offloadsAmritha Nambiar3-68/+156
2016-05-04ixgbe: Add support for redirect action to cls_u32 offloadsSridhar Samudrala1-13/+83
2016-04-25ixgbe: use msleep for long delaysArnd Bergmann1-1/+1
2016-04-25ixgbe/ixgbevf: Add support for GSO partialAlexander Duyck1-45/+88
2016-04-25ixgbe: resolve shift of negative value warningJacob Keller1-2/+2
2016-04-25ixgbe: use BIT() macroJacob Keller17-195/+195
2016-04-25ixgbe: Add work around for empty SFP+ cage crosstalkDon Skidmore3-0/+42
2016-04-25ixgbe: Use correct FC setup function for x550em_aMark Rustad1-2/+2
2016-04-25ixgbe: Add register wait for slow linksMark Rustad2-0/+22
2016-04-24ixgbe: make 'action' field in struct ixgbe_fdir_filter a u64 valueSridhar Samudrala1-1/+1
2016-04-24ixgbe: fix default mac->ops.setup_link for X550EMEmil Tantilov1-2/+2
2016-04-24ixgbe: set VLAN spoof checking unconditionallyEmil Tantilov2-26/+2
2016-04-24ixgbe: consolidate the configuration of spoof checkingEmil Tantilov4-73/+42
2016-04-21ixgbe: protect vxlan_get_rx_port in ixgbe_service_task with rtnl_lockHannes Frederic Sowa1-0/+2
2016-04-07ixgbe: Bump version numberMark Rustad1-1/+1
2016-04-07ixgbe: Add KR backplane support for x550em_aMark Rustad3-4/+18
2016-04-07ixgbe: Add support for SGMII backplane interfaceMark Rustad3-0/+69
2016-04-07ixgbe: Add support for SFPs with retimerMark Rustad4-2/+144
2016-04-07ixgbe: Introduce function to control MDIO speedMark Rustad1-6/+21