summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-04-07mptcp: move flags and ifindex out of mptcp_addr_infoGeliang Tang3-25/+28
2021-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller45-1984/+1836
2021-04-06tcp: Reset tcp connections in SYN-SENT stateManoj Basapathi1-3/+2
2021-04-06netfilter: conntrack: move ecache dwork to net_generic infraFlorian Westphal2-7/+31
2021-04-06netfilter: conntrack: move sysctl pointer to net_generic infraFlorian Westphal1-4/+6
2021-04-06netfilter: x_tables: move known table lists to net_generic infraFlorian Westphal1-13/+33
2021-04-06netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal4-128/+232
2021-04-06netfilter: ebtables: use net_generic infraFlorian Westphal1-5/+34
2021-04-06netfilter: nf_defrag_ipv4: use net_generic infraFlorian Westphal1-5/+15
2021-04-06netfilter: nf_defrag_ipv6: use net_generic infraFlorian Westphal2-37/+46
2021-04-06netfilter: cttimeout: use net_generic infraFlorian Westphal1-9/+32
2021-04-06netfilter: nfnetlink: use net_generic infraFlorian Westphal1-18/+44
2021-04-06netfilter: nfnetlink: add and use nfnetlink_broadcastFlorian Westphal2-2/+8
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin4-15/+36
2021-04-05net: nfc: Fix spelling errors in net/nfc moduleZheng Yongjun3-4/+4
2021-04-05tipc: Fix a kernel-doc warning in name_table.cWu XiangCheng1-0/+2
2021-04-05mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklistTaehee Yoo2-25/+25
2021-04-04net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding itChristophe JAILLET2-8/+5
2021-04-03netfilter: nftables: remove documentation on static functionsPablo Neira Ayuso1-32/+0
2021-04-03netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect()Dan Carpenter1-1/+1
2021-04-03netfilter: ipvs: do not printk on netns creationFlorian Westphal1-2/+0
2021-04-02mptcp: add mptcp reset option supportFlorian Westphal7-17/+153
2021-04-02mptcp: remove unneeded check on first subflowPaolo Abeni2-2/+2
2021-04-02mptcp: add active MPC mibsPaolo Abeni4-0/+7
2021-04-02mptcp: add mib for token creation fallbackPaolo Abeni4-1/+8
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller16-229/+479
2021-04-01net: smc: Remove repeated struct declarationWan Jiabing1-1/+0
2021-04-01net: ipv6: Refactor in rt6_age_examine_exceptionXu Jia1-4/+1
2021-04-01tipc: fix unique bearer names sanity checkHoang Le1-19/+27
2021-04-01sock_map: Update sock type checks for UDPCong Wang1-1/+4
2021-04-01udp: Implement udp_bpf_recvmsg() for sockmapCong Wang1-1/+63
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang3-100/+102
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang3-0/+31
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang8-30/+50
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2-1/+31
2021-04-01sock_map: Kill sock_map_link_no_progs()Cong Wang1-40/+15
2021-04-01sock_map: Simplify sock_map_link() a bitCong Wang1-4/+5
2021-04-01skmsg: Use GFP_KERNEL in sk_psock_create_ingress_msg()Cong Wang1-1/+1
2021-04-01skmsg: Use rcu work for destroying psockCong Wang1-12/+5
2021-04-01skmsg: Avoid lock_sock() in sk_psock_backlog()Cong Wang2-16/+35
2021-04-01net: Introduce skb_send_sock() for sock_mapCong Wang1-7/+48
2021-04-01skmsg: Introduce a spinlock to protect ingress_msgCong Wang2-12/+9
2021-04-01skmsg: Lock ingress_skb when purgingCong Wang1-1/+1
2021-03-31ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet4-6/+0
2021-03-31net/tipc: fix missing destroy_workqueue() on error in tipc_crypto_start()Yang Yingliang1-0/+2
2021-03-31ipv6: convert elligible sysctls to u8Eric Dumazet2-26/+24
2021-03-31tcp: convert tcp_comp_sack_nr sysctl to u8Eric Dumazet1-4/+2
2021-03-31ipv4: convert igmp_link_local_mcast_reports sysctl to u8Eric Dumazet1-2/+2
2021-03-31ipv4: convert fib_multipath_{use_neigh|hash_policy} sysctls to u8Eric Dumazet1-4/+4
2021-03-31ipv4: convert udp_l3mdev_accept sysctl to u8Eric Dumazet1-2/+2