summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-01-071-2/+17
|\
| * SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto2022-12-151-2/+17
* | Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-0531-281/+524
|\ \
| * | caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao2023-01-051-1/+5
| * | inet: control sockets should not use current thread task_fragEric Dumazet2023-01-041-0/+1
| * | net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2023-01-042-0/+18
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2023-01-0313-187/+268
| |\ \
| | * | netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik2023-01-0210-80/+67
| | * | netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik2023-01-021-19/+21
| | * | netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso2022-12-221-18/+45
| | * | netfilter: nf_tables: perform type checking for existing setsPablo Neira Ayuso2022-12-211-1/+35
| | * | netfilter: nf_tables: add function to create set stateful expressionsPablo Neira Ayuso2022-12-211-38/+68
| | * | netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso2022-12-211-30/+28
| | * | netfilter: conntrack: fix ipv6 exthdr error checkFlorian Westphal2022-12-211-2/+5
| * | | net: sched: htb: fix htb_classify() kernel-docRandy Dunlap2023-01-021-2/+6
| * | | net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-021-2/+2
| * | | net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-021-1/+4
| * | | tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima2022-12-303-9/+56
| * | | net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpersDaniil Tatianin2022-12-281-33/+69
| * | | net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_statsDaniil Tatianin2022-12-281-14/+10
| * | | net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin2022-12-281-1/+2
| * | | rxrpc: Fix a couple of potential use-after-freesDavid Howells2022-12-281-6/+8
| * | | nfc: Fix potential resource leaksMiaoqian Lin2022-12-261-14/+38
| * | | net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei2022-12-261-10/+2
| * | | Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-12-241-2/+5
| |\ \ \
| | * | | bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski2022-12-201-2/+5
| * | | | mptcp: fix lockdep false positivePaolo Abeni2022-12-213-4/+19
| * | | | mptcp: fix deadlock in fastopen error pathPaolo Abeni2022-12-212-4/+16
| * | | | net: openvswitch: release vport resources on failureAaron Conole2022-12-211-2/+6
* | | | | treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-2517-23/+23
* | | | | Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds2022-12-235-29/+40
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 9p/client: fix data race on req->statusDominique Martinet2022-12-135-21/+23
| * | | | net/9p: fix response size check in p9_check_errors()Christian Schoenebeck2022-12-061-4/+3
| * | | | net/9p: distinguish zero-copy requestsChristian Schoenebeck2022-12-061-0/+6
| * | | | 9p/xen: do not memcpy header into req->rcDominique Martinet2022-12-031-1/+3
| * | | | 9p: set req refcount to zero to avoid uninitialized usageSchspa Shi2022-12-021-0/+5
| * | | | 9p/net: Remove unneeded idr.h #includeChristophe JAILLET2022-12-023-3/+0
* | | | | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-2125-75/+96
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-194-0/+6
| * | | | net: Introduce sk_use_task_frag in struct sock.Guillaume Nault2022-12-191-0/+1
| * | | | mctp: Remove device type check at unregisterMatt Johnston2022-12-191-13/+1
| | |/ / | |/| |
| * | | net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet2022-12-191-0/+6
| * | | rxrpc: Fix the return value of rxrpc_new_incoming_call()David Howells2022-12-193-14/+14
| * | | rxrpc: rxperf: Fix uninitialised variableDavid Howells2022-12-191-1/+1
| * | | rxrpc: Fix I/O thread stopDavid Howells2022-12-191-1/+3
| * | | rxrpc: Fix switched parameters in peer tracingDavid Howells2022-12-191-2/+2
| * | | rxrpc: Fix locking issues in rxrpc_put_peer_locked()David Howells2022-12-193-23/+7
| * | | rxrpc: Fix I/O thread startup getting skippedDavid Howells2022-12-193-0/+5
| * | | rxrpc: Fix NULL deref in rxrpc_unuse_local()David Howells2022-12-191-1/+2
| * | | rxrpc: Fix security setting propagationDavid Howells2022-12-193-5/+4