summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2022-09-28net: core: fix flow symmetric hashLudovic Cintrat
2022-09-15tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet
2022-09-15net/core/skbuff: Check the return value of skb_copy_bits()lily
2022-09-08skmsg: Fix wrong last sg check in sk_msg_recvmsg()Liu Jian
2022-09-05net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-09-05neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev
2022-09-05bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao
2022-09-05net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei
2022-08-31net: Fix a data-race around netdev_unregister_timeout_secs.Kuniyuki Iwashima
2022-08-31net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima
2022-08-31net: Fix a data-race around netdev_budget.Kuniyuki Iwashima
2022-08-31net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima
2022-08-31net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima
2022-08-31net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima
2022-08-31net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima
2022-08-31net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima
2022-08-31net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima
2022-08-31net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima
2022-08-25net: sched: fix misuse of qcpu->backlog in gnet_stats_add_queue_cpuZhengchao Shao
2022-08-25net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao
2022-08-25devlink: Fix use-after-free after a failed reloadIdo Schimmel
2022-08-25bpf: Check the validity of max_rdwr_access for sock local storage map iteratorHou Tao
2022-08-25bpf: Acquire map uref in .init_seq_private for sock{map,hash} iteratorHou Tao
2022-08-25bpf: Acquire map uref in .init_seq_private for sock local storage map iteratorHou Tao
2022-08-17bpf: Fix bpf_xdp_pointer return pointerJoanne Koong
2022-08-17bpf: Set flow flag to allow any source IP in bpf_tunnel_keyPaul Chaignon
2022-08-17skmsg: Fix invalid last sg check in sk_msg_recvmsg()Liu Jian
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_migrate_req.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima
2022-07-14seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer
2022-07-06xdp: Fix spurious packet loss in generic XDP TX pathJohan Almbladh
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-06-17net: fix data-race in dev_isalive()Eric Dumazet
2022-06-15bpf: Fix request_sock leak in sk lookup helpersJon Maxwell
2022-06-06netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso
2022-05-25net, neigh: Set lower cap for neigh_managed_work rearmingDaniel Borkmann
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski
2022-05-20net: avoid strange behavior with skb_defer_max == 1Jakub Kicinski
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau
2022-05-16net: call skb_defer_free_flush() before each napi_poll()Eric Dumazet
2022-05-16net: add skb_defer_max sysctlEric Dumazet
2022-05-16net: use napi_consume_skb() in skb_defer_free_flush()Eric Dumazet