summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Prioritize SCO trafficAbhishek Pandit-Subedi2020-04-031-49/+57
* Bluetooth: hci_bcm: fix freeing not-requested IRQMichał Mirosław2020-04-031-1/+4
* Bluetooth: hci_bcm: respect IRQ polarity from DTMichał Mirosław2020-04-031-1/+2
* Bluetooth: Always request for user confirmation for Just WorksSonny Sasaka2020-04-021-2/+10
* Bluetooth: Add BT_MODE socket optionLuiz Augusto von Dentz2020-04-022-1/+120
* Bluetooth: L2CAP: Fix handling LE modes by L2CAP_OPTIONSLuiz Augusto von Dentz2020-04-021-4/+21
* dt-bindings: net: bluetooth: Add device tree bindings for QCA chip QCA6390Rocky Liao2020-04-021-0/+1
* Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA6390Rocky Liao2020-04-023-13/+48
* x86: get rid of 'errret' argument to __get_user_xyz() macrossLinus Torvalds2020-03-311-15/+15
* x86: remove __put_user_asm() infrastructureLinus Torvalds2020-03-311-11/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-311772-26287/+113633
|\
| * net: ipv6: rpl_iptunnel: Fix potential memory leak in rpl_do_srh_inlineGustavo A. R. Silva2020-03-311-1/+3
| * cxgb4/chcr: nic-tls stats in ethtoolRohit Maheshwari2020-03-311-0/+18
| * net: dsa: fix oops while probing Marvell DSA switchesRussell King2020-03-311-1/+2
| * net/bpfilter: remove superfluous testing messageBruno Meneguele2020-03-311-1/+0
| * net: macb: Fix handling of fixed-link nodeCodrin Ciubotariu2020-03-311-0/+3
| * net: dsa: ksz: Select KSZ protocol tagCodrin Ciubotariu2020-03-311-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-3012-61/+115
| |\
| | * Merge branch 'hns3-fixes'David S. Miller2020-03-304-32/+51
| | |\
| | | * net: hns3: fix set and get link ksettings issueGuangbin Huang2020-03-301-1/+7
| | | * net: hns3: fix RSS config lost after VF reset.Guojia Liao2020-03-301-24/+28
| | | * net: hns3: fix for fraglist SKB headlen not handling correctlyHuazhong Tan2020-03-302-5/+14
| | | * net: hns3: drop the WQ_MEM_RECLAIM flag when allocating WQYunsheng Lin2020-03-302-2/+2
| | |/
| | * net: fix fraglist segmentation reference count leakFlorian Westphal2020-03-301-0/+1
| | * udp: initialize is_flist with 0 in udp_gro_receiveXin Long2020-03-301-0/+1
| | * net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy2020-03-291-5/+1
| | * sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner2020-03-292-15/+33
| | * sctp: fix refcount bug in sctp_wfreeQiujun Huang2020-03-291-8/+23
| | * ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai2020-03-291-0/+3
| | * mac80211: fix authentication with iwlwifi/mvmJohannes Berg2020-03-291-1/+2
| * | netdevsim: dev: Fix memory leak in nsim_dev_take_snapshot_writeGustavo A. R. Silva2020-03-301-0/+1
| * | Merge branch 'stmmac-Add-additional-EHL-PCI-info-and-PCI-ID'David S. Miller2020-03-304-313/+602
| |\ \
| | * | net: stmmac: add EHL 2.5Gbps PCI info and PCI IDVoon Weifeng2020-03-301-8/+16
| | * | net: stmmac: add EHL PSE0 & PSE1 1Gbps PCI info and PCI IDVoon Weifeng2020-03-301-0/+75
| | * | net: stmmac: create dwmac-intel.c to contain all Intel platformVoon Weifeng2020-03-304-313/+519
| |/ /
| * | Merge branch 'net-dsa-b53-and-bcm_sf2-updates-for-7278'David S. Miller2020-03-303-42/+136
| |\ \
| | * | net: dsa: bcm_sf2: Support specifying VLAN tag egress ruleFlorian Fainelli2020-03-301-2/+38
| | * | net: dsa: bcm_sf2: Add support for matching VLAN TCIFlorian Fainelli2020-03-301-15/+38
| | * | net: dsa: bcm_sf2: Move writing of CFP_DATA(5) into slicing functionsFlorian Fainelli2020-03-301-32/+32
| | * | net: dsa: bcm_sf2: Check earlier for FLOW_EXT and FLOW_MAC_EXTFlorian Fainelli2020-03-301-2/+3
| | * | net: dsa: bcm_sf2: Disable learning for ASP portFlorian Fainelli2020-03-301-1/+9
| | * | net: dsa: b53: Deny enslaving port 7 for 7278 into a bridgeFlorian Fainelli2020-03-301-0/+6
| | * | net: dsa: b53: Prevent tagged VLAN on port 7 for 7278Florian Fainelli2020-03-301-0/+8
| | * | net: dsa: b53: Restore VLAN entries upon (re)configurationFlorian Fainelli2020-03-301-0/+15
| | * | net: dsa: bcm_sf2: Fix overflow checksFlorian Fainelli2020-03-301-6/+3
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-30107-1728/+6086
| |\ \
| | * \ Merge branch 'cgroup-bpf_link'Alexei Starovoitov2020-03-3014-99/+930
| | |\ \
| | | * | selftests/bpf: Test FD-based cgroup attachmentAndrii Nakryiko2020-03-302-0/+268
| | | * | libbpf: Add support for bpf_link-based cgroup attachmentAndrii Nakryiko2020-03-306-1/+122
| | | * | bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko2020-03-305-0/+186