aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-25Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid 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-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: 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 Nambiar1-7/+68
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. 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-24ixgbe: 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-07ixgbe: Bump version numberMark Rustad1-1/+1
2016-04-07ixgbe: Add KR backplane support for x550em_aMark Rustad1-0/+2
2016-04-07ixgbe: Add support for SGMII backplane interfaceMark Rustad1-0/+2
2016-04-07ixgbe: Add support for SFPs with retimerMark Rustad1-0/+2
2016-04-07ixgbe: Add support for x550em_a 10G MAC typeMark Rustad1-3/+40
2016-04-07ixgbe: Add support for single-port X550 deviceMark Rustad1-0/+2
2016-04-07ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean logicAlexander Duyck1-3/+7
2016-04-04ixgbe: Add support for toggling VLAN filtering flag via ethtoolAlexander Duyck1-13/+14
2016-04-04ixgbe: Extend cls_u32 offload to support UDP headersAmritha Nambiar1-9/+10
2016-04-04ixgbe: Place SWFW semaphore in known valid state at probeDon Skidmore1-0/+4
2016-04-04ixgbe: add a callback to set the maximum transmit bitrateRostislav Pehlivanov1-0/+31
2016-04-04ixgbe: Add support for generic Tx checksumsAlexander Duyck1-104/+58
2016-04-04ixgbe: use eth_platform_get_mac_address()Sowmini Varadhan1-33/+2
2016-04-04ixgbe: Make all unchanging ops structures constMark Rustad1-5/+5
2016-04-04ixgbe: Avoid adding VLAN 0 twice to VLVF and VFTAAlexander Duyck1-2/+2
2016-04-04ixgbe: Do not allow PF to add VLVF entry unless it actually needs itAlexander Duyck1-4/+4
2016-03-29ixgbe: Fix cls_u32 offload support for fields with masksSridhar Samudrala1-2/+1
2016-03-29ixgbe: fix error handling in TC cls_u32 offload routinesSridhar Samudrala1-18/+34
2016-03-29ixgbe: make __ixgbe_setup_tc staticEmil Tantilov1-2/+2
2016-03-29ixgbe: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann1-2/+2
2016-03-29ixgbe: Fix ATR so that it correctly handles IPv6 extension headersAlexander Duyck1-24/+21