summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: mvneta: mark symbols static where possibleBaoyou Xie2016-09-261-4/+6
* net: hip04: mark tx_done() staticBaoyou Xie2016-09-261-1/+1
* net: hisilicon: mark symbols static where possibleBaoyou Xie2016-09-261-3/+3
* be2net: fix non static symbol warningsWei Yongjun2016-09-261-2/+2
* net: smc91x: take into account register shiftRobert Jarzmik2016-09-261-0/+3
* cxgb4: fix -ve error check on a signed iqColin Ian King2016-09-261-5/+5
* i40evf: support queue-specific settings for interrupt moderationJacob Keller2016-09-257-70/+280
* i40e: don't configure zero-size RSS tableMitch Williams2016-09-251-0/+2
* i40e: Strip out debugfs hook for Flow Director filter programmingAlexander Duyck2016-09-253-84/+3Star
* i40e: Split Flow Director descriptor config into separate functionAlexander Duyck2016-09-251-51/+64
* i40e/i40evf: Add txring_txq function to match fm10k and ixgbeAlexander Duyck2016-09-254-22/+30
* i40e: Fix Flow Director raw_buf cleanupAlexander Duyck2016-09-252-8/+8
* i40evf: enable adaptive interrupt throttlingMitch Williams2016-09-251-5/+11
* i40e: Increase minimum number of allocated VSIAkeem Abodunrin2016-09-251-1/+1
* i40e/i40evf: Changed version to 1.6.16Bimmy Pujari2016-09-252-2/+2
* i40e: removing unreachable codeHenry Tieman2016-09-251-5/+1Star
* i40e: check conflicting ntuple/sideband rules when re-enabling ATRJacob Keller2016-09-251-3/+7
* i40e: cleanup ATR auto_disable_flags useJacob Keller2016-09-253-20/+17Star
* i40e: add encap csum VF offload flagPreethi Banala2016-09-252-0/+2
* i40e: fix deleting mac filtersAlan Brady2016-09-251-2/+2
* i40e: Remove 100 Mbps SGMII support for X722Harshitha Ramamurthy2016-09-251-1/+0Star
* net: thunderx: Support for byte queue limitsSunil Goutham2016-09-242-12/+32
* net: thunderx: Fix issue with IRQ namimgSunil Goutham2016-09-241-1/+1
* mlxsw: spectrum: remove redundant check if err is zeroColin Ian King2016-09-241-1/+1
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-09-247-45/+62
|\
| * 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
| * ixgbevf: add spinlocks for MTU change callsEmil Tantilov2016-09-231-0/+4
| * 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
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-09-2410-40/+53
|\ \
| * | i40evf: remove unnecessary error checking against i40e_shutdown_adminqLihong Yang2016-09-231-2/+1Star
| * | i40e: Limit TX descriptor count in cases where frag size is greater than 16KAlexander Duyck2016-09-232-10/+4Star
| * | i40evf: remove unnecessary error checking against i40evf_up_completeBimmy Pujari2016-09-231-8/+3Star
| * | i40evf: Fix link state event handlingSridhar Samudrala2016-09-232-3/+11
| * | i40e: avoid potential null pointer dereference when assigning lenColin Ian King2016-09-231-1/+2
| * | i40e: Fix for extra byte swap in tunnel setupCarolyn Wyborny2016-09-231-3/+3
| * | i40e: Fix to check for NULLCarolyn Wyborny2016-09-231-1/+10
| * | i40e: return correct opcode to VFMitch Williams2016-09-231-2/+2
| * | i40e: fix "dump port" command when NPAR enabledAlan Brady2016-09-231-1/+6
| * | i40e: fix setting user defined RSS hash keyAlan Brady2016-09-233-9/+11
| |/
* | net/mlx4: Add VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-244-11/+136
* | net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-2419-24/+73
* | net/mlx4_en: Disable vlan HW acceleration when in VF vlan protocol 802.1ad modeMoshe Shemesh2016-09-241-0/+13
* | net/mlx4_core: Preparation for VF vlan protocol 802.1adMoshe Shemesh2016-09-244-13/+73