summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-06-26Bluetooth: mgmt: Use the correct print formatKai Ye
2021-06-26Bluetooth: amp: Use the correct print formatKai Ye
2021-06-26Bluetooth: a2mp: Use the correct print formatKai Ye
2021-06-26Bluetooth: 6lowpan: Use the correct print formatKai Ye
2021-06-26Bluetooth: hidp: Use the correct print formatKai Ye
2021-06-26Bluetooth: cmtp: Use the correct print formatKai Ye
2021-06-26Bluetooth: bnep: Use the correct print formatKai Ye
2021-06-26Bluetooth: use inclusive language in commentsArchie Pusaka
2021-06-26Bluetooth: use inclusive language in SMPArchie Pusaka
2021-06-26Bluetooth: use inclusive language in HCI LE featuresArchie Pusaka
2021-06-26Bluetooth: use inclusive language to describe CPBArchie Pusaka
2021-06-26Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_validLuiz Augusto von Dentz
2021-06-26Bluetooth: mgmt: Fix the command returns garbage parameter valueTedd Ho-Jeong An
2021-06-26Bluetooth: disable filter dup when scan for adv monitorYun-Hao Chung
2021-06-26Bluetooth: Translate additional address type during le_conn_compSathish Narasimman
2021-06-26Bluetooth: RFCOMM: Use DEVICE_ATTR_RO macroYueHaibing
2021-06-26Bluetooth: L2CAP: Fix invalid access on ECRED Connection responseLuiz Augusto von Dentz
2021-06-26Bluetooth: L2CAP: Fix invalid access if ECRED Reconfigure failsLuiz Augusto von Dentz
2021-06-26Bluetooth: Remove spurious error messageSzymon Janc
2021-06-26Bluetooth: Shutdown controller after workqueues are flushed or cancelledKai-Heng Feng
2021-06-26Bluetooth: Fix alt settings for incoming SCO with transparent coding formatKiran K
2021-06-26Bluetooth: 6lowpan: remove unused functionJiapeng Chong
2021-06-26Bluetooth: Add ncmd=0 recovery handlingManish Mandlik
2021-06-26Bluetooth: Fix the HCI to MGMT status conversion tableYu Liu
2021-06-26Bluetooth: cmtp: fix file refcount when cmtp_attach_device failsThadeu Lima de Souza Cascardo
2021-06-26Bluetooth: Return whether a connection is outboundYu Liu
2021-06-26Bluetooth: use flexible-array member instead of zero-length arrayQiheng Lin
2021-06-26Bluetooth: 6lowpan: delete unneeded variable initializationKai Ye
2021-06-25net/smc: Ensure correct state of the socket in send pathGuvenc Gulce
2021-06-25bpfilter: Specify the log level for the kmsg messageGary Lin
2021-06-24ipv6: delete useless dst check in ip6_dst_lookup_tailzhang kai
2021-06-24sctp: send the next probe immediately once the last one is ackedXin Long
2021-06-24sctp: do black hole detection in search complete stateXin Long
2021-06-24ipv6: fix out-of-bound access in ip6_parse_tlv()Eric Dumazet
2021-06-24libceph: set global_id as soon as we get an auth ticketIlya Dryomov
2021-06-24libceph: don't pass result into ac->ops->handle_reply()Ilya Dryomov
2021-06-24net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis
2021-06-24bpf, sched: Remove unneeded rcu_read_lock() around BPF program invocationToke Høiland-Jørgensen
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen
2021-06-24bpf: Support all gso types in bpf_skb_change_proto()Maciej Żenczykowski
2021-06-24bpf: Do not change gso_size during bpf_skb_change_proto()Maciej Żenczykowski
2021-06-24Revert "bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto"Maciej Żenczykowski
2021-06-24can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for opt...Norbert Slusarek
2021-06-23devlink: Protect rate list with lock while switching modesDmytro Linkin
2021-06-23devlink: Remove eswitch mode check for mode set callDmytro Linkin
2021-06-23devlink: Decrease refcnt of parent rate object on leaf destroyDmytro Linkin
2021-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-06-23ipv6: exthdrs: do not blindly use init_netEric Dumazet
2021-06-23tcp: Add stats for socket migration.Kuniyuki Iwashima