summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima2022-08-311-4/+4
* net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima2022-08-314-5/+5
* net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2022-08-313-8/+11
* net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima2022-08-315-10/+10
* netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso2022-08-312-4/+11
* netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso2022-08-311-3/+9
* netfilter: nf_tables: disallow binding to already bound chainPablo Neira Ayuso2022-08-311-0/+2
* netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso2022-08-311-0/+4
* netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso2022-08-315-113/+124
* netfilter: bitwise: improve error goto labelsJeremy Sowden2022-08-311-5/+6
* netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso2022-08-312-2/+116
* netfilter: nf_tables: consolidate rule verdict trace callPablo Neira Ayuso2022-08-311-7/+32
* netfilter: nft_tunnel: restrict it to netdev familyPablo Neira Ayuso2022-08-311-0/+1
* netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet familiesPablo Neira Ayuso2022-08-311-3/+15
* netfilter: nf_tables: do not leave chain stats enabled on errorPablo Neira Ayuso2022-08-311-2/+4
* netfilter: nft_payload: do not truncate csum_offset and csum_typePablo Neira Ayuso2022-08-311-6/+13
* netfilter: nft_payload: report ERANGE for too long offset and lengthPablo Neira Ayuso2022-08-311-2/+8
* netfilter: nf_tables: make table handle allocation per-netns friendlyPablo Neira Ayuso2022-08-311-2/+1
* netfilter: nf_tables: disallow updates of implicit chainPablo Neira Ayuso2022-08-311-0/+3
* netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal2022-08-314-31/+1
* rose: check NULL rose_loopback_neigh->loopbackBernard Pidoux2022-08-311-1/+2
* SUNRPC: RPC level errors should set task->tk_rpc_statusTrond Myklebust2022-08-311-1/+1
* net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2022-08-314-7/+7
* xfrm: policy: fix metadata dst->dev xmit null pointer dereferenceNikolay Aleksandrov2022-08-311-1/+1
* af_key: Do not call xfrm_probe_algs in parallelHerbert Xu2022-08-311-0/+3
* xfrm: clone missing x->lastused in xfrm_do_migrateAntony Antony2022-08-311-0/+1
* xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong2022-08-311-0/+1
* can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...Fedor Pchelkin2022-08-251-1/+4
* net: qrtr: start MHI channel after endpoit creationMaxim Kochetkov2022-08-251-5/+7
* net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support itVladimir Oltean2022-08-251-2/+5
* net: genl: fix error path memory leak in policy dumpingJakub Kicinski2022-08-252-3/+17
* net: fix potential refcount leak in ndisc_router_discovery()Xin Xiong2022-08-251-0/+3
* net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()Xin Xiong2022-08-251-2/+4
* netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specifiedPablo Neira Ayuso2022-08-251-0/+5
* netfilter: nf_tables: disallow NFT_SET_ELEM_CATCHALL and NFT_SET_ELEM_INTERVA...Pablo Neira Ayuso2022-08-251-0/+3
* netfilter: nf_tables: NFTA_SET_ELEM_KEY_END requires concat and interval flagsPablo Neira Ayuso2022-08-251-0/+24
* netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flagPablo Neira Ayuso2022-08-251-4/+9
* netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso2022-08-251-1/+1
* netfilter: nf_tables: possible module reference underflow in error pathPablo Neira Ayuso2022-08-251-1/+1
* netfilter: nf_tables: disallow NFTA_SET_ELEM_KEY_END with NFT_SET_ELEM_INTERV...Pablo Neira Ayuso2022-08-251-0/+1
* netfilter: nf_tables: use READ_ONCE and WRITE_ONCE for shared generation id a...Pablo Neira Ayuso2022-08-251-7/+13
* vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye2022-08-251-0/+1
* vsock: Fix memory leak in vsock_connect()Peilin Ye2022-08-251-1/+8
* ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-251-2/+1
* devlink: Fix use-after-free after a failed reloadIdo Schimmel2022-08-251-2/+2
* SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust2022-08-251-0/+14
* sunrpc: fix expiry of auth credsDan Aloni2022-08-251-1/+1
* can: j1939: j1939_session_destroy(): fix memory leak of skbsFedor Pchelkin2022-08-251-1/+7
* bpf: Check the validity of max_rdwr_access for sock local storage map iteratorHou Tao2022-08-251-1/+1
* bpf: Acquire map uref in .init_seq_private for sock{map,hash} iteratorHou Tao2022-08-251-1/+19