summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-2542-161/+251
|\
| * rxrpc: Fix locking in rxrpc's sendmsgDavid Howells2022-08-252-39/+57
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-2413-52/+105
| |\
| | * netfilter: nf_defrag_ipv6: allow nf_conntrack_frag6_high_thresh increasesEric Dumazet2022-08-241-1/+0
| | * netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso2022-08-242-4/+11
| | * netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso2022-08-241-3/+9
| | * netfilter: nf_tables: disallow binding to already bound chainPablo Neira Ayuso2022-08-241-0/+2
| | * netfilter: nft_tunnel: restrict it to netdev familyPablo Neira Ayuso2022-08-241-0/+1
| | * netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet familiesPablo Neira Ayuso2022-08-241-3/+15
| | * netfilter: nf_tables: do not leave chain stats enabled on errorPablo Neira Ayuso2022-08-241-2/+4
| | * netfilter: nft_payload: do not truncate csum_offset and csum_typePablo Neira Ayuso2022-08-241-6/+13
| | * netfilter: nft_payload: report ERANGE for too long offset and lengthPablo Neira Ayuso2022-08-241-2/+8
| | * netfilter: nf_tables: make table handle allocation per-netns friendlyPablo Neira Ayuso2022-08-241-2/+1
| | * netfilter: nf_tables: disallow updates of implicit chainPablo Neira Ayuso2022-08-241-0/+3
| | * netfilter: nft_tproxy: restrict to prerouting hookFlorian Westphal2022-08-231-0/+8
| | * netfilter: conntrack: work around exceeded receive windowFlorian Westphal2022-08-231-0/+31
| | * netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal2022-08-234-31/+1
| * | net: Fix a data-race around sysctl_somaxconn.Kuniyuki Iwashima2022-08-241-1/+1
| * | net: Fix a data-race around netdev_unregister_timeout_secs.Kuniyuki Iwashima2022-08-241-1/+1
| * | net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima2022-08-242-9/+12
| * | net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima2022-08-241-1/+1
| * | net: Fix data-races around sysctl_max_skb_frags.Kuniyuki Iwashima2022-08-242-3/+3
| * | net: Fix a data-race around netdev_budget.Kuniyuki Iwashima2022-08-241-1/+1
| * | net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima2022-08-241-1/+1
| * | net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima2022-08-241-1/+1
| * | net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima2022-08-245-14/+18
| * | net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima2022-08-241-4/+4
| * | net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima2022-08-244-5/+5
| * | net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2022-08-243-8/+11
| * | net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima2022-08-245-10/+10
| * | net/core/skbuff: Check the return value of skb_copy_bits()lily2022-08-241-3/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-08-245-3/+6
| |\ \
| | * | xfrm: policy: fix metadata dst->dev xmit null pointer dereferenceNikolay Aleksandrov2022-08-171-1/+1
| | * | af_key: Do not call xfrm_probe_algs in parallelHerbert Xu2022-08-051-0/+3
| | * | xfrm: clone missing x->lastused in xfrm_do_migrateAntony Antony2022-08-031-0/+1
| | * | Revert "xfrm: update SA curlft.use_time"Antony Antony2022-08-032-2/+0
| | * | xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong2022-07-261-0/+1
| * | | net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-08-241-3/+9
| | |/ | |/|
| * | net: dsa: don't dereference NULL extack in dsa_slave_changeupper()Vladimir Oltean2022-08-231-1/+1
| * | rose: check NULL rose_loopback_neigh->loopbackBernard Pidoux2022-08-221-1/+2
* | | Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-221-1/+1
|\ \ \ | |/ / |/| |
| * | SUNRPC: RPC level errors should set task->tk_rpc_statusTrond Myklebust2022-08-191-1/+1
* | | tcp: handle pure FIN case correctlyCong Wang2022-08-182-3/+4
* | | tcp: refactor tcp_read_skb() a bitCong Wang2022-08-181-17/+9
* | | tcp: fix tcp_cleanup_rbuf() for tcp_read_skb()Cong Wang2022-08-181-10/+14
* | | tcp: fix sock skb accounting in tcp_read_skb()Cong Wang2022-08-181-0/+1
* | | net: genl: fix error path memory leak in policy dumpingJakub Kicinski2022-08-182-3/+17
* | | net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support itVladimir Oltean2022-08-171-2/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-177-90/+182
|\ \ \
| * | | netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to yGeert Uytterhoeven2022-08-171-1/+0