summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2023-04-13bpf, sockmap: fix deadlocks in the sockhash and sockmapXin Liu1-4/+6
2023-04-05bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov2-3/+3
2023-04-05bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov1-8/+5
2023-04-05bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov1-6/+0
2023-03-26bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau1-1/+1
2023-03-23bpf: return long from bpf_map_ops funcsJP Kobryn2-7/+7
2023-03-21net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetJakub Kicinski1-4/+4
2023-03-15xdp: remove unused {__,}xdp_release_frame()Alexander Lobakin1-15/+0
2023-03-15xdp: recycle Page Pool backed skbs built from XDP framesAlexander Lobakin1-2/+2
2023-03-10bpf: Add bpf_selem_free()Martin KaFai Lau1-1/+1
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau1-1/+1
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau1-7/+1
2023-03-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-0/+21
2023-03-08net: remove enum skb_free_reasonEric Dumazet1-11/+9
2023-03-07bpf, net: sock_map memory usageYafang Shao1-0/+20
2023-03-07bpf, net: bpf_local_storage memory usageYafang Shao1-0/+1
2023-03-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-45/+148
2023-03-04bpf: allow ctx writes using BPF_ST_MEM instructionEduard Zingerman1-35/+44
2023-03-03bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program typesTejun Heo1-6/+0
2023-03-01bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwrJoanne Koong1-3/+3
2023-03-01bpf: Add xdp dynptrsJoanne Koong1-2/+35
2023-03-01bpf: Add skb dynptrsJoanne Koong1-0/+67
2023-02-24net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet1-1/+3
2023-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-15/+28
2023-02-20scm: add user copy checks to put_cmsg()Eric Dumazet1-0/+2
2023-02-20net: make default_rps_mask a per netns attributePaolo Abeni2-20/+54
2023-02-20net: add location to trace_consume_skb()Eric Dumazet2-5/+5
2023-02-18bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau1-13/+26
2023-02-17bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau1-2/+2
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-11/+10
2023-02-16devlink: Fix netdev notifier chain corruptionIdo Schimmel2-12/+1
2023-02-16net/core: refactor promiscuous mode messageJesse Brandeburg1-3/+2
2023-02-16net/core: print message for allmulticastJesse Brandeburg1-0/+2
2023-02-16net: msg_zerocopy: elide page accounting if RLIM_INFINITYWillem de Bruijn1-2/+6
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing1-13/+0
2023-02-15net-sysfs: make kobj_type structures constantThomas Weißschuh1-2/+2
2023-02-13net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann1-1/+1
2023-02-11net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().Kuniyuki Iwashima1-1/+0
2023-02-11Daniel Borkmann says:Jakub Kicinski7-13/+281
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski2-19/+17
2023-02-10net: initialize net->notrefcnt_tracker earlierEric Dumazet1-1/+9
2023-02-10net: introduce default_rps_mask netns attributePaolo Abeni2-1/+43
2023-02-10net-sysctl: factor-out rpm mask manipulation helpersPaolo Abeni2-30/+44
2023-02-10net-sysctl: factor out cpumask parsing helperPaolo Abeni1-18/+28
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+17
2023-02-09net: enable usercopy for skb_small_head_cacheEric Dumazet1-1/+7
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang1-1/+2
2023-02-07net: add dedicated kmem_cache for typical/small skb->headEric Dumazet1-5/+67
2023-02-07net: factorize code in kmalloc_reserve()Eric Dumazet1-16/+11
2023-02-07net: remove osize variable in __alloc_skb()Eric Dumazet1-6/+4