aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-04-09net: dccp: use net_generic storageFlorian Westphal
2021-04-08Merge tag 'for-net-next-2021-04-08' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2021-04-08Merge tag 'batadv-next-pullrequest-20210408' of git://git.open-mesh.org/linux...David S. Miller
2021-04-08Bluetooth: Allow Microsoft extension to indicate curve validationMarcel Holtmann
2021-04-08Bluetooth: Set defaults for le_scan_{int,window}_adv_monitorMarcel Holtmann
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin
2021-04-07net: introduce nla_policy for IFLA_NEW_IFINDEXAndrei Vagin
2021-04-07mptcp: drop all sub-options except ADD_ADDR when the echo bit is setDavide Caratti
2021-04-07mptcp: unify add_addr(6)_generate_hmacGeliang Tang
2021-04-07mptcp: drop MPTCP_ADDR_IPVERSION_4/6Geliang Tang
2021-04-07mptcp: use mptcp_addr_info in mptcp_options_receivedGeliang Tang
2021-04-07mptcp: drop OPTION_MPTCP_ADD_ADDR6Geliang Tang
2021-04-07mptcp: use mptcp_addr_info in mptcp_out_optionsGeliang Tang
2021-04-07mptcp: move flags and ifindex out of mptcp_addr_infoGeliang Tang
2021-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-04-06tcp: Reset tcp connections in SYN-SENT stateManoj Basapathi
2021-04-06Bluetooth: Add support for reading AOSP vendor capabilitiesMarcel Holtmann
2021-04-06Bluetooth: LL privacy allow RPASathish Narasimman
2021-04-06Bluetooth: Handle own address type change with HCI_ENABLE_LL_PRIVACYSathish Narasimman
2021-04-06Bluetooth: Do not set cur_adv_instance in adv param MGMT requestDaniel Winkler
2021-04-06Bluetooth: Use ext adv handle from requests in CCsDaniel Winkler
2021-04-06Bluetooth: use the correct print format for L2CAP debug statementsKai Ye
2021-04-06netfilter: conntrack: move ecache dwork to net_generic infraFlorian Westphal
2021-04-06netfilter: conntrack: move sysctl pointer to net_generic infraFlorian Westphal
2021-04-06netfilter: x_tables: move known table lists to net_generic infraFlorian Westphal
2021-04-06netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal
2021-04-06netfilter: ebtables: use net_generic infraFlorian Westphal
2021-04-06netfilter: nf_defrag_ipv4: use net_generic infraFlorian Westphal
2021-04-06netfilter: nf_defrag_ipv6: use net_generic infraFlorian Westphal
2021-04-06netfilter: cttimeout: use net_generic infraFlorian Westphal
2021-04-06netfilter: nfnetlink: use net_generic infraFlorian Westphal
2021-04-06netfilter: nfnetlink: add and use nfnetlink_broadcastFlorian Westphal
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin
2021-04-05net: nfc: Fix spelling errors in net/nfc moduleZheng Yongjun
2021-04-05tipc: Fix a kernel-doc warning in name_table.cWu XiangCheng
2021-04-05mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklistTaehee Yoo
2021-04-04net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding itChristophe JAILLET
2021-04-03netfilter: nftables: remove documentation on static functionsPablo Neira Ayuso
2021-04-03netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect()Dan Carpenter
2021-04-03netfilter: ipvs: do not printk on netns creationFlorian Westphal
2021-04-02mptcp: add mptcp reset option supportFlorian Westphal
2021-04-02mptcp: remove unneeded check on first subflowPaolo Abeni
2021-04-02mptcp: add active MPC mibsPaolo Abeni
2021-04-02mptcp: add mib for token creation fallbackPaolo Abeni
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-02Bluetooth: SMP: Fix variable dereferenced before check 'conn'Luiz Augusto von Dentz
2021-04-02Bluetooth: Check inquiry status before sending oneArchie Pusaka
2021-04-02Bluetooth: Coding style fixMeng Yu
2021-04-02Bluetooth: Remove 'return' in void functionMeng Yu
2021-04-01net: smc: Remove repeated struct declarationWan Jiabing