summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...Fedor Pchelkin2022-08-091-1/+4
| * | | ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-091-2/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-096-134/+211
| |\ \ \
| | * | | netfilter: nf_tables: fix null deref due to zeroed list headFlorian Westphal2022-08-091-0/+1
| | * | | netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso2022-08-091-0/+4
| | * | | netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso2022-08-095-113/+124
| | * | | netfilter: nf_tables: do not allow RULE_ID to refer to another chainThadeu Lima de Souza Cascardo2022-08-091-2/+5
| | * | | netfilter: nf_tables: do not allow CHAIN_ID to refer to another tableThadeu Lima de Souza Cascardo2022-08-091-2/+4
| | * | | netfilter: nf_tables: do not allow SET_ID to refer to another tableThadeu Lima de Souza Cascardo2022-08-091-1/+3
| | * | | netfilter: nf_tables: validate variable length element extensionPablo Neira Ayuso2022-08-092-16/+70
| | |/ /
| * | | Merge tag 'wireless-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-08-091-3/+5
| |\ \ \ | | |/ / | |/| |
| | * | wifi: cfg80211: Fix validating BSS pointers in __cfg80211_connect_resultVeerendranath Jakkam2022-08-081-3/+5
| * | | Merge tag 'for-net-2022-08-08' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-08-087-39/+64
| |\ \ \
| | * | | Bluetooth: ISO: Fix not using the correct QoSLuiz Augusto von Dentz2022-08-081-5/+11
| | * | | Bluetooth: don't try to cancel uninitialized works at mgmt_index_removed()Tetsuo Handa2022-08-081-0/+2
| | * | | Bluetooth: ISO: Fix iso_sock_getsockopt for BT_DEFER_SETUPLuiz Augusto von Dentz2022-08-081-1/+1
| | * | | Bluetooth: MGMT: Fixes build warnings with C=1Luiz Augusto von Dentz2022-08-081-3/+2
| | * | | Bluetooth: hci_event: Fix build warning with C=1Luiz Augusto von Dentz2022-08-081-2/+5
| | * | | Bluetooth: ISO: Fix memory corruptionLuiz Augusto von Dentz2022-08-081-1/+4
| | * | | Bluetooth: Fix null pointer deref on unexpected status eventSoenke Huster2022-08-082-6/+24
| | * | | Bluetooth: ISO: Fix info leak in iso_sock_getsockopt()Luiz Augusto von Dentz2022-08-081-5/+5
| | * | | Bluetooth: hci_conn: Fix updating ISO QoS PHYLuiz Augusto von Dentz2022-08-081-9/+2
| | * | | Bluetooth: ISO: unlock on error path in iso_sock_setsockopt()Dan Carpenter2022-08-081-2/+4
| | * | | Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz2022-08-081-7/+6
| * | | | net/x25: fix call timeouts in blocking connectsMartin Schiller2022-08-081-0/+5
| * | | | net: bpf: Use the protocol's set_rcvlowat behavior if there is oneGao Feng2022-08-081-1/+4
| | |/ / | |/| |
| * | | net: seg6: initialize induction variable to first valid array indexNick Desaulniers2022-08-051-5/+5
| * | | net: avoid overflow when rose /proc displays timer information.Francois Romieu2022-08-051-1/+3
| * | | netfilter: flowtable: fix incorrect Kconfig dependenciesPablo Neira Ayuso2022-08-051-2/+1
| * | | netfilter: nf_tables: fix crash when nf_trace is enabledFlorian Westphal2022-08-051-11/+10
| |/ /
| * | mptcp: do not queue data on closed subflowsPaolo Abeni2022-08-052-5/+14
| * | mptcp: move subflow cleanup in mptcp_destroy_common()Paolo Abeni2022-08-053-26/+18
| |/
| * net/sched: remove hacks added to dev_trans_start() for bonding to workVladimir Oltean2022-08-031-6/+2
* | Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-08-113-18/+31
|\ \
| * | libceph: clean up ceph_osdc_start_request prototypeJeff Layton2022-08-031-9/+6
| * | libceph: fix ceph_pagelist_reserve() comment typoJason Wang2022-08-031-1/+1
| * | libceph: print fsid and epoch with osd idDaichi Mukai2022-08-031-7/+23
| * | libceph: check pointer before assigned to "c->rules[]"Li Qiong2022-08-031-1/+1
* | | Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-1011-160/+465
|\ \ \
| * | | SUNRPC: Don't reuse bvec on retransmission of the requestTrond Myklebust2022-07-273-20/+20
| * | | SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust2022-07-271-0/+14
| * | | SUNRPC create a function that probes only offline transportsOlga Kornievskaia2022-07-251-0/+65
| * | | SUNRPC export xprt_iter_rewind functionOlga Kornievskaia2022-07-251-1/+0
| * | | SUNRPC restructure rpc_clnt_setup_test_and_add_xprtOlga Kornievskaia2022-07-251-21/+31
| * | | SUNRPC create an rpc function that allows xprt removal from rpc_clntOlga Kornievskaia2022-07-253-7/+22
| * | | SUNRPC enable back offline transports in trunking discoveryOlga Kornievskaia2022-07-251-0/+14
| * | | SUNRPC create an iterator to list only OFFLINE xprtsOlga Kornievskaia2022-07-252-12/+98
| * | | SUNRPC add function to offline remove trunkable transportsOlga Kornievskaia2022-07-251-0/+46
| * | | SUNRPC expose functions for offline remote xprt functionalityOlga Kornievskaia2022-07-252-23/+37
| * | | SUNRPC: Remove xdr_align_data() and xdr_expand_hole()Anna Schumaker2022-07-231-66/+0