summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-09-05net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-2/+8
2022-09-05net/af_packet: check len when min_header_len equals to 0Zhengchao Shao1-2/+2
2022-09-05netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to yGeert Uytterhoeven1-1/+0
2022-09-05neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev1-8/+17
2022-09-05bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao2-0/+4
2022-09-05net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei1-1/+3
2022-09-05Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz1-5/+5
2022-08-31rxrpc: Fix locking in rxrpc's sendmsgDavid Howells2-39/+57
2022-08-31net: Fix a data-race around sysctl_somaxconn.Kuniyuki Iwashima1-1/+1
2022-08-31net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima2-9/+12
2022-08-31net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima1-1/+1
2022-08-31net: Fix a data-race around netdev_budget.Kuniyuki Iwashima1-1/+1
2022-08-31net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima1-1/+1
2022-08-31net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima1-1/+1
2022-08-31net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima5-14/+18
2022-08-31bpf: Folding omem_charge() into sk_storage_charge()Martin KaFai Lau1-13/+10
2022-08-31net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima1-4/+4
2022-08-31net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima4-5/+5
2022-08-31net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima3-8/+11
2022-08-31net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima5-10/+10
2022-08-31net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima6-16/+17
2022-08-31tcp: tweak len/truesize ratio for coalesce candidatesEric Dumazet1-8/+30
2022-08-31netfilter: nf_tables: disallow binding to already bound chainPablo Neira Ayuso1-0/+2
2022-08-31netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso1-0/+4
2022-08-31netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso5-113/+124
2022-08-31netfilter: bitwise: improve error goto labelsJeremy Sowden1-5/+6
2022-08-31netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso2-2/+116
2022-08-31netfilter: nf_tables: consolidate rule verdict trace callPablo Neira Ayuso1-7/+32
2022-08-31netfilter: nftables: remove redundant assignment of variable errColin Ian King1-3/+1
2022-08-31netfilter: nft_tunnel: restrict it to netdev familyPablo Neira Ayuso1-0/+1
2022-08-31netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet familiesPablo Neira Ayuso1-3/+15
2022-08-31netfilter: nf_tables: do not leave chain stats enabled on errorPablo Neira Ayuso1-2/+4
2022-08-31netfilter: nft_payload: do not truncate csum_offset and csum_typePablo Neira Ayuso1-6/+13
2022-08-31netfilter: nft_payload: report ERANGE for too long offset and lengthPablo Neira Ayuso1-2/+8
2022-08-31netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal4-31/+1
2022-08-31rose: check NULL rose_loopback_neigh->loopbackBernard Pidoux1-1/+2
2022-08-31SUNRPC: RPC level errors should set task->tk_rpc_statusTrond Myklebust1-1/+1
2022-08-31xfrm: policy: fix metadata dst->dev xmit null pointer dereferenceNikolay Aleksandrov1-1/+1
2022-08-31af_key: Do not call xfrm_probe_algs in parallelHerbert Xu1-0/+3
2022-08-31xfrm: clone missing x->lastused in xfrm_do_migrateAntony Antony1-0/+1
2022-08-31xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong1-0/+1
2022-08-25qrtr: Convert qrtr_ports from IDR to XArrayMatthew Wilcox (Oracle)1-28/+14
2022-08-25can: j1939: j1939_session_destroy(): fix memory leak of skbsFedor Pchelkin1-1/+7
2022-08-25can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...Fedor Pchelkin1-1/+4
2022-08-25netfilter: nf_tables: fix audit memory leak in nf_tables_commitDongliang Mu1-0/+12
2022-08-25netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect()Dan Carpenter1-1/+1
2022-08-25netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso10-208/+75
2022-08-25netfilter: nftables: add helper function to set the base sequence numberPablo Neira Ayuso1-9/+14
2022-08-25audit: log nftables configuration change events once per tableRichard Guy Briggs1-83/+103
2022-08-25net: genl: fix error path memory leak in policy dumpingJakub Kicinski2-3/+17