summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner
2023-03-27dev_ioctl: fix a W=1 warningHeiner Kallweit
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-23Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-22net: do not use skb_mac_header() in qdisc_pkt_len_init()Eric Dumazet
2023-03-22net: Catch invalid index in XPS mappingNick Child
2023-03-22xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer
2023-03-22net-zerocopy: Reduce compound page head accessXiaoyan Li
2023-03-22net-sysfs: display two backlog queue len separatelyJason Xing
2023-03-21tools: ynl: skip the explicit op array size when not neededJakub Kicinski
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-17rtnetlink: bridge: mcast: Relax group address validation in common codeIdo Schimmel
2023-03-17rtnetlink: bridge: mcast: Move MDB handlers out of bridge driverIdo Schimmel
2023-03-16net: xdp: don't call notifiers during driver initJakub Kicinski
2023-03-16ynl: broaden the license even moreJakub Kicinski
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-03-10xdp: add xdp_set_features_flag utility routineLorenzo Bianconi
2023-03-10skbuff: Add likely to skb pointer in build_skb()Gal Pressman
2023-03-10skbuff: Replace open-coded skb_propagate_pfmemalloc()sGal Pressman
2023-03-09neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2023-03-07net: remove enum skb_free_reasonEric Dumazet
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski
2023-03-07bpf, net: sock_map memory usageYafang Shao
2023-03-07bpf, net: bpf_local_storage memory usageYafang Shao
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-03bpf: allow ctx writes using BPF_ST_MEM instructionEduard Zingerman
2023-03-02bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program typesTejun Heo
2023-03-02net: use indirect calls helpers for sk_exit_memory_pressure()Brian Vazquez
2023-03-01bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwrJoanne Koong
2023-03-01bpf: Add xdp dynptrsJoanne Koong
2023-03-01bpf: Add skb dynptrsJoanne Koong
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