aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-12-09mptcp: unify ADD_ADDR and ADD_ADDR6 suboptions writingGeliang Tang1-20/+17
2020-12-09mptcp: unify ADD_ADDR and echo suboptions writingGeliang Tang1-18/+19
2020-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller7-62/+47
2020-12-09net: rxrpc: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-09tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell1-3/+6
2020-12-09net: flow_offload: Fix memory leak for indirect flow blockChris Mi1-3/+1
2020-12-09tcp: Retain ECT bits for tos reflectionWei Wang2-4/+10
2020-12-09ethtool: fix stack overflow in ethnl_parse_bitset()Michal Kubecek1-0/+2
2020-12-09net: sched: incorrect Kconfig dependencies on Netfilter modulesPablo Neira Ayuso1-3/+3
2020-12-09can: isotp: isotp_setsockopt(): block setsockopt on bound socketsOliver Hartkopp1-0/+3
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen2-14/+20
2020-12-09SUNRPC: Remove XDRBUF_SPARSE_PAGES flag in gss_proxy upcallChuck Lever2-6/+10
2020-12-09sunrpc: clean-up cache downcallRoberto Bergantinos Corpas1-30/+11
2020-12-09netfilter: nft_ct: Remove confirmation check for NFT_CT_IDBrett Mastbergen1-2/+0
2020-12-08bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest1-0/+18
2020-12-08tcp: select sane initial rcvq_space.space for big MSSEric Dumazet1-1/+2
2020-12-08net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_get_default_limit()Zheng Yongjun1-5/+1
2020-12-08net: core: devlink: simplify the return expression of devlink_nl_cmd_trap_set_doit()Zheng Yongjun1-6/+1
2020-12-08net: ipv6: rpl_iptunnel: simplify the return expression of rpl_do_srh()Zheng Yongjun1-6/+1
2020-12-08net/sched: cls_u32: simplify the return expression of u32_reoffload_knode()Zheng Yongjun1-8/+3
2020-12-08net: sched: fix spelling mistake in Kconfig "trys" -> "tries"Colin Ian King2-2/+2
2020-12-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller13-239/+911
2020-12-08net/af_iucv: use DECLARE_SOCKADDR to cast from sockaddrJulian Wiedmann1-4/+4
2020-12-08net: tipc: prevent possible null deref of linkCengiz Can1-2/+4
2020-12-08netfilter: nftables: comment indirect serialization of commit_mutex with rtnl_mutexPablo Neira Ayuso1-0/+4
2020-12-08netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso2-5/+7
2020-12-08net: dsa: print the MTU value that could not be setRasmus Villemoes2-5/+6
2020-12-08xsk: Validate socket state in xsk_recvmsg, prior touching socket membersBjörn Töpel1-2/+2
2020-12-08netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan4-55/+36
2020-12-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski2-3/+6
2020-12-07mptcp: print new line in mptcp_seq_show() if mptcp isn't in useJianguo Wu1-0/+1
2020-12-07bridge: Fix a deadlock when enabling multicast snoopingJoseph Huang3-9/+41
2020-12-07lwt_bpf: Replace preempt_disable() with migrate_disable()Cong Wang1-3/+3
2020-12-07lwt: Disable BH too in run_lwt_bpf()Dongdong Wang1-4/+4
2020-12-07Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2020-12-07Bluetooth: Set missing suspend task bitsAbhishek Pandit-Subedi1-0/+8
2020-12-07Bluetooth: Change MGMT security info CMD to be more genericDaniel Winkler1-14/+29
2020-12-07Bluetooth: Query LE tx power on startupDaniel Winkler2-0/+26
2020-12-07Bluetooth: Use intervals and tx power from mgmt cmdsDaniel Winkler3-15/+30
2020-12-07Bluetooth: Break add adv into two mgmt commandsDaniel Winkler2-11/+371
2020-12-07Bluetooth: Add helper to set adv dataDaniel Winkler1-0/+31
2020-12-07Bluetooth: Add toggle to switch off interleave scanHoward Chung3-9/+36
2020-12-07Bluetooth: Refactor read default sys config for various typesHoward Chung1-56/+84
2020-12-07Bluetooth: Handle active scan caseHoward Chung1-1/+3
2020-12-07Bluetooth: Handle system suspend resume caseHoward Chung1-1/+3
2020-12-07Bluetooth: Interleave with allowlist scanHoward Chung3-7/+134
2020-12-07Bluetooth: Fix attempting to set RPA timeout when unsupportedEdward Vear1-1/+1
2020-12-07Bluetooth: Rename get_adv_instance_scan_rspLuiz Augusto von Dentz1-23/+9
2020-12-07Bluetooth: Fix not sending Set Extended Scan ResponseLuiz Augusto von Dentz1-8/+6
2020-12-07Bluetooth: Fix for Bluetooth SIG test L2CAP/COS/CFD/BV-14-CJimmy Wahlberg1-1/+1