summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-231-2/+8
|\
| * xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer2023-03-221-2/+8
* | net: xdp: don't call notifiers during driver initJakub Kicinski2023-03-161-1/+3
* | ynl: broaden the license even moreJakub Kicinski2023-03-162-2/+2
* | xdp: add xdp_set_features_flag utility routineLorenzo Bianconi2023-03-101-7/+19
|/
* ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski2023-03-072-2/+2
* net: use indirect calls helpers for sk_exit_memory_pressure()Brian Vazquez2023-03-021-1/+2
* net: avoid skb end_offset change in __skb_unclone_keeptruesize()Eric Dumazet2023-03-011-8/+23
* net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet2023-02-241-1/+3
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-02-201-15/+28
|\
| * bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau2023-02-171-13/+26
| * bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau2023-02-171-2/+2
* | scm: add user copy checks to put_cmsg()Eric Dumazet2023-02-201-0/+2
* | net: make default_rps_mask a per netns attributePaolo Abeni2023-02-202-20/+54
* | net: add location to trace_consume_skb()Eric Dumazet2023-02-202-5/+5
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-173-11/+10
|\ \
| * | devlink: Fix netdev notifier chain corruptionIdo Schimmel2023-02-162-12/+1
| * | net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann2023-02-131-1/+1
| * | net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().Kuniyuki Iwashima2023-02-101-1/+0
| * | net: initialize net->notrefcnt_tracker earlierEric Dumazet2023-02-091-1/+9
* | | net/core: refactor promiscuous mode messageJesse Brandeburg2023-02-161-3/+2
* | | net/core: print message for allmulticastJesse Brandeburg2023-02-161-0/+2
* | | net: msg_zerocopy: elide page accounting if RLIM_INFINITYWillem de Bruijn2023-02-151-2/+6
* | | net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-151-13/+0
* | | net-sysfs: make kobj_type structures constantThomas Weißschuh2023-02-141-2/+2
| |/ |/|
* | Daniel Borkmann says:Jakub Kicinski2023-02-107-13/+281
|\ \
| * | bpf: devmap: check XDP features in __xdp_enqueue routineLorenzo Bianconi2023-02-021-8/+5
| * | drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+18
| * | netdev-genl: create a simple family for netdev stuffJakub Kicinski2023-02-025-1/+253
| * | bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet2023-02-021-2/+3
| * | bpf: Use ARG_CONST_SIZE_OR_ZERO for 3rd argument of bpf_tcp_raw_gen_syncookie...Ilya Leoshkevich2023-01-281-2/+2
* | | net: skbuff: drop the word head from skb cacheJakub Kicinski2023-02-102-19/+17
* | | net: introduce default_rps_mask netns attributePaolo Abeni2023-02-092-1/+43
* | | net-sysctl: factor-out rpm mask manipulation helpersPaolo Abeni2023-02-092-30/+44
* | | net-sysctl: factor out cpumask parsing helperPaolo Abeni2023-02-091-18/+28
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-092-4/+17
|\ \ \ | | |/ | |/|
| * | txhash: fix sk->sk_txrehash defaultKevin Yang2023-02-081-1/+2
| * | devlink: change port event netdev notifier from per-net to globalJiri Pirko2023-02-071-3/+6
| * | neigh: make sure used and confirmed times are validJulian Anastasov2023-02-061-3/+15
* | | net: enable usercopy for skb_small_head_cacheEric Dumazet2023-02-091-1/+7
* | | net: add dedicated kmem_cache for typical/small skb->headEric Dumazet2023-02-071-5/+67
* | | net: factorize code in kmalloc_reserve()Eric Dumazet2023-02-071-16/+11
* | | net: remove osize variable in __alloc_skb()Eric Dumazet2023-02-071-6/+4
* | | net: add SKB_HEAD_ALIGN() helperEric Dumazet2023-02-071-12/+6
* | | net: add sock_init_data_uid()Pietro Borrello2023-02-061-3/+12
* | | net: introduce skb_poison_list and use in kfree_skb_listJesper Dangaard Brouer2023-02-061-1/+3
* | | net: page_pool: use in_softirq() insteadQingfang DENG2023-02-061-3/+3
* | | net: bridge: Add netlink knobs for number / maximum MDB entriesPetr Machata2023-02-061-1/+1
* | | net: bridge: Add a tracepoint for MDB overflowsPetr Machata2023-02-061-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-023-31/+46
|\| |