aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-04-05batman-adv: initialize "struct batadv_tvlv_tt_vlan_data"->reserved fieldTetsuo Handa1-0/+2
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-05net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()Maciej Żenczykowski2-5/+4
2021-04-05openvswitch: fix send of uninitialized stack memory in ct limit replyIlya Maximets1-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-05SUNRPC: Ensure the transport backchannel associationBenjamin Coddington1-0/+4
2021-04-05sunrpc: honor rpc_task's timeout value in rpcb_create()Eryu Guan1-2/+5
2021-04-05SUNRPC: Set TCP_CORK until the transmit queue is emptyTrond Myklebust2-1/+6
2021-04-05Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman60-295/+450
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-02net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cbYunjian Wang1-1/+1
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller16-229/+479
2021-04-02Bluetooth: SMP: Fix variable dereferenced before check 'conn'Luiz Augusto von Dentz1-2/+2
2021-04-02Bluetooth: Check inquiry status before sending oneArchie Pusaka1-0/+3
2021-04-02Bluetooth: Coding style fixMeng Yu5-13/+11
2021-04-02Bluetooth: Remove 'return' in void functionMeng Yu2-4/+0
2021-04-01mptcp: revert "mptcp: provide subflow aware release function"Paolo Abeni1-53/+2
2021-04-01mptcp: forbit mcast-related sockopt on MPTCP socketsPaolo Abeni1-0/+45
2021-04-01net: smc: Remove repeated struct declarationWan Jiabing1-1/+0
2021-04-01net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...);Norman Maurer1-0/+4
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-31xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory modelOng Boon Leong1-1/+2
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