summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2023-04-02net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski
2023-03-23Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-22xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer
2023-03-16net: xdp: don't call notifiers during driver initJakub Kicinski
2023-03-16ynl: broaden the license even moreJakub Kicinski
2023-03-10xdp: add xdp_set_features_flag utility routineLorenzo Bianconi
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski
2023-03-02net: use indirect calls helpers for sk_exit_memory_pressure()Brian Vazquez
2023-03-01net: avoid skb end_offset change in __skb_unclone_keeptruesize()Eric Dumazet
2023-02-24net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-02-20scm: add user copy checks to put_cmsg()Eric Dumazet
2023-02-20net: make default_rps_mask a per netns attributePaolo Abeni
2023-02-20net: add location to trace_consume_skb()Eric Dumazet
2023-02-17bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau
2023-02-17bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-16devlink: Fix netdev notifier chain corruptionIdo Schimmel
2023-02-16net/core: refactor promiscuous mode messageJesse Brandeburg
2023-02-16net/core: print message for allmulticastJesse Brandeburg
2023-02-15net: msg_zerocopy: elide page accounting if RLIM_INFINITYWillem de Bruijn
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing
2023-02-14net-sysfs: make kobj_type structures constantThomas Weißschuh
2023-02-13net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann
2023-02-10net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().Kuniyuki Iwashima
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski
2023-02-09net: initialize net->notrefcnt_tracker earlierEric Dumazet
2023-02-09net: introduce default_rps_mask netns attributePaolo Abeni
2023-02-09net-sysctl: factor-out rpm mask manipulation helpersPaolo Abeni
2023-02-09net-sysctl: factor out cpumask parsing helperPaolo Abeni
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-09net: enable usercopy for skb_small_head_cacheEric Dumazet
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang
2023-02-07net: add dedicated kmem_cache for typical/small skb->headEric Dumazet
2023-02-07net: factorize code in kmalloc_reserve()Eric Dumazet
2023-02-07net: remove osize variable in __alloc_skb()Eric Dumazet
2023-02-07net: add SKB_HEAD_ALIGN() helperEric Dumazet
2023-02-07devlink: change port event netdev notifier from per-net to globalJiri Pirko
2023-02-06net: add sock_init_data_uid()Pietro Borrello
2023-02-06net: introduce skb_poison_list and use in kfree_skb_listJesper Dangaard Brouer
2023-02-06net: page_pool: use in_softirq() insteadQingfang DENG
2023-02-06net: bridge: Add netlink knobs for number / maximum MDB entriesPetr Machata
2023-02-06net: bridge: Add a tracepoint for MDB overflowsPetr Machata
2023-02-06neigh: make sure used and confirmed times are validJulian Anastasov
2023-02-02bpf: devmap: check XDP features in __xdp_enqueue routineLorenzo Bianconi
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka
2023-02-02netdev-genl: create a simple family for netdev stuffJakub Kicinski
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-01neighbor: fix proxy_delay usage when it is zeroBrian Haley