aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-06rxrpc: Move the client conn cache management to the I/O threadGravatar David Howells 6-86/+62
2023-01-06rxrpc: Remove call->state_lockGravatar David Howells 12-184/+142
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadGravatar David Howells 4-111/+108
2023-01-06rxrpc: Move call state changes from sendmsg to I/O threadGravatar David Howells 2-58/+61
2023-01-06rxrpc: Wrap accesses to get call state to put the barrier in one placeGravatar David Howells 5-24/+38
2023-01-06rxrpc: Split out the call state changing functions into their own fileGravatar David Howells 4-89/+108
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersGravatar David Howells 6-73/+75
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadGravatar David Howells 3-14/+38
2023-01-06rxrpc: Make the set of connection IDs per local endpointGravatar David Howells 5-38/+35
2023-01-06rxrpc: Tidy up abort generation infrastructureGravatar David Howells 13-405/+351
2023-01-06rxrpc: Clean up connection abortGravatar David Howells 7-213/+186
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionGravatar David Howells 5-6/+53
2023-01-06rxrpc: Only disconnect calls in the I/O threadGravatar David Howells 4-15/+8
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadGravatar David Howells 6-18/+49
2023-01-06rxrpc: Separate call retransmission from other conn eventsGravatar David Howells 3-30/+8
2023-01-06rxrpc: Make the local endpoint hold a ref on a connected callGravatar David Howells 3-13/+20
2023-01-06rxrpc: Stash the network namespace pointer in rxrpc_localGravatar David Howells 5-23/+21
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 31-281/+524
2023-01-05caif: fix memory leak in cfctrl_linkup_request()Gravatar Zhengchao Shao 1-1/+5
2023-01-04inet: control sockets should not use current thread task_fragGravatar Eric Dumazet 1-0/+1
2023-01-04net/ulp: prevent ULP without clone op from entering the LISTEN statusGravatar Paolo Abeni 2-0/+18
2023-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfGravatar David S. Miller 13-187/+268
2023-01-02netfilter: ipset: Rework long task execution when adding/deleting entriesGravatar Jozsef Kadlecsik 10-80/+67
2023-01-02netfilter: ipset: fix hash:net,port,net hang with /0 subnetGravatar Jozsef Kadlecsik 1-19/+21
2023-01-02net: sched: htb: fix htb_classify() kernel-docGravatar Randy Dunlap 1-2/+6
2023-01-02net: sched: cbq: dont intepret cls results when asked to dropGravatar Jamal Hadi Salim 1-2/+2
2023-01-02net: sched: atm: dont intepret cls results when asked to dropGravatar Jamal Hadi Salim 1-1/+4
2022-12-30tcp: Add TIME_WAIT sockets in bhash2.Gravatar Kuniyuki Iwashima 3-9/+56
2022-12-28net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpersGravatar Daniil Tatianin 1-33/+69
2022-12-28net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_statsGravatar Daniil Tatianin 1-14/+10
2022-12-28net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsGravatar Daniil Tatianin 1-1/+2
2022-12-28rxrpc: Fix a couple of potential use-after-freesGravatar David Howells 1-6/+8
2022-12-26nfc: Fix potential resource leaksGravatar Miaoqian Lin 1-14/+38
2022-12-26net: sched: fix memory leak in tcindex_set_parmsGravatar Hawkins Jiawei 1-10/+2
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Gravatar Steven Rostedt (Google) 17-23/+23
2022-12-24Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-2/+5
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxGravatar Linus Torvalds 5-29/+40
2022-12-22netfilter: nf_tables: honor set timeout and garbage collection updatesGravatar Pablo Neira Ayuso 1-18/+45
2022-12-21mptcp: fix lockdep false positiveGravatar Paolo Abeni 3-4/+19
2022-12-21mptcp: fix deadlock in fastopen error pathGravatar Paolo Abeni 2-4/+16
2022-12-21net: openvswitch: release vport resources on failureGravatar Aaron Conole 1-2/+6
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 25-75/+96
2022-12-21netfilter: nf_tables: perform type checking for existing setsGravatar Pablo Neira Ayuso 1-1/+35
2022-12-21netfilter: nf_tables: add function to create set stateful expressionsGravatar Pablo Neira Ayuso 1-38/+68
2022-12-21netfilter: nf_tables: consolidate set descriptionGravatar Pablo Neira Ayuso 1-30/+28
2022-12-21netfilter: conntrack: fix ipv6 exthdr error checkGravatar Florian Westphal 1-2/+5
2022-12-20bpf: pull before calling skb_postpull_rcsum()Gravatar Jakub Kicinski 1-2/+5
2022-12-20prandom: remove prandom_u32_max()Gravatar Jason A. Donenfeld 1-1/+1
2022-12-19Treewide: Stop corrupting socket's task_fragGravatar Benjamin Coddington 4-0/+6
2022-12-19net: Introduce sk_use_task_frag in struct sock.Gravatar Guillaume Nault 1-0/+1