aboutsummaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-10net: bridge: add helper to offload ageing timeVivien Didelot3-17/+24
2016-12-10net: nicvf: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-25/+31
2016-12-10net: ethernet: ti: cpsw: sync rates for channels in dual emac modeIvan Khoronzhuk1-1/+11
2016-12-10net: ethernet: ti: cpsw: re-split res only when speed is changedIvan Khoronzhuk1-5/+59
2016-12-10net: ethernet: ti: cpsw: combine budget and weight split and checkIvan Khoronzhuk1-73/+34
2016-12-10net: ethernet: ti: cpsw: don't start queue twiceIvan Khoronzhuk1-2/+0
2016-12-10net: ethernet: ti: cpsw: use same macros to get active slaveIvan Khoronzhuk1-4/+1
2016-12-10net: mvneta: select GENERIC_ALLOCATORArnd Bergmann1-0/+1
2016-12-10net: socket: removed an unnecessary newlineAmit Kushwaha1-1/+0
2016-12-10netlink: use blocking notifierWANG Cong1-4/+4
2016-12-09net: mlx5: Fix Kconfig help textChristopher Covington1-2/+0
2016-12-09net: skb_condense() can also deal with empty skbsEric Dumazet1-9/+13
2016-12-09net: smsc911x: back out silently on probe deferralsLinus Walleij1-1/+8
2016-12-09ibmveth: set correct gso_size and gso_typeThomas Falcon2-2/+64
2016-12-09udp: udp_rmem_release() should touch sk_rmem_alloc laterEric Dumazet1-1/+2
2016-12-09udp: add batching to udp_rmem_release()Eric Dumazet2-0/+15
2016-12-09udp: copy skb->truesize in the first cache lineEric Dumazet2-4/+18
2016-12-09udp: add busylocks in RX pathEric Dumazet1-1/+42
2016-12-09net: qcom/emac: add support for the Qualcomm Technologies QDF2400Timur Tabi4-5/+249
2016-12-09net: qcom/emac: move phy init code to separate filesTimur Tabi5-523/+478
2016-12-09Revert "radix tree test suite: fix compilation"Linus Torvalds3-1/+30
2016-12-09cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg5-9/+50
2016-12-09nl80211: Use different attrs for BSSID and random MAC addr in scan reqVamsi Krishna2-2/+21
2016-12-09nl80211: fix logic inversion in start_nan()Johannes Berg1-1/+1
2016-12-08net: xgene: avoid bogus maybe-uninitialized warningArnd Bergmann1-3/+3
2016-12-08net: xgene: move xgene_cle_ptree_ewdn data off stackArnd Bergmann2-389/+381
2016-12-08net/mlx5e: use %pad format string for dma_addr_tArnd Bergmann1-2/+2
2016-12-08net: ethernet: cpmac: Call SET_NETDEV_DEV()Florian Fainelli1-0/+1
2016-12-08net: ethernet: lantiq_etop: Call SET_NETDEV_DEV()Florian Fainelli1-0/+1
2016-12-08vhost-vsock: fix orphan connection resetPeng Tao1-1/+1
2016-12-08net: socket: preferred __aligned(size) for control bufferAmit Kushwaha1-1/+2
2016-12-08cxgb4/cxgb4vf: Assign netdev->dev_port with port IDArjun V3-1/+2
2016-12-08liquidio VF error handlingRaghu Vatsavayi1-0/+139
2016-12-08liquidio VF timestampRaghu Vatsavayi1-1/+179
2016-12-08liquidio VF ethtool statsRaghu Vatsavayi3-98/+495
2016-12-08liquidio VF vxlanRaghu Vatsavayi1-3/+94
2016-12-08liquidio VF vlan supportRaghu Vatsavayi1-0/+80
2016-12-08parisc: Fix TLB related boot crash on SMP machinesHelge Deller1-0/+11
2016-12-08cxgb4/cxgb4vf: Remove deprecated module parametersGanesh Goudar2-48/+2
2016-12-08driver: ipvlan: Unlink the upper dev when ipvlan_link_new failedGao Feng1-1/+3
2016-12-08bpf: xdp: Add XDP example for head adjustmentMartin KaFai Lau8-93/+630
2016-12-08mlx4: xdp: Reserve headroom for receiving packet when XDP prog is activeMartin KaFai Lau4-17/+27
2016-12-08mlx4: xdp: Allow raising MTU up to one page minus eth and vlan hdrsMartin KaFai Lau2-30/+44
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau13-11/+67
2016-12-08lan78xx: add LAN7801 MAC only supportWoojung Huh3-2/+126
2016-12-08phy: add phy fixup unregister functionsWoojung.Huh@microchip.com3-0/+60
2016-12-08ser_gigaset: return -ENOMEM on error instead of successDan Carpenter1-1/+3
2016-12-08bpf: fix state equivalenceAlexei Starovoitov2-8/+8
2016-12-08net: do not read sk_drops if application does not careEric Dumazet1-1/+2
2016-12-08udp: under rx pressure, try to condense skbsEric Dumazet3-1/+41