aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)Author
2017-04-18ixgbe: Fix output from ixgbe_dumpAlexander Duyck
2017-04-18ixgbe: Add support for maximum headroom when using build_skbAlexander Duyck
2017-04-18ixgbe: do not use adapter->num_vfs when setting VFs via module parameterEmil Tantilov
2017-04-18ixgbe: Add X552 XFI backplane supportDon Skidmore
2017-04-18ixgbe: Remove pr_cont usesJoe Perches
2017-03-17igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code commentAlexander Duyck
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar
2017-03-02ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache linesAlexander Duyck
2017-03-02ixgbe: update the rss key on h/w, when ethtool ask for itPaolo Abeni
2017-02-16ixgbe: Don't bother clearing buffer memory for descriptor ringsAlexander Duyck
2017-02-16ixgbe: Add support for build_skbAlexander Duyck
2017-02-16ixgbe: Add support for padding packetAlexander Duyck
2017-02-16ixgbe: Break out Rx buffer page managementAlexander Duyck
2017-02-16ixgbe: Use length to determine if descriptor is doneAlexander Duyck
2017-02-16ixgbe: Make use of order 1 pages and 3K buffers independent of FCoEAlexander Duyck
2017-02-16ixgbe: Update code to better handle incrementing page countAlexander Duyck
2017-02-16ixgbe: Update driver to make use of DMA attributes in Rx pathAlexander Duyck
2017-02-16ixgbe: Only DMA sync frame lengthAlexander Duyck
2017-02-16ixgbe: Add function for checking to see if we can reuse pageAlexander Duyck
2017-02-16ixgbe: Update version to reflect added functionalityMark Rustad
2017-02-16ixgbe: prefix Data Center Bridge ops structStephen Hemminger
2017-02-03ixgbe: get rid of custom busy polling codeEric Dumazet
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2017-01-03ixgbe: Implement support for firmware-controlled PHYsMark Rustad
2017-01-03ixgbe: fix AER error handlingEmil Tantilov
2017-01-03ixgbe: handle close/suspend race with netif_device_detach/presentEmil Tantilov
2017-01-03ixgbe: Report driver version to firmware for x550 devicesTony Nguyen
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-01ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck
2016-11-04ixgbe: ixgbe_atr() compute l4_proto only if non-paged data has network/transp...Sowmini Varadhan
2016-11-04ixgbe: ixgbe_atr() should access udp_hdr(skb) only for UDP packetsSowmini Varadhan
2016-11-04ixgbe: set device if before calling get_invariantsEmil Tantilov
2016-11-04ixgbe: use link instead of I2C combined abstractionEmil Tantilov
2016-11-04ixgbe: Handle previously-freed msix_entriesMark Rustad
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-27ixgbe: fix panic when using macvlan with l2-fwd-offload enabledEmil Tantilov
2016-10-18ixgbe: Flip to the new dev walk APIDavid Ahern
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson
2016-10-14net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and '...Shmulik Ladkani
2016-09-23ixgbe: Support 4 queue RSS on VFs with 1 or 2 queue RSS on PFAlexander Duyck
2016-09-23ixgbe: simplify the logic for setting VLAN filteringEmil Tantilov
2016-08-20ixgbe: Add support for new X557 deviceDon Skidmore
2016-08-20ixgbe: add support for geneve Rx offloadEmil Tantilov
2016-08-18ixgbe: use atomic bitwise operations when handling reset requestsEmil Tantilov
2016-08-18ixgbe: only check Tx queue enablement when debuggingEmil Tantilov
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong
2016-08-16ixgbe: Re-enable ability to toggle VLAN filteringAlexander Duyck
2016-08-16ixgbe: Force VLNCTRL.VFE to be set in all VMDq pathsAlexander Duyck
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds