summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-11Bluetooth: Fix memory leak in read_adv_mon_features()Peilin Ye1-4/+8
2020-09-11Bluetooth: btmtksdio: use NULL instead of zeroYueHaibing1-2/+2
2020-09-11Bluetooth: hci_intel: switch to list_for_each_entry()Andy Shevchenko1-21/+10
2020-09-11Bluetooth: hci_intel: drop strange le16_to_cpu() against u8 valuesAndy Shevchenko1-10/+4
2020-09-11Bluetooth: hci_qca: remove redundant null checkXu Wang1-2/+1
2020-09-01Bluetooth: Clear suspend tasks on unregisterAbhishek Pandit-Subedi1-0/+11
2020-08-31Bluetooth: btusb: Fix memleak in btusb_mtk_submit_wmt_recv_urbDinghao Liu1-0/+1
2020-08-31Bluetooth: btusb: Update boot parameter specific to SKUKiran K1-4/+4
2020-08-02Bluetooth: hci_uart: Cancel init work before unregisteringSamuel Holland2-0/+3
2020-08-02Bluetooth: hci_h5: Remove ignored flag HCI_UART_RESET_ON_INITSamuel Holland1-2/+0
2020-08-02Bluetooth: btmrvl: eliminate duplicates introducing btmrvl_reg_89xxTamás Szűcs1-50/+4
2020-08-01mptcp: fix syncookie build error on UPFlorian Westphal1-3/+1
2020-08-01fib: fix another fib_rules_ops indirect call wrapper problemBrian Vazquez1-0/+6
2020-08-01tcp: fix build fong CONFIG_MPTCP=nEric Dumazet1-2/+3
2020-08-01Merge tag 'mac80211-next-for-davem-2020-07-31' of git://git.kernel.org/pub/sc...David S. Miller42-235/+511
2020-08-01rtnetlink: add support for protodown reasonRoopa Prabhu4-5/+147
2020-08-01tun: add missing rcu annotation in tun_set_ebpf()Jason Wang1-1/+1
2020-08-01tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung4-3/+9
2020-08-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller17-178/+77
2020-08-01Merge branch 'mptcp-syncookies'David S. Miller16-43/+453
2020-08-01selftests: mptcp: add test cases for mptcp join tests with syn cookiesFlorian Westphal1-2/+64
2020-08-01selftests: mptcp: make 2nd net namespace use tcp syn cookies unconditionallyFlorian Westphal1-0/+47
2020-08-01mptcp: enable JOIN requests even if cookies are in useFlorian Westphal6-0/+174
2020-08-01tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal4-11/+37
2020-08-01mptcp: subflow: add mptcp_subflow_init_cookie_req helperFlorian Westphal4-1/+86
2020-08-01mptcp: rename and export mptcp_subflow_request_sock_opsFlorian Westphal2-5/+7
2020-08-01mptcp: subflow: split subflow_init_reqFlorian Westphal1-10/+22
2020-08-01mptcp: token: move retry to callerFlorian Westphal2-9/+12
2020-08-01tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal4-5/+4
2020-08-01net/sched: cls_u32: Use struct_size() helperGustavo A. R. Silva1-14/+6
2020-08-01qede: Use %pM format specifier for MAC addressesAndy Shevchenko1-3/+1
2020-08-01qed: Use %pM format specifier for MAC addressesAndy Shevchenko2-7/+4
2020-08-01hsr: Use %pM format specifier for MAC addressesAndy Shevchenko1-8/+2
2020-08-01Merge branch 's390-qeth-next'David S. Miller4-36/+48
2020-08-01s390/qeth: use all configured RX buffersJulian Wiedmann1-12/+4
2020-08-01s390/qeth: don't process empty bridge port eventsJulian Wiedmann1-0/+4
2020-08-01s390/qeth: integrate RX refill worker with NAPIJulian Wiedmann4-18/+26
2020-08-01s390/qeth: tolerate pre-filled RX bufferJulian Wiedmann1-6/+14
2020-08-01net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin1-2/+1
2020-08-01bluetooth: sco: Fix sockptr reference.David S. Miller1-1/+1
2020-08-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller44-324/+2149
2020-07-31Bluetooth: Remove CRYPTO_ALG_INTERNAL flagHerbert Xu2-4/+4
2020-07-31Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2020-07-31mac80211: warn only once in check_sdata_in_driver() at each callerJohannes Berg1-6/+5
2020-07-31nl80211: support 4-way handshake offloading for WPA/WPA2-PSK in AP modeChung-Hsien Hsu2-14/+31
2020-07-31cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg5-13/+10
2020-07-31mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau3-23/+64
2020-07-31mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef3-34/+43
2020-07-31mac80211: remove unused flags argument in transmit functionsMathy Vanhoef7-22/+18
2020-07-31mac80211: use same flag everywhere to avoid sequence number overwriteMathy Vanhoef3-7/+3