summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * rxrpc: Split out the call state changing functions into their own fileDavid Howells2023-01-064-89/+108
| | * rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells2023-01-066-73/+75
| | * rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells2023-01-063-14/+38
| | * rxrpc: Make the set of connection IDs per local endpointDavid Howells2023-01-065-38/+35
| | * rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-0613-405/+351
| | * rxrpc: Clean up connection abortDavid Howells2023-01-067-213/+186
| | * rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells2023-01-065-6/+53
| | * rxrpc: Only disconnect calls in the I/O threadDavid Howells2023-01-064-15/+8
| | * rxrpc: Only set/transmit aborts in the I/O threadDavid Howells2023-01-066-18/+49
| | * rxrpc: Separate call retransmission from other conn eventsDavid Howells2023-01-063-30/+8
| | * rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells2023-01-063-13/+20
| | * rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells2023-01-065-23/+21
| * | tipc: fix unexpected link reset due to discovery messagesTung Nguyen2023-01-061-4/+8
| |/
* | Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-01-131-2/+1
|\ \
| * | xen: make remove callback of xen driver void returnedDawei Li2022-12-151-2/+1
* | | Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-01-105-11/+11
|\ \ \
| * | | Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever2023-01-065-11/+11
* | | | 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-161-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-051-0/+1
| * | | | net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2023-01-052-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-211-2/+5
| * | | | | | mptcp: fix lockdep false positivePaolo Abeni2022-12-223-4/+19
| * | | | | | mptcp: fix deadlock in fastopen error pathPaolo Abeni2022-12-222-4/+16
| * | | | | | net: openvswitch: release vport resources on failureAaron Conole2022-12-221-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-051-4/+3