aboutsummaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-11net: qualcomm: rmnet: Move rmnet_mode to rmnet_portSubash Abhinov Kasiviswanathan3-10/+7
2017-10-11net: qualcomm: rmnet: Remove some unused definesSubash Abhinov Kasiviswanathan1-8/+0
2017-10-11net: qualcomm: rmnet: Remove existing logic for bridge modeSubash Abhinov Kasiviswanathan2-69/+9
2017-10-11net: qcom/emac: clean up some TX/RX error messagesTimur Tabi2-13/+10
2017-10-11net: qcom/emac: enforce DMA address restrictionsTimur Tabi1-15/+24
2017-10-11net: qcom/emac: remove unused address arraysTimur Tabi1-13/+3
2017-10-11net: qcom/emac: specify the correct DMA maskTimur Tabi1-13/+4
2017-10-11net: qrtr: Support decoding incoming v2 packetsBjorn Andersson1-38/+94
2017-10-11net: qrtr: Use sk_buff->cb in receive pathBjorn Andersson1-30/+40
2017-10-11net: qrtr: Clean up control packet handlingBjorn Andersson1-64/+29
2017-10-11net: qrtr: Pass source and destination to enqueue functionsBjorn Andersson1-51/+69
2017-10-11net: qrtr: Add control packet definition to uapiBjorn Andersson2-12/+32
2017-10-11net: qrtr: Move constants to header fileBjorn Andersson2-2/+3
2017-10-11net: qrtr: Invoke sk_error_report() after setting sk_errBjorn Andersson1-1/+1
2017-10-11net: hns3: make local functions staticWei Yongjun1-2/+4
2017-10-11atm: idt77105: Drop needless setup_timer()Kees Cook1-2/+0
2017-10-11net: phy: at803x: Change error to EINVAL for invalid MACDan Murphy1-1/+1
2017-10-11net: phy: DP83822 initial driver submissionDan Murphy4-3/+350
2017-10-11net: dsa: lan9303: Add basic offloading of unicast trafficEgil Hjelmeland2-0/+84
2017-10-11net: dsa: lan9303: Move tag setup to new lan9303_setup_taggingEgil Hjelmeland1-17/+25
2017-10-11tcp: fix tcp_unlink_write_queue()Eric Dumazet1-0/+1
2017-10-11cfg80211: implement regdb signature checkingJohannes Berg6-1/+182
2017-10-11cfg80211: reg: remove support for built-in regdbJohannes Berg8-287/+3
2017-10-11cfg80211: support reloading regulatory databaseJohannes Berg4-20/+81
2017-10-11cfg80211: support loading regulatory database as firmware fileJohannes Berg4-24/+284
2017-10-11mac80211: only remove AP VLAN frames from TXQJohannes Berg3-22/+39
2017-10-11fq: support filtering a given tinJohannes Berg2-10/+69
2017-10-11mac80211: aead api to reduce redundancyXiang Gao7-152/+111
2017-10-11MAINTAINERS: update Johannes Berg's entriesJohannes Berg1-3/+10
2017-10-10openvswitch: add ct_clear actionEric Garver5-0/+29
2017-10-10net: dst: move cpu inside ifdef to avoid compilation warningJakub Kicinski1-1/+1
2017-10-10rtnetlink: bridge: use ext_ack instead of printkFlorian Westphal1-14/+14
2017-10-10selftests: rtnetlink: test RTM_GETNETCONFFlorian Westphal1-0/+28
2017-10-10net/mlx4_en: Increase number of default RX ringsInbar Karmy1-2/+1
2017-10-10net/mlx4_en: Limit the number of RX ringsInbar Karmy1-1/+6
2017-10-10net/mlx4_en: Limit the number of TX ringsInbar Karmy4-7/+7
2017-10-10net: hns3: fix the ring count for ETHTOOL_GRXRINGSLipeng1-1/+1
2017-10-10net: hns3: add support for ETHTOOL_GRXFHLipeng3-0/+68
2017-10-10net: hns3: add support for set_rxnfcLipeng6-2/+129
2017-10-10net: hns3: add support for set_ringparamLipeng3-2/+81
2017-10-10net: hns3: fixes the ring index in hns3_fini_ringLipeng1-1/+1
2017-10-10cxgb4: add new T5 pci device id'sGanesh Goudar1-0/+2
2017-10-10cxgb4: Add support for new flash partsGanesh Goudar1-20/+116
2017-10-10net/core: Fix BUG to BUG_ON conditionals.Tim Hansen1-9/+6
2017-10-10bpf: write back the verifier log buffer as it gets filledJakub Kicinski2-23/+22
2017-10-10bpf: don't rely on the verifier lock for metadata_dst allocationJakub Kicinski3-7/+26
2017-10-10tools: bpftool: use the kernel's instruction printerJakub Kicinski4-21/+51
2017-10-10bpf: move instruction printing into a separate fileJakub Kicinski4-198/+251
2017-10-10bpf: move global verifier log into verifier environmentJakub Kicinski2-232/+261
2017-10-10bpf: encapsulate verifier log state into a structureJakub Kicinski2-27/+43