summary refs log tree commit diff
path: root/net/core
AgeCommit message (Expand)Author
2022-03-03net: rtnetlink: Add RTM_SETSTATSPetr Machata
2022-03-03net: rtnetlink: Add UAPI for obtaining L3 offload xstatsPetr Machata
2022-03-03net: dev: Add hardware stats supportPetr Machata
2022-03-03net: rtnetlink: rtnl_fill_statsinfo(): Permit non-EMSGSIZE error returnsPetr Machata
2022-03-03net: rtnetlink: Propagate extack to rtnl_offload_xstats_fill()Petr Machata
2022-03-03net: rtnetlink: RTM_GETSTATS: Allow filtering inside nestsPetr Machata
2022-03-03net: rtnetlink: Stop assuming that IFLA_OFFLOAD_XSTATS_* are dev-backedPetr Machata
2022-03-03net: rtnetlink: Namespace functions related to IFLA_OFFLOAD_XSTATS_*Petr Machata
2022-03-03page_pool: Add function to batch and return statsJoe Damato
2022-03-03page_pool: Add recycle statsJoe Damato
2022-03-03page_pool: Add allocation statsJoe Damato
2022-03-02bpf, sockmap: Do not ignore orig_len parameterEric Dumazet
2022-03-02flow_dissector: Add support for HSRKurt Kanzenbach
2022-03-02net: fix up skbs delta_truesize in UDP GRO frag_listlena wang
2022-02-28net/sysctl: avoid two synchronize_rcu() callsEric Dumazet
2022-02-26net: neigh: use kfree_skb_reason() for __neigh_event_send()Menglong Dong
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-23net: Correct wrong BH disable in hard-interrupt.Sebastian Andrzej Siewior
2022-02-23drop_monitor: remove quadratic behaviorEric Dumazet
2022-02-22net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet
2022-02-22net: add skb_set_end_offset() helperEric Dumazet
2022-02-22net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet
2022-02-22gro_cells: avoid using synchronize_rcu() in gro_cells_destroy()Eric Dumazet
2022-02-21net: core: Use csum_replace_by_diff() and csum_sub() instead of opencodingChristophe Leroy
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar
2022-02-19net: get rid of rtnl_lock_unregistering()Eric Dumazet
2022-02-18net: avoid quadratic behavior in netdev_wait_allrefs_any()Eric Dumazet
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2022-02-18net-sysfs: add check for netdevice being present to speed_showsuresh kumar
2022-02-17net: add sanity check in proto_register()Eric Dumazet
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17net: allow out-of-order netdev unregistrationJakub Kicinski
2022-02-17net: transition netdev reg state earlier in run_todoJakub Kicinski
2022-02-16net: rtnetlink: rtnl_stats_get(): Emit an extack for unset filter_maskPetr Machata
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2022-02-16net: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker
2022-02-14net: dev: Make rps_lock() disable interrupts.Sebastian Andrzej Siewior
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior
2022-02-14net: dev: Remove preempt_disable() and get_cpu() in netif_rx_internal().Sebastian Andrzej Siewior
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2022-02-11bpf: Do not try bpf_msg_push_data with len 0Felix Maurer
2022-02-11drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hitEric Dumazet
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-10net: make net->dev_unreg_count atomicEric Dumazet
2022-02-10skbuff: cleanup double word in commentTom Rix
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-09net: drop_monitor: support drop reasonMenglong Dong
2022-02-09bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki