- 28b34f0 net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cache by Antoine Tenart · 3 years, 6 months ago
- 9615fe3 skbuff: Fix build with SKB extensions disabled by Florian Fainelli · 3 years, 6 months ago
- 8550ff8 skbuff: Release nfct refcount on napi stolen or re-used skbs by Paul Blakey · 3 years, 6 months ago
- dbe69e4 Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 7 months ago
- b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
- 127d735 net: update netdev_rx_csum_fault() print dump only once by Tanner Love · 3 years, 7 months ago
- c4fef01 net: sched: implement TCQ_F_CAN_BYPASS for lockless qdisc by Yunsheng Lin · 3 years, 7 months ago
- 2b4cd14 net/netif_receive_skb_core: Use migrate_disable() by Sebastian Andrzej Siewior · 3 years, 7 months ago
- 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 7 months ago
- 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 8 months ago
- dcad9ee net: sched: fix tx action reschedule issue with stopped queue by Yunsheng Lin · 3 years, 8 months ago
- 102b55e net: sched: fix tx action rescheduling issue during deactivation by Yunsheng Lin · 3 years, 8 months ago
- 8380c81 net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT by Sebastian Andrzej Siewior · 3 years, 8 months ago
- 6876a18 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 9 months ago
- 5f6c2f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 9 months ago
- 22b6034 net, xdp: Update pkt_type if generic XDP changes unicast MAC by Martin Willi · 3 years, 9 months ago
- 7ad18ff gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment check by Alexander Lobakin · 3 years, 9 months ago
- 8203c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
- 38ec494 gro: ensure frag0 meets IP header alignment by Eric Dumazet · 3 years, 9 months ago
- 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
- 27f0ad7 net: fix hangup on napi_disable for threaded napi by Paolo Abeni · 3 years, 9 months ago
- 0854fa8 net: remove the new_ifindex argument from dev_change_net_namespace by Andrei Vagin · 3 years, 9 months ago
- eeb85a1 net: Allow to specify ifindex when device is moved to another namespace by Andrei Vagin · 3 years, 10 months ago
- 6c996e1 net: change netdev_unregister_timeout_secs min value to 1 by Dmitry Vyukov · 3 years, 10 months ago
- efd13b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 10 months ago
- ddb94ea net: resolve forwarding path from virtual netdevice and HW destination address by Pablo Neira Ayuso · 3 years, 10 months ago
- 5aa3afe net: make unregister netdev warning timeout configurable by Dmitry Vyukov · 3 years, 10 months ago
- add2d73 net: set initial device refcount to 1 by Eric Dumazet · 3 years, 10 months ago
- 5da9ace3 net: make xps_needed and xps_rxqs_needed static by Vladimir Oltean · 3 years, 10 months ago
- 919067c net: add CONFIG_PCPU_DEV_REFCNT by Eric Dumazet · 3 years, 10 months ago
- 75b2758 net: NULL the old xps map entries when freeing them by Antoine Tenart · 3 years, 10 months ago
- 2d05bf0 net: fix use after free in xps by Antoine Tenart · 3 years, 10 months ago
- 132f743 net: improve queue removal readability in __netif_set_xps_queue by Antoine Tenart · 3 years, 10 months ago
- 402fbb9 net: add an helper to copy xps maps to the new dev_maps by Antoine Tenart · 3 years, 10 months ago
- 044ab86 net: move the xps maps to an array by Antoine Tenart · 3 years, 10 months ago
- 6f36158 net: remove the xps possible_mask by Antoine Tenart · 3 years, 10 months ago
- 5478fcd net: embed nr_ids in the xps maps by Antoine Tenart · 3 years, 10 months ago
- 255c04a net: embed num_tc in the xps maps by Antoine Tenart · 3 years, 10 months ago
- 6c015a2 net: check all name nodes in __dev_alloc_name by Jiri Bohac · 3 years, 10 months ago
- cb03835 net: fix race between napi kthread mode and busy poll by Wei Wang · 3 years, 10 months ago
- 3a5ca85 can: dev: Move device back to init netns on owning netns delete by Martin Willi · 3 years, 11 months ago
- 8f64860 net: export dev_set_threaded symbol by Lorenzo Bianconi · 3 years, 10 months ago
- d0eed5c gro: give 'hash' variable in dev_gro_receive() a less confusing name by Alexander Lobakin · 3 years, 10 months ago
- 9dc2c31 gro: consistentify napi->gro_hash[x] access in dev_gro_receive() by Alexander Lobakin · 3 years, 10 months ago
- 0ccf4d5 gro: simplify gro_list_prepare() by Alexander Lobakin · 3 years, 10 months ago
- b1866bf net: core: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 10 months ago
- b8af417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years ago
- 9243adf skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeing by Alexander Lobakin · 4 years ago
- fec6e49 skbuff: remove __kfree_skb_flush() by Alexander Lobakin · 4 years ago
- 5f7d572 bpf: Drop MTU check when doing TC-BPF redirect to ingress by Jesper Dangaard Brouer · 4 years ago
- 3b23a32 net: fix dev_ifsioc_locked() race condition by Cong Wang · 4 years ago
- dc9d875 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years ago
- 5fdd2f0 net: add sysfs attribute to control napi threaded mode by Wei Wang · 4 years ago
- 29863d4 net: implement threaded-able napi poll loop support by Wei Wang · 4 years ago
- 898f801 net: extract napi poll functionality to __napi_poll() by Felix Fietkau · 4 years ago
- 8dc1c44 net: gro: do not keep too many GRO packets in napi->rx_list by Eric Dumazet · 4 years ago
- 04f00ab net/core: move gro function declarations to separate header by Leon Romanovsky · 4 years ago
- 62fafcd net: support ip generic csum processing in skb_csum_hwoffload_help by Xin Long · 4 years ago
- e7ed11e tcp: add TTL to SCM_TIMESTAMPING_OPT_STATS by Yousuk Seung · 4 years ago
- 7baf242 net/sched: cls_flower add CT_FLAGS_INVALID flag support by wenxu · 4 years ago
- 0cbe1e5 net: inline rollback_registered_many() by Jakub Kicinski · 4 years ago
- bcfe2f1 net: move rollback_registered_many() by Jakub Kicinski · 4 years ago
- 037e56b net: inline rollback_registered() by Jakub Kicinski · 4 years ago
- 2014bee net: move net_set_todo inside rollback_registered() by Jakub Kicinski · 4 years ago
- 0fe2f27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
- a3eb4e9 net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled by Tariq Toukan · 4 years ago
- fa82117 net: add inline function skb_csum_is_sctp by Xin Long · 4 years ago
- 719a402 net: netdevice: Add operation ndo_sk_get_lower_dev by Tariq Toukan · 4 years ago
- 2d9116b Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years ago
- 1d9f03c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
- 25537d7 net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUM by Tariq Toukan · 4 years ago
- 324cefa net: core: use eth_type_vlan in __netif_receive_skb_core by Menglong Dong · 4 years ago
- 1d11fa6 net-gro: remove GRO_DROP by Eric Dumazet · 4 years ago
- 766b051 net: make sure devices go through netdev_wait_all_refs by Jakub Kicinski · 4 years ago
- c269a24 net: make free_netdev() more lenient with unregistering devices by Jakub Kicinski · 4 years ago
- be9df4a net, xdp: Introduce xdp_prepare_buff utility routine by Lorenzo Bianconi · 4 years, 1 month ago
- 43b5169 net, xdp: Introduce xdp_init_buff utility routine by Lorenzo Bianconi · 4 years, 1 month ago
- 876c438 udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpers by Jakub Kicinski · 4 years ago
- 7061eb8 net: core: introduce __netdev_notify_peers by Lijun Pan · 4 years, 1 month ago
- d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 1 month ago
- ae0b04b net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabled by Tariq Toukan · 4 years, 1 month ago
- adb35e8 Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
- 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- 998f172 xdp: Remove the xdp_attachment_flags_ok() callback by Toke Høiland-Jørgensen · 4 years, 1 month ago
- a1dd1d8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
- 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- c214550 net: delete __dev_getfirstbyhwtype by Vladimir Oltean · 4 years, 2 months ago
- b02e5a0 xsk: Propagate napi_id to XDP socket Rx path by Björn Töpel · 4 years, 2 months ago
- 7c951caf net: Add SO_BUSY_POLL_BUDGET socket option by Björn Töpel · 4 years, 2 months ago
- 7fd3253 net: Introduce preferred busy-polling by Björn Töpel · 4 years, 2 months ago
- aadaca9 net/sched: fix miss init the mru in qdisc_skb_cb by wenxu · 4 years, 2 months ago
- 1d155df net: warn if gso_type isn't set for a GSO SKB by Heiner Kallweit · 4 years, 2 months ago
- 36ccdf8 net, xsk: Avoid taking multiple skbuff references by Björn Töpel · 4 years, 2 months ago
- 545b8c8 smp: Cleanup smp_call_function*() by Peter Zijlstra · 4 years, 7 months ago
- c1639be net: datagram: fix some kernel-doc markups by Mauro Carvalho Chehab · 4 years, 2 months ago
- a183942 net: core: add dev_get_tstats64 as a ndo_get_stats64 implementation by Heiner Kallweit · 4 years, 2 months ago
- 5d86724 net: core: remove unneeded semicolon by Tom Rix · 4 years, 3 months ago
- 1c29d98 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
- 3aefd7d net: core: Use skb_is_gso() in skb_checksum_help() by Yi Li · 4 years, 3 months ago
- 3744741 random32: add noise from network and scheduling activity by Willy Tarreau · 4 years, 5 months ago