aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser1-4/+3
2017-01-18net:add one common config ARCH_WANT_RELAX_ORDER to support relax orderingMao Wenan1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+4
2017-01-03ixgbe: Add PF support for VF promiscuous modeDon Skidmore4-6/+45
2017-01-03ixgbe: Implement support for firmware-controlled PHYsMark Rustad7-6/+642
2017-01-03ixgbe: Implement firmware interface to access some PHYsMark Rustad3-0/+113
2017-01-03ixgbe: Remove unused firmware version functions and methodMark Rustad7-46/+1
2017-01-03ixgbe: Fix issues with EEPROM accessMark Rustad3-82/+91
2017-01-03ixgbe: Configure advertised speeds correctly for KR/KX backplaneDon Skidmore1-3/+2
2017-01-03ixgbe: Fix incorrect bitwise operations of PTP Rx timestamp flagsYusuke Suzuki1-6/+6
2017-01-03ixgbe: fix AER error handlingEmil Tantilov1-2/+4
2017-01-03ixgbe: test for trust in macvlan adjustments for VFKen Cox1-1/+2
2017-01-03ixgbe: handle close/suspend race with netif_device_detach/presentEmil Tantilov1-9/+8
2017-01-03ixgbe: Fix reporting of 100Mb capabilityTony Nguyen1-1/+1
2017-01-03ixgbe: Reduce I2C retry count on X550 devicesTony Nguyen1-1/+3
2017-01-03ixgbe: Add bounds check for x540 LED functionsTony Nguyen1-2/+7
2017-01-03ixgbe: add mask for 64 RSS queuesEmil Tantilov1-1/+7
2017-01-03ixgbe: Fix check for ixgbe_phy_x550em_ext_t resetTony Nguyen1-4/+21
2017-01-03ixgbe: Report driver version to firmware for x550 devicesTony Nguyen5-7/+80
2017-01-03ixgbe: do not disable FEC from the driverEmil Tantilov1-2/+0
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2016-12-01ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck1-2/+6
2016-11-04ixgbe: ixgbe_atr() compute l4_proto only if non-paged data has network/transport headersSowmini Varadhan1-0/+17
2016-11-04ixgbe: ixgbe_atr() should access udp_hdr(skb) only for UDP packetsSowmini Varadhan1-1/+1
2016-11-04ixgbe: Correct X550 phy IDDon Skidmore2-2/+4
2016-11-04ixgbe: Add X553 FW ALEF supportDon Skidmore3-97/+255
2016-11-04ixgbe: set device if before calling get_invariantsEmil Tantilov1-4/+6
2016-11-04ixgbe: use link instead of I2C combined abstractionEmil Tantilov5-90/+124
2016-11-04ixgbe: remove SFP ixfi supportEmil Tantilov1-65/+11
2016-11-04ixgbe: Handle previously-freed msix_entriesMark Rustad1-0/+3
2016-11-04ixgbe: Add X553 PHY FC autoneg supportDon Skidmore7-8/+232
2016-11-04ixgbe: fix link status check for copper X550emEmil Tantilov1-8/+13
2016-11-04ixgbe: do not use ixgbe specific mdio definesEmil Tantilov3-56/+33
2016-11-04ixgbe: Update setup PHY link to unset all speedsDon Skidmore1-39/+38
2016-11-04ixgbe: Add support to retrieve and store LED link activeDon Skidmore8-2/+57
2016-11-04ixgbe: Add X552 iXFI configuration helper functionDon Skidmore1-34/+52
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+8
2016-10-27ixgbe: fix panic when using macvlan with l2-fwd-offload enabledEmil Tantilov1-4/+8
2016-10-18ixgbe: Flip to the new dev walk APIDavid Ahern1-50/+82
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson1-6/+5
2016-10-14net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and 'is_tcf_mirred_mirror'Shmulik Ladkani1-1/+1
2016-09-24Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller6-45/+58
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2-2/+5
2016-09-23ixgbe: reset before SRIOV init to avoid mailbox issuesEmil Tantilov1-1/+3
2016-09-23ixgbe: Support 4 queue RSS on VFs with 1 or 2 queue RSS on PFAlexander Duyck2-8/+11
2016-09-23ixgbe: Limit reporting of redirection table if SR-IOV is enabledAlexander Duyck1-1/+5
2016-09-23ixgbe: Allow setting multiple queues when SR-IOV is enabledAlexander Duyck1-2/+2
2016-09-23ixgbe: Use MDIO_PRTAD_NONE consistentlyMark Rustad2-3/+3
2016-09-23ixgbe: Indicate support for pause frames in all casesMark Rustad1-0/+19