Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2022-11-04net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc
2022-11-04Merge 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-03net, 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-21Merge 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-17Merge 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-13ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-12treewide: 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-10-01net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...Jiri Pirko
2022-10-01net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko
2022-10-01net: devlink: introduce port registered assert helper and use itJiri Pirko
2022-09-30net-sysfs: Convert to use sysfs_emit() APIsWang Yufen
2022-09-30net: skb: introduce and use a single page frag cachePaolo Abeni
2022-09-30Merge 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-29net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-29net: shrink struct ubuf_infoPavel Begunkov
2022-09-28Revert "net: set proper memcg for net_init hooks allocations"Shakeel Butt
2022-09-26xdp: improve page_pool xdp_return performanceJesper Dangaard Brouer
2022-09-26skmsg: Schedule psock work if the cached skb exists on the psockLiu Jian
2022-09-26net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memoryLiu Jian
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-22flow_dissector: Do not count vlan tags inside tunnel payloadQingqing Yang
2022-09-21bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima
2022-09-20net: rtnetlink: Enslave device before bringing it upPhil Sutter
2022-09-20flow_offload: Introduce flow_match_l2tpv3Wojciech Drewek
2022-09-20flow_dissector: Add L2TPv3 dissectorsWojciech Drewek
2022-09-16rtnetlink: advertise allmulti counterNicolas Dichtel
2022-09-11bpf: Add support for writing to nf_conn:markDaniel Xu
2022-09-09net: core: fix flow symmetric hashLudovic Cintrat
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-07net: sysctl: remove unused variable long_maxLiu Shixin
2022-09-07net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong
2022-09-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-03bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau
2022-09-03bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau
2022-09-03bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()Martin KaFai Lau
2022-09-03bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()Martin KaFai Lau