summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* skmsg: Fix wrong last sg check in sk_msg_recvmsg()Liu Jian2022-09-081-2/+2
* net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-09-051-2/+8
* neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev2022-09-051-8/+17
* bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao2022-09-051-0/+1
* net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei2022-09-051-1/+3
* net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima2022-08-311-1/+1
* net: Fix a data-race around netdev_budget.Kuniyuki Iwashima2022-08-311-1/+1
* net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima2022-08-311-1/+1
* net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima2022-08-311-1/+1
* net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima2022-08-313-9/+13
* 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-312-3/+3
* net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2022-08-312-7/+10
* net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima2022-08-312-6/+6
* devlink: Fix use-after-free after a failed reloadIdo Schimmel2022-08-251-2/+2
* 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
* bpf: Acquire map uref in .init_seq_private for sock local storage map iteratorHou Tao2022-08-251-1/+9
* skmsg: Fix invalid last sg check in sk_msg_recvmsg()Liu Jian2022-08-171-2/+2
* tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima2022-07-291-2/+2
* tcp: Fix data-races around sysctl_tcp_migrate_req.Kuniyuki Iwashima2022-07-291-2/+2
* tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima2022-07-291-2/+2
* net: skb: introduce kfree_skb_reason()Menglong Dong2022-07-293-9/+16
* seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer2022-07-211-1/+0
* sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-291-0/+5
* net: fix data-race in dev_isalive()Eric Dumazet2022-06-292-12/+17
* net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior2022-06-293-14/+14
* bpf: Fix request_sock leak in sk lookup helpersJon Maxwell2022-06-291-6/+28
* netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso2022-06-141-0/+6
* tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-06-141-1/+1
* net: remove two BUG() from skb_checksum_help()Eric Dumazet2022-06-091-2/+6
* bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian2022-06-061-2/+2
* net: fix wrong network header lengthLina Wang2022-05-251-1/+3
* net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau2022-05-251-1/+1
* tcp: resalt the secret every 10 secondsEric Dumazet2022-05-181-3/+9
* secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-181-2/+2
* bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hookEyal Birger2022-05-091-4/+3
* bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo2022-05-011-32/+32
* bpf: Introduce MEM_RDONLY flagHao Luo2022-05-012-2/+2
* bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2022-05-012-2/+2
* net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2022-04-201-0/+1
* bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki2022-04-131-1/+2
* bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy2022-04-131-4/+13
* skbuff: fix coalescing for page_pool fragment recyclingJean-Philippe Brucker2022-04-131-4/+11
* net: limit altnames to 64k totalJakub Kicinski2022-04-131-0/+11
* net: account alternate interface name memoryJakub Kicinski2022-04-131-1/+1
* net: initialize init_net earlierEric Dumazet2022-04-132-14/+6
* bpf: Make dst_port field in struct bpf_sock 16-bit wideJakub Sitnicki2022-04-131-1/+9
* net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet2022-04-081-0/+32
* net: add skb_set_end_offset() helperEric Dumazet2022-04-081-14/+5