- 347cb5de Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 2 years, 11 months ago
- 6510ea9 net: Use this_cpu_inc() to increment net->core_stats by Sebastian Andrzej Siewior · 2 years, 11 months ago
- b02d196c bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook by Eyal Birger · 2 years, 11 months ago
- 23cfe94 rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS replies by Petr Machata · 2 years, 11 months ago
- 1b80899 flow_dissector: fix false-positive __read_overflow2_field() warning by Jakub Kicinski · 3 years ago
- 2105f70 net/sched: flower: fix parsing of ethertype following VLAN header by Vlad Buslov · 3 years ago
- 8e9d0d7 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years ago
- 2e8702c bpf: Support dual-stack sockets in bpf_tcp_check_syncookie by Maxim Mikityanskiy · 3 years ago
- 1effe8c skbuff: fix coalescing for page_pool fragment recycling by Jean-Philippe Brucker · 3 years ago
- f32404a net: move net_unlink_todo() out of the header by Johannes Berg · 3 years ago
- 169e777 Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years ago
- 0db8640 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years ago
- 351bdbb net: Revert the softirq will run annotation in ____napi_schedule(). by Sebastian Andrzej Siewior · 3 years ago
- 14e426b devlink: hold the instance lock during eswitch_mode callbacks by Jakub Kicinski · 3 years ago
- 8879b32 devlink: add explicitly locked flavor of the rate node APIs by Jakub Kicinski · 3 years ago
- 7ada378 bpf: Check for NULL return from bpf_get_btf_vmlinux by Kumar Kartikeya Dwivedi · 3 years ago
- 058ec4a bpf: Treat bpf_sk_lookup remote_port as a 2-byte field by Jakub Sitnicki · 3 years ago
- b00fa38 bpf: Enable non-atomic allocations in local storage by Joanne Koong · 3 years ago
- 046e153 net: set default rss queues num to physical cores / 2 by Íñigo Huguet · 3 years ago
- 718a18a veth: Rework veth_xdp_rcv_skb in order to accept non-linear skb by Lorenzo Bianconi · 3 years ago
- 706217c1 devlink: pass devlink_port to port_split / port_unsplit callbacks by Jakub Kicinski · 3 years ago
- 49e83bb devlink: hold the instance lock in port_split / port_unsplit callbacks by Jakub Kicinski · 3 years ago
- 2cb7b48 devlink: expose instance locking and add locked port registering by Jakub Kicinski · 3 years ago
- 9c34e38 bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full by Wang Yufen · 3 years ago
- ccdbf33 Merge tag 'v5.17-rc8' into sched/core, to pick up fixes by Ingo Molnar · 3 years ago
- fbd9a2c net: Add lockdep asserts to ____napi_schedule(). by Sebastian Andrzej Siewior · 3 years ago
- 625788b net: add per-cpu storage and net->core_stats by Eric Dumazet · 3 years ago
- 2387834 net: remove exports for netdev_name_node_alt_create() and destroy by Jakub Kicinski · 3 years ago
- f65e584 flow_dissector: Add support for HSRv0 by Kurt Kanzenbach · 3 years ago
- 155fb43 net: limit altnames to 64k total by Jakub Kicinski · 3 years ago
- 5d26cff net: account alternate interface name memory by Jakub Kicinski · 3 years ago
- 1e8a3f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- e0ae713 xdp: xdp_mem_allocator can be NULL in trace_mem_connect(). by Sebastian Andrzej Siewior · 3 years ago
- 9bb984f bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/ by Martin KaFai Lau · 3 years ago
- 9d90db9 bpf: Simplify insn rewrite on BPF_WRITE __sk_buff->tstamp by Martin KaFai Lau · 3 years ago
- 539de93 bpf: Simplify insn rewrite on BPF_READ __sk_buff->tstamp by Martin KaFai Lau · 3 years ago
- 3b5d4ddf bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macro by Martin KaFai Lau · 3 years ago
- cc7e2f5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 3 years ago
- 869420a SO_ZEROCOPY should return -EOPNOTSUPP rather than -ENOTSUPP by Samuel Thibault · 3 years ago
- 57d29a2 net: rtnetlink: fix error handling in rtnl_fill_statsinfo() by Tom Rix · 3 years ago
- 23c7f8d net: Fix esp GSO on inter address family tunnels. by Steffen Klassert · 3 years ago
- f72de02 ptp: Add generic PTP is_sync() function by Kurt Kanzenbach · 3 years ago
- 6c2728b net: dev: use kfree_skb_reason() for __netif_receive_skb_core() by Menglong Dong · 3 years ago
- a568aff26 net: dev: use kfree_skb_reason() for sch_handle_ingress() by Menglong Dong · 3 years ago
- 7e726ed net: dev: use kfree_skb_reason() for do_xdp_generic() by Menglong Dong · 3 years ago
- 44f0bd4 net: dev: use kfree_skb_reason() for enqueue_to_backlog() by Menglong Dong · 3 years ago
- 7faef05 net: dev: add skb drop reasons to __dev_xmit_skb() by Menglong Dong · 3 years ago
- 215b0f1 net: skb: introduce the function kfree_skb_list_reason() by Menglong Dong · 3 years ago
- 98b4d7a net: dev: use kfree_skb_reason() for sch_handle_egress() by Menglong Dong · 3 years ago
- ad0a043 net: dev: Use netif_rx(). by Sebastian Andrzej Siewior · 3 years ago
- 80901bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- 8d21ec0 bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time() by Martin KaFai Lau · 3 years ago
- 7449197 bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress by Martin KaFai Lau · 3 years ago
- cd14e9b net: Postpone skb_clear_delivery_time() until knowing the skb is delivered locally by Martin KaFai Lau · 3 years ago
- d98d58a net: Set skb->mono_delivery_time and clear it after sch_handle_ingress() by Martin KaFai Lau · 3 years ago
- d93376f net: Clear mono_delivery_time bit in __skb_tstamp_tx() by Martin KaFai Lau · 3 years ago
- 27942a1 net: Handle delivery_time in skb->tstamp during network tapping with af_packet by Martin KaFai Lau · 3 years ago
- de79910 net: Add skb_clear_tstamp() to keep the mono delivery_time by Martin KaFai Lau · 3 years ago
- 5fd0b83 net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATS by Petr Machata · 3 years ago
- 03ba356 net: rtnetlink: Add RTM_SETSTATS by Petr Machata · 3 years ago
- 0e7788f net: rtnetlink: Add UAPI for obtaining L3 offload xstats by Petr Machata · 3 years ago
- 9309f97 net: dev: Add hardware stats support by Petr Machata · 3 years ago
- 216e690 net: rtnetlink: rtnl_fill_statsinfo(): Permit non-EMSGSIZE error returns by Petr Machata · 3 years ago
- 05415bc net: rtnetlink: Propagate extack to rtnl_offload_xstats_fill() by Petr Machata · 3 years ago
- 46efc97 net: rtnetlink: RTM_GETSTATS: Allow filtering inside nests by Petr Machata · 3 years ago
- f6e0fb8 net: rtnetlink: Stop assuming that IFLA_OFFLOAD_XSTATS_* are dev-backed by Petr Machata · 3 years ago
- 6b524a1 net: rtnetlink: Namespace functions related to IFLA_OFFLOAD_XSTATS_* by Petr Machata · 3 years ago
- 6b95e33 page_pool: Add function to batch and return stats by Joe Damato · 3 years ago
- ad6fa1e page_pool: Add recycle stats by Joe Damato · 3 years ago
- 8610037 page_pool: Add allocation stats by Joe Damato · 3 years ago
- 60ce37b bpf, sockmap: Do not ignore orig_len parameter by Eric Dumazet · 3 years ago
- bf08824 flow_dissector: Add support for HSR by Kurt Kanzenbach · 3 years ago
- 224102d net: fix up skbs delta_truesize in UDP GRO frag_list by lena wang · 3 years ago
- b3483bc net/sysctl: avoid two synchronize_rcu() calls by Eric Dumazet · 3 years ago
- a5736ed net: neigh: use kfree_skb_reason() for __neigh_event_send() by Menglong Dong · 3 years ago
- aaa25a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- 167053f net: Correct wrong BH disable in hard-interrupt. by Sebastian Andrzej Siewior · 3 years, 1 month ago
- b26ef81 drop_monitor: remove quadratic behavior by Eric Dumazet · 3 years, 1 month ago
- 2b88cba net: preserve skb_end_offset() in skb_unclone_keeptruesize() by Eric Dumazet · 3 years, 1 month ago
- 763087d net: add skb_set_end_offset() helper by Eric Dumazet · 3 years, 1 month ago
- ef527f9 net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends by Eric Dumazet · 3 years, 1 month ago
- ee8f97e gro_cells: avoid using synchronize_rcu() in gro_cells_destroy() by Eric Dumazet · 3 years, 1 month ago
- 0f6938e net: core: Use csum_replace_by_diff() and csum_sub() instead of opencoding by Christophe Leroy · 3 years, 1 month ago
- 6255b48 Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts by Ingo Molnar · 3 years, 1 month ago
- 8a4fc54 net: get rid of rtnl_lock_unregistering() by Eric Dumazet · 3 years, 1 month ago
- 86213f8 net: avoid quadratic behavior in netdev_wait_allrefs_any() by Eric Dumazet · 3 years, 1 month ago
- a1cdec5 net-timestamp: convert sk->sk_tskey to atomic_t by Eric Dumazet · 3 years, 1 month ago
- 4224cfd net-sysfs: add check for netdevice being present to speed_show by suresh kumar · 3 years, 1 month ago
- f20cfd6 net: add sanity check in proto_register() by Eric Dumazet · 3 years, 1 month ago
- 93d11e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
- 7a2fb91 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 1 month ago
- 6b5567b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
- faab39f net: allow out-of-order netdev unregistration by Jakub Kicinski · 3 years, 1 month ago
- ae68db1 net: transition netdev reg state earlier in run_todo by Jakub Kicinski · 3 years, 1 month ago
- 22b67d1 net: rtnetlink: rtnl_stats_get(): Emit an extack for unset filter_mask by Petr Machata · 3 years, 1 month ago
- 04d4e66 sched/isolation: Use single feature type while referring to housekeeping cpumask by Frederic Weisbecker · 3 years, 1 month ago
- c8fb9f2 net: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetch by Frederic Weisbecker · 3 years, 1 month ago
- e722db8 net: dev: Make rps_lock() disable interrupts. by Sebastian Andrzej Siewior · 3 years, 1 month ago
- baebdf48 net: dev: Makes sure netif_rx() can be invoked in any context. by Sebastian Andrzej Siewior · 3 years, 1 month ago
- f234ae2 net: dev: Remove preempt_disable() and get_cpu() in netif_rx_internal(). by Sebastian Andrzej Siewior · 3 years, 1 month ago