summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-02-02Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_dataGopal Tiwari1-0/+3
2021-02-01Bluetooth: Skip eSCO 2M params when not supportedYu Liu1-2/+18
2021-01-29Bluetooth: fix indentation and alignment reported by checkpatchTomoyuki Matsushita1-11/+11
2021-01-29Bluetooth: fix coccicheck warnings debugfsJiapeng Zhong1-40/+40
2021-01-29Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirkHans de Goede1-7/+11
2021-01-25Bluetooth: L2CAP: Try harder to accept device not knowing optionsBastien Nocera1-0/+1
2021-01-25Bluetooth: L2CAP: Fix handling fragmented lengthLuiz Augusto von Dentz1-25/+93
2021-01-25Bluetooth: btusb: fix memory leak on suspend and resumeVamshi K Sthambamkadi1-1/+2
2021-01-25Bluetooth: Put HCI device if inquiry procedure interruptsPan Bian1-2/+4
2021-01-25Bluetooth: drop HCI device reference before returnPan Bian1-0/+1
2021-01-25Bluetooth: disable advertisement filters during suspendHoward Chung3-5/+44
2021-01-25Bluetooth: advmon offload MSFT interleave scanning integrationArchie Pusaka1-9/+11
2021-01-25Bluetooth: advmon offload MSFT handle filter enablementArchie Pusaka2-0/+73
2021-01-25Bluetooth: advmon offload MSFT handle controller resetArchie Pusaka1-5/+71
2021-01-25Bluetooth: advmon offload MSFT remove monitorArchie Pusaka4-48/+317
2021-01-25Bluetooth: advmon offload MSFT add monitorArchie Pusaka4-40/+342
2021-01-25Bluetooth: advmon offload MSFT add rssi supportArchie Pusaka1-72/+153
2021-01-06Bluetooth: avoid u128_xor() on potentially misaligned inputsArd Biesheuvel1-3/+2
2020-12-27Bluetooth: Fix initializing response id after clearing structChristopher William Snowhill1-1/+1
2020-12-19Bluetooth: Cancel Inquiry before Create ConnectionSonny Sasaka1-0/+17
2020-12-19Bluetooth: Pause service discovery for suspendAbhishek Pandit-Subedi1-0/+8
2020-12-19Bluetooth: Remove hci_req_le_suspend_configAbhishek Pandit-Subedi1-17/+8
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds405-10696/+12807
2020-12-15net: fix proc_fs init handling in af_packet and tlsYonatan Linik2-0/+5
2020-12-15af_vsock: Assign the vsock transport considering the vsock address flagsAndra Paraschiv1-2/+7
2020-12-15af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive pathAndra Paraschiv1-0/+12
2020-12-15vsock_addr: Check for supported flag valuesAndra Paraschiv1-1/+3
2020-12-15net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabledTariq Toukan1-0/+5
2020-12-15tcp: Add logic to check for SYN w/ data in tcp_simple_retransmitAlexander Duyck1-1/+16
2020-12-15net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin1-0/+6
2020-12-15Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2020-12-15net: bridge: Fix a warning when del bridge sysfsWang Hai1-1/+4
2020-12-15mptcp: let MPTCP create max size skbsPaolo Abeni1-5/+9
2020-12-15mptcp: pm: simplify select_local_address()Paolo Abeni1-4/+2
2020-12-15mptcp: parse and act on incoming FASTCLOSE optionFlorian Westphal3-0/+54
2020-12-15tcp: parse mptcp options contained in reset packetsFlorian Westphal2-6/+9
2020-12-15mptcp: hold mptcp socket before calling tcp_doneFlorian Westphal1-1/+6
2020-12-15mptcp: use MPTCPOPT_HMAC_LEN macroGeliang Tang1-1/+1
2020-12-15mptcp: remove address when netlink flushes addrsGeliang Tang1-5/+10
2020-12-15mptcp: attach subflow socket to parent cgroupNicolas Rybowski1-0/+27
2020-12-15net: openvswitch: fix TTL decrement exception action executionEelco Chaudron1-9/+6
2020-12-15Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds4-9/+9
2020-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski19-114/+465
2020-12-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski7-24/+40
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-4/+3
2020-12-13net: x25: Remove unimplemented X.25-over-LLC code stubsXie He3-24/+2
2020-12-13inet: frags: batch fqdir destroy worksSeongJae Park1-8/+39
2020-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski1-7/+67
2020-12-12netfilter: nftables: netlink support for several set element expressionsPablo Neira Ayuso2-6/+143
2020-12-12netfilter: nftables: generalize set extension to support for several expressionsPablo Neira Ayuso3-47/+168