aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-23ixgbe: Resolve NULL reference by setting {read, write}_reg_mdiMark Rustad1-0/+2
2016-09-23ixgbe: make ixgbe_led_on/off_t_x550em staticEmil Tantilov1-2/+2
2016-09-23ixgbe: simplify the logic for setting VLAN filteringEmil Tantilov1-28/+11
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre1-1/+1
2016-09-12ixgbe: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+2
2016-08-30ixgbe: Eliminate useless message and improve logicMark Rustad1-11/+5
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-08-20ixgbe: Add support for new X557 deviceDon Skidmore4-0/+11
2016-08-20ixgbe: add device to MDIO speed settingDon Skidmore1-0/+2
2016-08-20ixgbe: Fix led interface for X557 devicesDon Skidmore2-2/+53
2016-08-20ixgbe: add support for geneve Rx offloadEmil Tantilov3-51/+134
2016-08-20ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth1-1/+3
2016-08-19ixgbe: Do not clear RAR entry when clearing VMDq for SAN MACAlexander Duyck1-1/+3
2016-08-18ixgbe: use atomic bitwise operations when handling reset requestsEmil Tantilov2-10/+8
2016-08-18ixgbe: only check Tx queue enablement when debuggingEmil Tantilov1-1/+1
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong1-1/+3
2016-08-16ixgbe: Re-enable ability to toggle VLAN filteringAlexander Duyck1-0/+1
2016-08-16ixgbe: Force VLNCTRL.VFE to be set in all VMDq pathsAlexander Duyck1-6/+12
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-6/+3
2016-07-25Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller7-50/+91
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-07-22ixgbe: cleanup crosstalk fixDon Skidmore4-41/+72
2016-07-22ixgbe: remove redundant check on ret_valColin Ian King1-3/+0
2016-07-22ixgbe: Add missing destroy_workqueue() on error in ixgbe_init_module()Wei Yongjun1-0/+1
2016-07-22ixgbe: fix setup_fc for x550emEmil Tantilov1-2/+2
2016-07-22ixgbe: Fix minor typo while freeing irqBabu Moger1-1/+1
2016-07-22ixgbe: Change register variable to unsignedDon Skidmore1-1/+1
2016-07-22ixgbevf: Correct parameter sent to LED functionDon Skidmore2-2/+14
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: fix spoofed packets with macvlansEmil Tantilov1-0/+1
2016-06-29ixgbe: Correct reporting of timestamping for x550Tony Nguyen1-2/+6
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 Nambiar2-7/+72
2016-06-23ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-6/+3
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