summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-26Bluetooth: use inclusive language to describe CPBArchie Pusaka2-9/+9
2021-06-26Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_validLuiz Augusto von Dentz1-0/+3
2021-06-26Bluetooth: mgmt: Fix the command returns garbage parameter valueTedd Ho-Jeong An1-0/+2
2021-06-26Bluetooth: disable filter dup when scan for adv monitorYun-Hao Chung1-5/+41
2021-06-26Bluetooth: Translate additional address type during le_conn_compSathish Narasimman1-0/+17
2021-06-26Bluetooth: RFCOMM: Use DEVICE_ATTR_RO macroYueHaibing1-4/+6
2021-06-26Bluetooth: L2CAP: Fix invalid access on ECRED Connection responseLuiz Augusto von Dentz1-2/+2
2021-06-26Bluetooth: L2CAP: Fix invalid access if ECRED Reconfigure failsLuiz Augusto von Dentz1-2/+2
2021-06-26Bluetooth: Remove spurious error messageSzymon Janc1-9/+5
2021-06-26Bluetooth: Shutdown controller after workqueues are flushed or cancelledKai-Heng Feng1-8/+8
2021-06-26Bluetooth: Fix alt settings for incoming SCO with transparent coding formatKiran K1-3/+3
2021-06-26Bluetooth: 6lowpan: remove unused functionJiapeng Chong1-36/+0
2021-06-26Bluetooth: Add ncmd=0 recovery handlingManish Mandlik2-10/+41
2021-06-26Bluetooth: Fix the HCI to MGMT status conversion tableYu Liu1-0/+3
2021-06-26Bluetooth: cmtp: fix file refcount when cmtp_attach_device failsThadeu Lima de Souza Cascardo1-0/+5
2021-06-26Bluetooth: Return whether a connection is outboundYu Liu3-6/+10
2021-06-26Bluetooth: use flexible-array member instead of zero-length arrayQiheng Lin1-3/+3
2021-06-26Bluetooth: 6lowpan: delete unneeded variable initializationKai Ye1-1/+1
2021-06-25net/smc: Ensure correct state of the socket in send pathGuvenc Gulce1-2/+3
2021-06-25ipv6: delete useless dst check in ip6_dst_lookup_tailzhang kai1-5/+3
2021-06-24sctp: send the next probe immediately once the last one is ackedXin Long1-1/+4
2021-06-24sctp: do black hole detection in search complete stateXin Long1-7/+4
2021-06-24net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2-29/+35
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis1-0/+7
2021-06-24devlink: Protect rate list with lock while switching modesDmytro Linkin1-0/+4
2021-06-24devlink: Remove eswitch mode check for mode set callDmytro Linkin1-11/+0
2021-06-24devlink: Decrease refcnt of parent rate object on leaf destroyDmytro Linkin1-0/+2
2021-06-23tcp: Add stats for socket migration.Kuniyuki Iwashima4-6/+29
2021-06-23Merge tag 'mlx5-net-next-2021-06-22' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller1-1/+40
2021-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller12-40/+132
2021-06-23net: sched: remove qdisc->empty for lockless qdiscYunsheng Lin1-3/+0
2021-06-23net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin2-6/+41
2021-06-23net/xfrm: Add inner_ipproto into sec_pathHuy Nguyen1-1/+40
2021-06-23mptcp: refine mptcp_cleanup_rbufPaolo Abeni2-34/+23
2021-06-23mptcp: add deny_join_id0 in mptcp_options_receivedGeliang Tang5-2/+15
2021-06-23mptcp: add allow_join_id0 in mptcp_out_optionsGeliang Tang3-2/+11
2021-06-23mptcp: add sysctl allow_join_initial_addr_portGeliang Tang2-0/+17
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long3-19/+62
2021-06-22sctp: extract sctp_v4_err_handle function from sctp_v4_errXin Long1-57/+49
2021-06-22sctp: extract sctp_v6_err_handle function from sctp_v6_errXin Long1-36/+40
2021-06-22sctp: remove the unessessary hold for idev in sctp_v6_errXin Long1-10/+2
2021-06-22sctp: enable PLPMTUD when the transport is readyXin Long4-2/+13
2021-06-22sctp: do state transition when receiving an icmp TOOBIG packetXin Long2-2/+53
2021-06-22sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long2-1/+39
2021-06-22sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long2-0/+46
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long4-6/+62
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long5-0/+93
2021-06-22sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transportXin Long1-0/+118
2021-06-22sctp: add probe_interval in sysctl and sock/asoc/transportXin Long3-0/+38
2021-06-22sctp: add pad chunk and its make function and event tableXin Long2-0/+49