summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2023-02-09skb: Do mix page pool and page referenced frags in GROAlexander Duyck
2023-02-06net: fix NULL pointer in skb_segment_listYan Zhai
2023-02-01net: fix UaF in netns ops registration error pathPaolo Abeni
2023-01-18gro: take care of DODGY packetsEric Dumazet
2023-01-18gro: avoid checking for a failed searchRichard Gobert
2023-01-12bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski
2022-12-31net: add atomic_long_t to net_device_stats fieldsEric Dumazet
2022-12-31bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev
2022-12-31net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet
2022-12-31skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan
2022-12-31devlink: protect devlink dump by the instance lockJakub Kicinski
2022-12-31devlink: hold region lock when flushing snapshotsJakub Kicinski
2022-12-31bpf, sockmap: fix race in sock_map_free()Eric Dumazet
2022-12-31bpf: Add dummy type reference to nf_conn___init to fix type deduplicationToke Høiland-Jørgensen
2022-12-31bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang
2022-12-31bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev
2022-12-31soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima
2022-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu
2022-11-18net: neigh: decrement the family specific qlenThomas Zeitlhofer
2022-11-03net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc
2022-11-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-03bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang
2022-11-02net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin
2022-10-27net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet
2022-10-24net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao
2022-10-20Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-10-19net: Fix return value of qdisc ingress handling on successPaul Blakey
2022-10-18udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-16skmsg: pass gfp argument to alloc_sk_msg()Eric Dumazet
2022-10-12ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima
2022-10-12xfrm: lwtunnel: squelch kernel warning in case XFRM encap type is not availableEyal Birger
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-10-03gro: add support of (hw)gro packets to gro stackCoco Li
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-09-30net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...Jiri Pirko
2022-09-30net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko
2022-09-30net: devlink: introduce port registered assert helper and use itJiri Pirko
2022-09-30net-sysfs: Convert to use sysfs_emit() APIsWang Yufen
2022-09-29net: skb: introduce and use a single page frag cachePaolo Abeni
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-29bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau
2022-09-29bpf: Refactor bpf_setsockopt(TCP_CONGESTION) handling into another functionMartin KaFai Lau
2022-09-29bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()Martin KaFai Lau
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-28net: shrink struct ubuf_infoPavel Begunkov
2022-09-28Revert "net: set proper memcg for net_init hooks allocations"Shakeel Butt