summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2023-02-24net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet-1/+3
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-15/+28
2023-02-20scm: add user copy checks to put_cmsg()Eric Dumazet-0/+2
2023-02-20net: make default_rps_mask a per netns attributePaolo Abeni-20/+54
2023-02-20net: add location to trace_consume_skb()Eric Dumazet-5/+5
2023-02-17bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau-13/+26
2023-02-17bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau-2/+2
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-11/+10
2023-02-16devlink: Fix netdev notifier chain corruptionIdo Schimmel-12/+1
2023-02-16net/core: refactor promiscuous mode messageJesse Brandeburg-3/+2
2023-02-16net/core: print message for allmulticastJesse Brandeburg-0/+2
2023-02-15net: msg_zerocopy: elide page accounting if RLIM_INFINITYWillem de Bruijn-2/+6
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing-13/+0
2023-02-14net-sysfs: make kobj_type structures constantThomas Weißschuh-2/+2
2023-02-13net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann-1/+1
2023-02-10net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().Kuniyuki Iwashima-1/+0
2023-02-10Daniel Borkmann says:Jakub Kicinski-13/+281
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski-19/+17
2023-02-09net: initialize net->notrefcnt_tracker earlierEric Dumazet-1/+9
2023-02-09net: introduce default_rps_mask netns attributePaolo Abeni-1/+43
2023-02-09net-sysctl: factor-out rpm mask manipulation helpersPaolo Abeni-30/+44
2023-02-09net-sysctl: factor out cpumask parsing helperPaolo Abeni-18/+28
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+17
2023-02-09net: enable usercopy for skb_small_head_cacheEric Dumazet-1/+7
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang-1/+2
2023-02-07net: add dedicated kmem_cache for typical/small skb->headEric Dumazet-5/+67
2023-02-07net: factorize code in kmalloc_reserve()Eric Dumazet-16/+11
2023-02-07net: remove osize variable in __alloc_skb()Eric Dumazet-6/+4
2023-02-07net: add SKB_HEAD_ALIGN() helperEric Dumazet-12/+6
2023-02-07devlink: change port event netdev notifier from per-net to globalJiri Pirko-3/+6
2023-02-06net: add sock_init_data_uid()Pietro Borrello-3/+12
2023-02-06net: introduce skb_poison_list and use in kfree_skb_listJesper Dangaard Brouer-1/+3
2023-02-06net: page_pool: use in_softirq() insteadQingfang DENG-3/+3
2023-02-06net: bridge: Add netlink knobs for number / maximum MDB entriesPetr Machata-1/+1
2023-02-06net: bridge: Add a tracepoint for MDB overflowsPetr Machata-0/+1
2023-02-06neigh: make sure used and confirmed times are validJulian Anastasov-3/+15
2023-02-02bpf: devmap: check XDP features in __xdp_enqueue routineLorenzo Bianconi-8/+5
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka-0/+18
2023-02-02netdev-genl: create a simple family for netdev stuffJakub Kicinski-1/+253
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-31/+46
2023-02-01neighbor: fix proxy_delay usage when it is zeroBrian Haley-2/+12
2023-02-01net: add support for ipv4 big tcpXin Long-17/+21
2023-02-01net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long-0/+55
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet-2/+3
2023-01-31net: fix NULL pointer in skb_segment_listYan Zhai-3/+2
2023-01-28bpf: Use ARG_CONST_SIZE_OR_ZERO for 3rd argument of bpf_tcp_raw_gen_syncookie...Ilya Leoshkevich-2/+2
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-11/+103
2023-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-27/+34
2023-01-27netpoll: Remove 4s sleep during carrier detectionBreno Leitao-11/+1
2023-01-27skb: Do mix page pool and page referenced frags in GROAlexander Duyck-0/+9