summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Add PF support for VF promiscuous modeDon Skidmore2017-01-034-6/+45
* ixgbe: Implement support for firmware-controlled PHYsMark Rustad2017-01-037-6/+642
* ixgbe: Implement firmware interface to access some PHYsMark Rustad2017-01-033-0/+113
* ixgbe: Remove unused firmware version functions and methodMark Rustad2017-01-037-46/+1Star
* ixgbe: Fix issues with EEPROM accessMark Rustad2017-01-033-82/+91
* ixgbe: Configure advertised speeds correctly for KR/KX backplaneDon Skidmore2017-01-031-3/+2Star
* ixgbe: Fix incorrect bitwise operations of PTP Rx timestamp flagsYusuke Suzuki2017-01-031-6/+6
* ixgbe: fix AER error handlingEmil Tantilov2017-01-031-2/+4
* ixgbe: test for trust in macvlan adjustments for VFKen Cox2017-01-031-1/+2
* ixgbe: handle close/suspend race with netif_device_detach/presentEmil Tantilov2017-01-031-9/+8Star
* ixgbe: Fix reporting of 100Mb capabilityTony Nguyen2017-01-031-1/+1
* ixgbe: Reduce I2C retry count on X550 devicesTony Nguyen2017-01-031-1/+3
* ixgbe: Add bounds check for x540 LED functionsTony Nguyen2017-01-031-2/+7
* ixgbe: add mask for 64 RSS queuesEmil Tantilov2017-01-031-1/+7
* ixgbe: Fix check for ixgbe_phy_x550em_ext_t resetTony Nguyen2017-01-031-4/+21
* ixgbe: Report driver version to firmware for x550 devicesTony Nguyen2017-01-035-7/+80
* ixgbe: do not disable FEC from the driverEmil Tantilov2017-01-031-2/+0Star
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-2/+6
|\
| * ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2016-12-011-2/+6
* | ixgbe: ixgbe_atr() compute l4_proto only if non-paged data has network/transp...Sowmini Varadhan2016-11-051-0/+17
* | ixgbe: ixgbe_atr() should access udp_hdr(skb) only for UDP packetsSowmini Varadhan2016-11-051-1/+1
* | ixgbe: Correct X550 phy IDDon Skidmore2016-11-052-2/+4
* | ixgbe: Add X553 FW ALEF supportDon Skidmore2016-11-053-97/+255
* | ixgbe: set device if before calling get_invariantsEmil Tantilov2016-11-051-4/+6
* | ixgbe: use link instead of I2C combined abstractionEmil Tantilov2016-11-055-90/+124
* | ixgbe: remove SFP ixfi supportEmil Tantilov2016-11-051-65/+11Star
* | ixgbe: Handle previously-freed msix_entriesMark Rustad2016-11-051-0/+3
* | ixgbe: Add X553 PHY FC autoneg supportDon Skidmore2016-11-057-8/+232
* | ixgbe: fix link status check for copper X550emEmil Tantilov2016-11-051-8/+13
* | ixgbe: do not use ixgbe specific mdio definesEmil Tantilov2016-11-053-56/+33Star
* | ixgbe: Update setup PHY link to unset all speedsDon Skidmore2016-11-051-39/+38Star
* | ixgbe: Add support to retrieve and store LED link activeDon Skidmore2016-11-058-2/+57
* | ixgbe: Add X552 iXFI configuration helper functionDon Skidmore2016-11-051-34/+52
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-4/+8
|\|
| * ixgbe: fix panic when using macvlan with l2-fwd-offload enabledEmil Tantilov2016-10-271-4/+8
* | ixgbe: Flip to the new dev walk APIDavid Ahern2016-10-181-50/+82
* | ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-181-6/+5Star
* | net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and '...Shmulik Ladkani2016-10-141-1/+1
|/
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-09-246-45/+58
|\
| * ixgbe: reset before SRIOV init to avoid mailbox issuesEmil Tantilov2016-09-231-1/+3
| * ixgbe: Support 4 queue RSS on VFs with 1 or 2 queue RSS on PFAlexander Duyck2016-09-232-8/+11
| * ixgbe: Limit reporting of redirection table if SR-IOV is enabledAlexander Duyck2016-09-231-1/+5
| * ixgbe: Allow setting multiple queues when SR-IOV is enabledAlexander Duyck2016-09-231-2/+2
| * ixgbe: Use MDIO_PRTAD_NONE consistentlyMark Rustad2016-09-232-3/+3
| * ixgbe: Indicate support for pause frames in all casesMark Rustad2016-09-231-0/+19
| * ixgbe: Resolve NULL reference by setting {read, write}_reg_mdiMark Rustad2016-09-231-0/+2
| * ixgbe: make ixgbe_led_on/off_t_x550em staticEmil Tantilov2016-09-231-2/+2
| * ixgbe: simplify the logic for setting VLAN filteringEmil Tantilov2016-09-231-28/+11Star
* | net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-242-2/+5
|/