aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-12-01rxrpc: Move packet reception processing into I/O threadDavid Howells5-25/+47
2022-12-01rxrpc: Create a per-local endpoint receive queue and I/O threadDavid Howells4-21/+91
2022-12-01rxrpc: Split the receive codeDavid Howells4-366/+384
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells8-123/+118
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueDavid Howells4-79/+51
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells9-57/+51
2022-12-01rxrpc: Trace rxrpc_bundle refcountDavid Howells4-15/+21
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells10-88/+72
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells8-55/+55
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells9-38/+39
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells12-63/+93
2022-12-01rxrpc: Extract the code from a received ABORT packet much earlierDavid Howells2-23/+20
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells14-108/+131
2022-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells9-82/+3
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells7-46/+3
2022-12-01rxrpc: Remove handling of duplicate packets in recvmsg_queueDavid Howells1-18/+0
2022-12-01rxrpc: Fix call leakDavid Howells1-1/+0
2022-12-01rxrpc: Implement an in-kernel rxperf server for testing purposesDavid Howells4-0/+654
2022-12-01rxrpc: Fix checker warningDavid Howells1-5/+9
2022-12-01wifi: mac80211: fix memory leak in ieee80211_if_add()Zhengchao Shao1-0/+1
2022-12-01wifi: nl80211: Add checks for nla_nest_start() in nl80211_send_iface()Yuan Can1-0/+3
2022-12-01inet: ping: use hlist_nulls rcu iterator during lookupFlorian Westphal1-1/+6
2022-12-01af_unix: Get user_ns from in_skb in unix_diag_get_exact().Kuniyuki Iwashima1-8/+12
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski4-17/+19
2022-11-30net: devlink: make the devlink_ops::info_get() callback optionalVincent Mailhol1-7/+6
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-8/+18
2022-11-30devlink: support directly reading from region memoryJacob Keller1-17/+63
2022-11-30devlink: refactor region_read_snapshot_fill to use a callback functionJacob Keller1-9/+35
2022-11-30devlink: remove unnecessary parameter from chunk_fill functionJacob Keller1-8/+2
2022-11-30devlink: find snapshot in devlink_nl_cmd_region_read_dumpitJacob Keller1-11/+14
2022-11-30devlink: report extended error message in region_read_dumpit()Jacob Keller1-4/+12
2022-11-30devlink: use min_t to calculate data_sizeJacob Keller1-4/+2
2022-11-30bpf: Fix a compilation failure with clang lto buildYonghong Song1-2/+1
2022-12-01bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang1-1/+4
2022-12-01bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang3-10/+16
2022-12-01bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang1-1/+2
2022-11-30netfilter: conntrack: set icmpv6 redirects as RELATEDFlorian Westphal1-0/+53
2022-11-30net: devinet: Reduce refcount before grace periodEric Dumazet1-9/+10
2022-11-30net: Use call_rcu_hurry() for dst_release()Joel Fernandes (Google)1-1/+1
2022-11-30netfilter: ipset: Add support for new bitmask parameterVishwanath Pai4-26/+114
2022-11-30netfilter: conntrack: merge ipv4+ipv6 confirm functionsFlorian Westphal2-100/+56
2022-11-30netfilter: conntrack: add sctp DATA_SENT stateSriram Yagnaraman2-43/+69
2022-11-30netfilter: ctnetlink: fix compilation warning after data race fixes in ct markPablo Neira Ayuso1-9/+10
2022-11-30netfilter: conntrack: fix using __this_cpu_add in preemptibleXin Long1-3/+3
2022-11-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski7-46/+109
2022-11-29mptcp: add support for TCP_FASTOPEN_KEY sockoptMatthieu Baerts1-3/+3
2022-11-29mptcp: add TCP_FASTOPEN sock optionDmytro Shytyi1-1/+4
2022-11-29mptcp: add subflow_v(4,6)_send_synack()Dmytro Shytyi4-1/+92
2022-11-29mptcp: implement delayed seq generation for passive fastopenDmytro Shytyi6-15/+54
2022-11-29mptcp: consolidate initial ack seq generationPaolo Abeni4-45/+45