summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-30ixgbe: Fix skb list corruption on Power systemsBrian King1-1/+1
2017-11-21ixgbe: handle close/suspend race with netif_device_detach/presentEmil Tantilov1-9/+8
2017-11-21ixgbe: fix AER error handlingEmil Tantilov1-2/+4
2016-12-01ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck1-2/+6
2016-10-28ixgbe: fix panic when using macvlan with l2-fwd-offload enabledEmil Tantilov1-4/+8
2016-09-23ixgbe: Support 4 queue RSS on VFs with 1 or 2 queue RSS on PFAlexander Duyck1-5/+7
2016-09-23ixgbe: simplify the logic for setting VLAN filteringEmil Tantilov1-28/+11
2016-08-21ixgbe: Add support for new X557 deviceDon Skidmore1-0/+1
2016-08-21ixgbe: add support for geneve Rx offloadEmil Tantilov1-50/+124
2016-08-19ixgbe: use atomic bitwise operations when handling reset requestsEmil Tantilov1-9/+7
2016-08-19ixgbe: only check Tx queue enablement when debuggingEmil Tantilov1-1/+1
2016-08-18net_sched: convert tcf_exts from list to pointer arrayWANG Cong1-1/+3
2016-08-16ixgbe: Re-enable ability to toggle VLAN filteringAlexander Duyck1-0/+1
2016-08-16ixgbe: Force VLNCTRL.VFE to be set in all VMDq pathsAlexander Duyck1-6/+12
2016-08-03Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+3
2016-07-25Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-40/+2
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-07-22ixgbe: cleanup crosstalk fixDon Skidmore1-39/+0
2016-07-22ixgbe: Add missing destroy_workqueue() on error in ixgbe_init_module()Wei Yongjun1-0/+1
2016-07-22ixgbe: Fix minor typo while freeing irqBabu Moger1-1/+1
2016-07-15ixgbe: 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: Error handler for duplicate filter locations in hardware for cls_u32 o...Amritha Nambiar1-16/+25
2016-06-29ixgbe: Fix deleting link filters for cls_u32 offloadsAmritha Nambiar1-7/+68
2016-06-23ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-6/+3
2016-06-18ixgbe: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck1-31/+26
2016-05-21intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck1-0/+1
2016-05-21net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+1
2016-05-17ixgbe: Fix VLAN features errorAlexander Duyck1-4/+4
2016-05-17ixgbe: use correct mask when enabling sriovEmil Tantilov1-2/+2
2016-05-05Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-150/+330
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 Ketineni1-42/+69
2016-05-04ixgbe: check EEPROM for WOL support for X540 and aboveEmil Tantilov1-26/+23
2016-05-04ixgbe: add WoL support for some 82599 subdevice IDsEmil Tantilov1-2/+6
2016-05-04ixgbe: Match on multiple headers for cls_u32 offloadsAmritha Nambiar1-67/+149
2016-05-04ixgbe: Add support for redirect action to cls_u32 offloadsSridhar Samudrala1-13/+83
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 Keller1-16/+16
2016-04-25ixgbe: Add work around for empty SFP+ cage crosstalkDon Skidmore1-0/+39
2016-04-25ixgbe: Add register wait for slow linksMark Rustad1-0/+21
2016-04-25ixgbe: consolidate the configuration of spoof checkingEmil Tantilov1-27/+3
2016-04-21ixgbe: protect vxlan_get_rx_port in ixgbe_service_task with rtnl_lockHannes Frederic Sowa1-0/+2
2016-04-08ixgbe: Bump version numberMark Rustad1-1/+1
2016-04-08ixgbe: Add KR backplane support for x550em_aMark Rustad1-0/+2
2016-04-08ixgbe: Add support for SGMII backplane interfaceMark Rustad1-0/+2
2016-04-08ixgbe: Add support for SFPs with retimerMark Rustad1-0/+2
2016-04-08ixgbe: Add support for x550em_a 10G MAC typeMark Rustad1-3/+40