summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-10-29Bluetooth: hci_sync: Rework background scanLuiz Augusto von Dentz6-17/+26
2021-10-29Bluetooth: hci_sync: Enable advertising when LL privacy is enabledLuiz Augusto von Dentz4-129/+208
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 3Luiz Augusto von Dentz2-4/+632
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 2Luiz Augusto von Dentz3-202/+1136
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 1Luiz Augusto von Dentz6-102/+190
2021-10-29Bluetooth: Add helper for serialized HCI command executionMarcel Holtmann5-88/+339
2021-10-28Bluetooth: Fix removing adv when processing cmd completeArchie Pusaka1-2/+4
2021-10-25Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() failsWang Hai1-3/+1
2021-10-13Bluetooth: Fix memory leak of hci deviceWei Yongjun1-0/+2
2021-10-13Bluetooth: Fix debugfs entry leak in hci_register_dev()Wei Yongjun1-0/+1
2021-10-12Bluetooth: L2CAP: Fix not initializing sk_peer_pidLuiz Augusto von Dentz1-0/+19
2021-10-12Bluetooth: hci_sock: purge socket queues in the destruct() callbackNguyen Dinh Phi1-4/+7
2021-10-07Bluetooth: mgmt: Fix Experimental Feature Changed eventTedd Ho-Jeong An1-6/+9
2021-10-07Bluetooth: Read codec capabilities only if supportedKiran K1-2/+16
2021-10-06Bluetooth: Fix handling of SUSPEND_DISCONNECTINGLuiz Augusto von Dentz1-8/+8
2021-10-05Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski21-959/+2107
2021-10-05netlink: remove netlink_broadcast_filteredFlorian Westphal1-21/+2
2021-10-04net: ipv6: fix use after free of struct seg6_pernet_dataMichelleJin1-1/+1
2021-10-04ipv6: ioam: Add support for the ip6ip6 encapsulationJustin Iurman2-54/+213
2021-10-04ipv6: ioam: Prerequisite patch for ioam6_iptunnelJustin Iurman1-35/+20
2021-10-04ipv6: ioam: Distinguish input and output for hop-limitJustin Iurman2-6/+7
2021-10-03mctp: Add input reassembly testsJeremy Kerr1-0/+134
2021-10-03mctp: Add route input to socket testsJeremy Kerr1-0/+132
2021-10-03mctp: Add packet rx testsJeremy Kerr1-3/+64
2021-10-03mctp: Add test utilsJeremy Kerr3-0/+90
2021-10-03mctp: Add initial test structure and fragmentation testJeremy Kerr3-0/+227
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski4-7/+7
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-02net: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-02net: dsa: tag_ocelot: set the classified VLAN during xmitVladimir Oltean1-0/+39
2021-10-02net:dev: Change napi_gro_complete return type to voidGyumin Hwang1-3/+2
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-38/+127
2021-10-01Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz1-6/+7
2021-10-01net/core: disable NET_RX_BUSY_POLL on PREEMPT_RTSebastian Andrzej Siewior1-1/+1
2021-10-01Revert "Merge branch 'mctp-kunit-tests'"David S. Miller6-632/+0
2021-10-01devlink: report maximum number of snapshots with regionsJacob Keller1-0/+5
2021-10-01mctp: Add input reassembly testsJeremy Kerr1-0/+134
2021-10-01mctp: Add route input to socket testsJeremy Kerr1-0/+131
2021-10-01mctp: Add packet rx testsJeremy Kerr1-3/+64
2021-10-01mctp: Add test utilsJeremy Kerr3-0/+90
2021-10-01mctp: Add initial test structure and fragmentation testJeremy Kerr3-0/+216
2021-10-01Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz1-63/+37
2021-09-30net: sched: Use struct_size() helper in kvmalloc()Gustavo A. R. Silva1-1/+1
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski37-254/+451
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2-12/+54
2021-09-30mptcp: use batch snmp operations in mptcp_seq_show()Eric Dumazet1-10/+7
2021-09-30net: snmp: inline snmp_get_cpu_field()Eric Dumazet1-6/+0
2021-09-30tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang2-4/+11
2021-09-30tcp: adjust sndbuf according to sk_reserved_memWei Wang1-2/+12
2021-09-30net: add new socket option SO_RESERVE_MEMWei Wang3-2/+71