summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-08-24net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima
2022-08-24net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima
2022-08-24net: Fix data-races around sysctl_max_skb_frags.Kuniyuki Iwashima
2022-08-24net: Fix a data-race around netdev_budget.Kuniyuki Iwashima
2022-08-24net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima
2022-08-24net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima
2022-08-24net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima
2022-08-24net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima
2022-08-24net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima
2022-08-24net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima
2022-08-24net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima
2022-08-24net/core/skbuff: Check the return value of skb_copy_bits()lily
2022-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-08-24net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-08-23net: dsa: don't dereference NULL extack in dsa_slave_changeupper()Vladimir Oltean
2022-08-22rose: check NULL rose_loopback_neigh->loopbackBernard Pidoux
2022-08-18tcp: handle pure FIN case correctlyCong Wang
2022-08-18tcp: refactor tcp_read_skb() a bitCong Wang
2022-08-18tcp: fix tcp_cleanup_rbuf() for tcp_read_skb()Cong Wang
2022-08-18tcp: fix sock skb accounting in tcp_read_skb()Cong Wang
2022-08-18net: genl: fix error path memory leak in policy dumpingJakub Kicinski
2022-08-17net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support itVladimir Oltean
2022-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-08-17tls: rx: react to strparser initialization errorsJakub Kicinski
2022-08-17xfrm: policy: fix metadata dst->dev xmit null pointer dereferenceNikolay Aleksandrov
2022-08-17netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to yGeert Uytterhoeven
2022-08-16net: sched: fix misuse of qcpu->backlog in gnet_stats_add_queue_cpuZhengchao Shao
2022-08-15net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao
2022-08-15netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specifiedPablo Neira Ayuso
2022-08-15netfilter: nf_tables: disallow NFT_SET_ELEM_CATCHALL and NFT_SET_ELEM_INTERVA...Pablo Neira Ayuso
2022-08-15netfilter: nf_tables: NFTA_SET_ELEM_KEY_END requires concat and interval flagsPablo Neira Ayuso
2022-08-15net_sched: cls_route: disallow handle of 0Jamal Hadi Salim
2022-08-15net: fix potential refcount leak in ndisc_router_discovery()Xin Xiong
2022-08-15neighbour: make proxy_queue.qlen limit per-deviceAlexander Mikhalitsyn
2022-08-15neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev
2022-08-15net: qrtr: start MHI channel after endpoit creationMaxim Kochetkov
2022-08-13ip6_tunnel: Fix the type of functionsHongbin Wang
2022-08-12netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flagPablo Neira Ayuso
2022-08-12net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()Xin Xiong
2022-08-12rds: add missing barrier to release_refillMikulas Patocka
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-08-11netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso
2022-08-11netfilter: nfnetlink: re-enable conntrack expectation eventsFlorian Westphal
2022-08-11netfilter: nf_tables: fix scheduling-while-atomic splatFlorian Westphal
2022-08-11netfilter: nf_ct_irc: cap packet search space to 4kFlorian Westphal
2022-08-11netfilter: nf_ct_ftp: prefer skb_linearizeFlorian Westphal
2022-08-11netfilter: nf_ct_h323: cap packet size at 64kFlorian Westphal
2022-08-11netfilter: nf_ct_sane: remove pseudo skb linearizationFlorian Westphal
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy