summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | net: fix NULL pointer in skb_segment_listYan Zhai2023-01-311-3/+2
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-271-27/+34
| |\ \
| | * | bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itselfJakub Sitnicki2023-01-241-27/+34
| * | | skb: Do mix page pool and page referenced frags in GROAlexander Duyck2023-01-271-0/+9
* | | | neighbor: fix proxy_delay usage when it is zeroBrian Haley2023-02-011-2/+12
* | | | net: add support for ipv4 big tcpXin Long2023-02-012-17/+21
* | | | net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long2023-02-013-0/+55
| |_|/ |/| |
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-283-11/+103
|\ \ \