summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix mem under-charging with zerocopy sendmsg()Eric Dumazet2022-02-011-2/+5
* af_packet: fix data-race in packet_setsockopt / packet_setsockoptEric Dumazet2022-02-011-2/+6
* rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet2022-02-011-2/+4
* net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet2022-02-011-4/+7
* net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu2022-01-312-16/+137
* Merge tag 'ieee802154-for-net-2022-01-28' of git://git.kernel.org/pub/scm/lin...David S. Miller2022-01-281-4/+4
|\
| * net: ieee802154: Return meaningful error codes from the netlink helpersMiquel Raynal2022-01-271-4/+4
* | ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou2022-01-283-2/+15
* | ax25: improve the incomplete fix to avoid UAF and NPD bugsDuoming Zhou2022-01-281-3/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2022-01-278-17/+20
|\ \
| * | netfilter: nf_tables: remove assignment with no effect in chain blob builderPablo Neira Ayuso2022-01-271-1/+0
| * | netfilter: nft_byteorder: track register operationsPablo Neira Ayuso2022-01-271-0/+12
| * | netfilter: nft_reject_bridge: Fix for missing reply from preroutingPhil Sutter2022-01-271-4/+4
| * | netfilter: nft_ct: fix use after free when attaching zone templateFlorian Westphal2022-01-271-1/+4
| * | netfilter: Remove flowtable relicsGeert Uytterhoeven2022-01-274-11/+0
| |/
* | Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-2723-80/+234
|\ \
| * | net: bridge: vlan: fix memory leak in __allowed_ingressTim Yi2022-01-271-3/+3
| * | net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong2022-01-271-1/+1
| * | ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet2022-01-271-2/+9
| * | ipv4: raw: lock the socket in raw_bind()Eric Dumazet2022-01-271-1/+4
| * | net: bridge: vlan: fix single net device option dumpingNikolay Aleksandrov2022-01-271-1/+2
| * | Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault2022-01-271-7/+20
| * | sch_htb: Fail on unsupported parameters when offload is requestedMaxim Mikityanskiy2022-01-251-0/+20
| |/
| * ping: fix the sk_bound_dev_if match in ping_lookupXin Long2022-01-241-1/+2
| * net/smc: Transitional solution for clcsock race issueWen Gu2022-01-241-12/+51
| * ipv4: fix ip option filtering for locally generated fragmentsJakub Kicinski2022-01-241-3/+12
| * net-procfs: show net devices bound packet typesJianguo Wu2022-01-241-3/+32
| * mptcp: Use struct_group() to avoid cross-field memset()Kees Cook2022-01-211-3/+3
| * rxrpc: Adjust retransmission backoffDavid Howells2022-01-222-6/+4
| * mptcp: fix removing ids bitmap settingGeliang Tang2022-01-201-1/+1
| * mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()Paolo Abeni2022-01-201-10/+27
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2022-01-204-9/+19
| |\
| | * netfilter: conntrack: don't increment invalid counter on NF_REPEATFlorian Westphal2022-01-161-3/+5
| | * netfilter: nft_connlimit: memleak if nf_ct_netns_get() failsPablo Neira Ayuso2022-01-131-1/+10
| | * netfilter: nf_tables: set last expression in register tracking areaPablo Neira Ayuso2022-01-121-1/+1
| | * netfilter: nf_tables: remove unused variablePablo Neira Ayuso2022-01-111-2/+0
| | * netfilter: nf_conntrack_netbios_ns: fix helper module aliasFlorian Westphal2022-01-111-2/+3
| * | ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-01-202-11/+14
| * | tcp: add a missing sk_defer_free_flush() in tcp_splice_read()Eric Dumazet2022-01-201-0/+1
| * | ipv6_tunnel: Rate limit warning messagesIdo Schimmel2022-01-201-4/+4
| * | net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira2022-01-201-1/+1
| * | net: fix information leakage in /proc/net/ptypeCongyu Liu2022-01-202-1/+4
* | | Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-01-259-65/+34
|\ \ \
| * | | xprtrdma: Remove definitions of RPCDBG_FACILITYChuck Lever2022-01-145-27/+0
| * | | xprtrdma: Remove final dprintk call sites from xprtrdmaChuck Lever2022-01-141-12/+0
| * | | sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change()Anna Schumaker2022-01-131-16/+19
| * | | net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_changeXiyu Yang2022-01-131-2/+4
| * | | SUNRPC allow for unspecified transport time in rpc_clnt_add_xprtOlga Kornievskaia2022-01-131-1/+4
| * | | SUNRPC: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-061-2/+4
| * | | SUNRPC: clean up some inconsistent indentingJiapeng Chong2022-01-061-1/+1