aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-26net: bcmgenet: remove unused function in bcmgenet.cBaoyou Xie1-122/+0
2016-09-26cxgb4: mark symbols static where possibleBaoyou Xie2-11/+14
2016-09-26net: mvneta: mark symbols static where possibleBaoyou Xie1-4/+6
2016-09-26net: hip04: mark tx_done() staticBaoyou Xie1-1/+1
2016-09-26net: hisilicon: mark symbols static where possibleBaoyou Xie1-3/+3
2016-09-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller4-68/+93
2016-09-25net: dsa: mv88e6xxx: fix non static symbol warningsWei Yongjun1-4/+4
2016-09-25be2net: fix non static symbol warningsWei Yongjun1-2/+2
2016-09-25net: smc91x: take into account register shiftRobert Jarzmik1-0/+3
2016-09-25cxgb4: fix -ve error check on a signed iqColin Ian King1-5/+5
2016-09-24i40evf: support queue-specific settings for interrupt moderationJacob Keller7-70/+280
2016-09-24i40e: don't configure zero-size RSS tableMitch Williams1-0/+2
2016-09-24i40e: Strip out debugfs hook for Flow Director filter programmingAlexander Duyck3-84/+3
2016-09-24i40e: Split Flow Director descriptor config into separate functionAlexander Duyck1-51/+64
2016-09-24i40e/i40evf: Add txring_txq function to match fm10k and ixgbeAlexander Duyck4-22/+30
2016-09-24i40e: Fix Flow Director raw_buf cleanupAlexander Duyck2-8/+8
2016-09-24i40evf: enable adaptive interrupt throttlingMitch Williams1-5/+11
2016-09-24i40e: Increase minimum number of allocated VSIAkeem Abodunrin1-1/+1
2016-09-24i40e/i40evf: Changed version to 1.6.16Bimmy Pujari2-2/+2
2016-09-24i40e: removing unreachable codeHenry Tieman1-5/+1
2016-09-24i40e: check conflicting ntuple/sideband rules when re-enabling ATRJacob Keller1-3/+7
2016-09-24i40e: cleanup ATR auto_disable_flags useJacob Keller3-20/+17
2016-09-24i40e: add encap csum VF offload flagPreethi Banala2-0/+2
2016-09-24i40e: fix deleting mac filtersAlan Brady1-2/+2
2016-09-24i40e: Remove 100 Mbps SGMII support for X722Harshitha Ramamurthy1-1/+0
2016-09-24hv_netvsc: fix commentsStephen Hemminger1-4/+3
2016-09-24net: thunderx: Support for byte queue limitsSunil Goutham2-12/+32
2016-09-24net: thunderx: Fix issue with IRQ namimgSunil Goutham1-1/+1
2016-09-24mlxsw: spectrum: remove redundant check if err is zeroColin Ian King1-1/+1
2016-09-24Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller7-45/+62
2016-09-24Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller10-40/+53
2016-09-24net/mlx4: Add VF vlan protocol 802.1ad supportMoshe Shemesh4-11/+136
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh19-24/+73
2016-09-24net/mlx4_en: Disable vlan HW acceleration when in VF vlan protocol 802.1ad modeMoshe Shemesh1-0/+13
2016-09-24net/mlx4_core: Preparation for VF vlan protocol 802.1adMoshe Shemesh4-13/+73
2016-09-24net/mlx4_core: Fix QUERY FUNC CAP flagsMoshe Shemesh2-4/+3
2016-09-24Bluetooth: Use single return in hci_uart_tty_ioctl() callVignesh Raman1-13/+15
2016-09-24Bluetooth: BCSP fails to ACK re-transmitted frames from the peerDean Jenkins1-34/+51
2016-09-24Bluetooth: Tidy-up coding style in hci_bcsp.cDean Jenkins1-26/+29
2016-09-23Revert "xen-netback: create a debugfs node for hash information"David S. Miller3-107/+2
2016-09-23hv_netvsc: count multicast packets receivedStephen Hemminger2-1/+10
2016-09-23hv_netvsc: remove VF in flight countersStephen Hemminger2-63/+21
2016-09-23hv_netvsc: use RCU to protect vf_netdevStephen Hemminger2-15/+16
2016-09-23hv_netvsc: improve VF device matchingStephen Hemminger1-21/+39
2016-09-23hv_netvsc: simplify callback event codeStephen Hemminger1-18/+10
2016-09-23hv_netvsc: dev hold/put reference to VFStephen Hemminger1-0/+3
2016-09-23hv_netvsc: use consume_skbStephen Hemminger1-2/+2
2016-09-23net: dsa: mv88e6xxx: implement DSA port fast ageingVivien Didelot1-22/+23
2016-09-23net: dsa: b53: implement DSA port fast ageingVivien Didelot1-20/+11
2016-09-23drivers: net: xgene: Fix MSS programmingIyappan Subramanian4-23/+100