aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-06net: arc_emac: mark arc_mdio_reset() staticBaoyou Xie1-1/+1
2016-09-06lan78xx: mark symbols static where possibleBaoyou Xie1-11/+13
2016-09-06qed: Add infrastructure for debug data collectionTomer Tayar4-0/+131
2016-09-06bnx2x: Add support for segmentation of tunnels with outer checksumsAlexander Duyck1-3/+12
2016-09-06qed: Remove OOM messagesJoe Perches11-141/+47
2016-09-06vxlan: Update tx_errors statistics if vxlan_build_skb return err.Haishuang Yan1-0/+1
2016-09-06net/mlx4_en: protect ring->xdp_prog with rcu_read_lockBrenden Blanco3-11/+19
2016-09-06net: ethernet: mediatek: enhance RX path by aggregating more SKBs into NAPISean Wang1-14/+17
2016-09-06net: ethernet: mediatek: enhance RX path by reducing the frequency of the memory barrier usedSean Wang1-5/+6
2016-09-06hso: Convert printk to pr_<level>Joe Perches1-10/+11
2016-09-06hso: Use a more common logging styleJoe Perches1-53/+44
2016-09-06smsc95xx: Add mdix control via ethtoolWoojung Huh1-3/+106
2016-09-06smsc95xx: Add register defineWoojung Huh1-0/+8
2016-09-06smsc95xx: Add maintainerWoojung Huh1-0/+1
2016-09-06net: dsa: mv88e6xxx: make global2 code optionalVivien Didelot4-1/+74
2016-09-06net: dsa: mv88e6xxx: move Global2 codeVivien Didelot5-450/+521
2016-09-06net: dsa: mv88e6xxx: fix module namingVivien Didelot1-1/+2
2016-09-04rxrpc Move enum rxrpc_command to sendmsg.cDavid Howells2-7/+7
2016-09-04fs/afs/flock: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-09-04rxrpc: Rearrange net/rxrpc/sendmsg.cDavid Howells1-281/+277
2016-09-04fs/afs/callback: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-09-04rxrpc: Split sendmsg from packet transmission codeDavid Howells6-635/+659
2016-09-04fs/afs/rxrpc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-09-04fs/afs/vlocation: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-09-04rxrpc: Don't change the epochDavid Howells1-24/+8
2016-09-04rxrpc: Randomise epoch and starting client conn ID valuesDavid Howells2-1/+9
2016-09-04net: ti: cpmac: Fix compiler warning due to type confusionPaul Burton1-2/+3
2016-09-04cxgb4: Add support for ndo_get_vf_configHariprasad Shenai3-2/+72
2016-09-04netns: avoid disabling irq for netns idWANG Cong1-20/+15
2016-09-04vxlan: call peernet2id() in fdb notificationWANG Cong2-2/+2
2016-09-04openvswitch: Free tmpl with tmpl_free.Joe Stringer1-1/+1
2016-09-04rxrpc: The client call state must be changed before attachment to connDavid Howells2-2/+4
2016-09-02liquidio:CN23XX pause frame supportRaghu Vatsavayi3-7/+126
2016-09-02liquidio: CN23XX napi supportRaghu Vatsavayi3-6/+30
2016-09-02liquidio: CN23XX health monitoringRaghu Vatsavayi3-2/+132
2016-09-02liquidio: ethtool and led control supportRaghu Vatsavayi4-8/+390
2016-09-02liquidio: CN23XX octeon3 instructionRaghu Vatsavayi8-76/+212
2016-09-02liquidio: CN23XX IQ accessRaghu Vatsavayi1-0/+66
2016-09-02liquidio: RX control commandsRaghu Vatsavayi3-13/+96
2016-09-02liquidio: link and control commandsRaghu Vatsavayi3-8/+76
2016-09-02tipc: send broadcast nack directly upon sequence gap detectionJon Paul Maloy1-7/+16
2016-09-02tipc: rate limit broadcast retransmissionsJon Paul Maloy1-5/+47
2016-09-02tipc: transfer broadcast nacks in link state messagesJon Paul Maloy7-27/+108
2016-09-02net: stmmac: dwmac-rk: add pd_gmac support for rk3399David Wu1-0/+9
2016-09-02net: stmmac: dwmac-rk: fixes the gmac resume after PD on/offRoger Chen1-9/+10
2016-09-02net: stmmac: dwmac-rk: add rk3366 & rk3399 specific dataRoger Chen2-2/+232
2016-09-02rxrpc: Fix uninitialised variable warningDavid Howells1-3/+2
2016-09-02rxrpc: fix undefined behavior in rxrpc_mark_call_releasedArnd Bergmann1-1/+1
2016-09-02switchdev: Fix return value of switchdev_port_fdb_dump().Rosen, Rami1-1/+1
2016-09-02samples/bpf: add sampleip exampleBrendan Gregg3-0/+238