summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: convert tcf_exts from list to pointer arrayWANG Cong2016-08-171-1/+3
* ixgbe: Re-enable ability to toggle VLAN filteringAlexander Duyck2016-08-161-0/+1
* ixgbe: Force VLNCTRL.VFE to be set in all VMDq pathsAlexander Duyck2016-08-161-6/+12
* Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-021-6/+3
|\
| * ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn2016-06-231-6/+3
* | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-07-251-40/+2
|\ \
| * | ixgbe: cleanup crosstalk fixDon Skidmore2016-07-221-39/+0
| * | ixgbe: Add missing destroy_workqueue() on error in ixgbe_init_module()Wei Yongjun2016-07-221-0/+1
| * | ixgbe: Fix minor typo while freeing irqBabu Moger2016-07-221-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-1/+1
|\ \ \ | |/ / |/| |
| * | ixgbe: napi_poll must return the work donePaolo Abeni2016-07-141-1/+1
| |/
* | drivers/net: fixup comments after "Future-proof tunnel offload handlers"Sabrina Dubroca2016-07-111-6/+2
* | ixgbe: Error handler for duplicate filter locations in hardware for cls_u32 o...Amritha Nambiar2016-06-291-16/+25
* | ixgbe: Fix deleting link filters for cls_u32 offloadsAmritha Nambiar2016-06-291-7/+68
* | ixgbe: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-171-31/+26
|/
* intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck2016-05-201-0/+1
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-201-2/+1
* ixgbe: Fix VLAN features errorAlexander Duyck2016-05-161-4/+4
* ixgbe: use correct mask when enabling sriovEmil Tantilov2016-05-161-2/+2
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-05-041-150/+330
|\
| * ixgbe: Disable DCB and FCoE for X550EM_x and x550em_aUsha Ketineni2016-05-041-42/+69
| * ixgbe: check EEPROM for WOL support for X540 and aboveEmil Tantilov2016-05-041-26/+23
| * ixgbe: add WoL support for some 82599 subdevice IDsEmil Tantilov2016-05-041-2/+6
| * ixgbe: Match on multiple headers for cls_u32 offloadsAmritha Nambiar2016-05-041-67/+149
| * ixgbe: Add support for redirect action to cls_u32 offloadsSridhar Samudrala2016-05-041-13/+83
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* | drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal2016-05-041-1/+1
|/
* ixgbe/ixgbevf: Add support for GSO partialAlexander Duyck2016-04-251-45/+88
* ixgbe: resolve shift of negative value warningJacob Keller2016-04-251-2/+2
* ixgbe: use BIT() macroJacob Keller2016-04-251-16/+16
* ixgbe: Add work around for empty SFP+ cage crosstalkDon Skidmore2016-04-251-0/+39
* ixgbe: Add register wait for slow linksMark Rustad2016-04-251-0/+21
* ixgbe: consolidate the configuration of spoof checkingEmil Tantilov2016-04-241-27/+3
* ixgbe: protect vxlan_get_rx_port in ixgbe_service_task with rtnl_lockHannes Frederic Sowa2016-04-211-0/+2
* ixgbe: Bump version numberMark Rustad2016-04-071-1/+1
* ixgbe: Add KR backplane support for x550em_aMark Rustad2016-04-071-0/+2
* ixgbe: Add support for SGMII backplane interfaceMark Rustad2016-04-071-0/+2
* ixgbe: Add support for SFPs with retimerMark Rustad2016-04-071-0/+2
* ixgbe: Add support for x550em_a 10G MAC typeMark Rustad2016-04-071-3/+40
* ixgbe: Add support for single-port X550 deviceMark Rustad2016-04-071-0/+2
* ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean logicAlexander Duyck2016-04-071-3/+7
* ixgbe: Add support for toggling VLAN filtering flag via ethtoolAlexander Duyck2016-04-041-13/+14
* ixgbe: Extend cls_u32 offload to support UDP headersAmritha Nambiar2016-04-041-9/+10
* ixgbe: Place SWFW semaphore in known valid state at probeDon Skidmore2016-04-041-0/+4
* ixgbe: add a callback to set the maximum transmit bitrateRostislav Pehlivanov2016-04-041-0/+31
* ixgbe: Add support for generic Tx checksumsAlexander Duyck2016-04-041-104/+58
* ixgbe: use eth_platform_get_mac_address()Sowmini Varadhan2016-04-041-33/+2
* ixgbe: Make all unchanging ops structures constMark Rustad2016-04-041-5/+5
* ixgbe: Avoid adding VLAN 0 twice to VLVF and VFTAAlexander Duyck2016-04-041-2/+2
* ixgbe: Do not allow PF to add VLVF entry unless it actually needs itAlexander Duyck2016-04-041-4/+4
OpenPOWER on IntegriCloud