summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-01-07mptcp: clean-up MPJ option writingPaolo Abeni1-21/+23
2022-01-07mptcp: fix per socket endpoint accountingPaolo Abeni1-6/+12
2022-01-07mptcp: implement support for user-space disconnectPaolo Abeni1-4/+13
2022-01-07mptcp: cleanup accept and pollPaolo Abeni3-20/+7
2022-01-07mptcp: full disconnect implementationPaolo Abeni4-28/+98
2022-01-07mptcp: implement fastclose xmit pathPaolo Abeni2-12/+46
2022-01-07mptcp: keep snd_una updated for fallback socketPaolo Abeni1-0/+1
2022-01-07Bluetooth: hci_sock: fix endian bug in hci_sock_setsockopt()Dan Carpenter1-2/+3
2022-01-07Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt()Dan Carpenter1-6/+8
2022-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski3-1/+15
2022-01-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski13-50/+189
2022-01-07net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong8-0/+10
2022-01-06SUNRPC: use default_groups in kobj_typeGreg Kroah-Hartman1-2/+4
2022-01-06SUNRPC: clean up some inconsistent indentingJiapeng Chong1-1/+1
2022-01-06sunrpc: Remove unneeded null checkXu Wang1-4/+2
2022-01-06Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evtLuiz Augusto von Dentz1-10/+9
2022-01-06net/smc: Reset conn->lgr when link group registration failsWen Gu3-9/+13
2022-01-06ethtool: use phydev variableTom Rix1-4/+4
2022-01-06gro: add ability to control gro max packet sizeCoco Li3-1/+28
2022-01-06net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple socketsMiroslav Lichvar1-3/+6
2022-01-06net: dsa: setup master before portsVladimir Oltean1-10/+13
2022-01-06net: dsa: first set up shared ports, then non-shared portsVladimir Oltean1-13/+37
2022-01-06net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown}Vladimir Oltean2-2/+10
2022-01-06net: dsa: stop updating master MTU from master.cVladimir Oltean1-24/+1
2022-01-06net: dsa: merge rtnl_lock sections in dsa_slave_createVladimir Oltean1-3/+1
2022-01-06net: dsa: reorder PHY initialization with MTU setup in slave.cVladimir Oltean1-7/+7
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller5-12/+81
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller8-8/+88
2022-01-06netfilter: nft_set_pipapo: allocate pcpu scratch maps on cloneFlorian Westphal1-0/+8
2022-01-06netfilter: nft_payload: do not update layer 4 checksum when mangling fragmentsPablo Neira Ayuso1-0/+3
2022-01-06xdp: Add xdp_do_redirect_frame() for pre-computed xdp_framesToke Høiland-Jørgensen1-11/+54
2022-01-06xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen1-7/+17
2022-01-06page_pool: Store the XDP mem idToke Høiland-Jørgensen2-2/+4
2022-01-06page_pool: Add callback to init pages when they are allocatedToke Høiland-Jørgensen1-0/+2
2022-01-06xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen1-30/+62
2022-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-177/+269
2022-01-06bpf: Add SO_RCVBUF/SO_SNDBUF in _bpf_getsockopt().Kuniyuki Iwashima1-0/+6
2022-01-06bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().Kuniyuki Iwashima1-0/+2
2022-01-05can: isotp: convert struct tpcon::{idx,len} to unsigned intMarc Kleine-Budde1-2/+2
2022-01-05bpf, sockmap: Fix double bpf_prog_put on error case in map_linkJohn Fastabend1-8/+13
2022-01-05bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()John Fastabend1-0/+27
2022-01-05netlink: do not allocate a device refcount tracker in ethnl_default_notify()Eric Dumazet1-1/+0
2022-01-05net/sched: add missing tracker information in qdisc_create()Eric Dumazet1-1/+1
2022-01-05netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()Xin Xiong1-1/+4
2022-01-05net: dsa: remove cross-chip support for HSRVladimir Oltean3-49/+13
2022-01-05net: dsa: remove cross-chip support for MRPVladimir Oltean3-106/+20
2022-01-05net: dsa: fix incorrect function pointer check for MRP ring rolesVladimir Oltean1-2/+2
2022-01-05net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean1-1/+1
2022-01-05net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_pathRaed Salem1-5/+25
2022-01-04Merge tag 'mac80211-for-net-2022-01-04' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski4-82/+55