summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2026-04-11net: correctly handle tunneled traffic on IPV6_CSUM GSO fallbackWillem de Bruijn
2026-04-11net: use skb_header_pointer() for TCPv4 GSO frag_off checkGuoyu Su
2026-04-11net: introduce mangleid_featuresPaolo Abeni
2026-03-25xdp: register system page pool as an XDP memory modelToke Høiland-Jørgensen
2026-03-25net: add a common function to compute features for upper devicesHangbin Liu
2026-03-04net: consume xmit errors of GSO framesJakub Kicinski
2026-03-04net: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso
2026-01-23net: update netdev_lock_{type,name}Eric Dumazet
2025-08-28net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski
2025-05-29net: flush_backlog() small changesEric Dumazet
2025-03-22netmem: prevent TX of unreadable skbsMina Almasry
2025-03-22net: Handle napi_schedule() calls from non-interruptFrederic Weisbecker
2025-02-27net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao
2025-02-08net: xdp: Disallow attaching device-bound programs in generic modeToke Høiland-Jørgensen
2025-02-08net: sched: refine software bypass handling in tc_runXin Long
2025-02-08dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().Kuniyuki Iwashima
2025-01-17netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski
2025-01-09net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn
2024-10-30net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin
2024-10-01net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet
2024-10-01net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet
2024-10-01net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-09-11net: add support for skbs with unreadable fragsMina Almasry
2024-09-11net: support non paged skb fragsMina Almasry
2024-09-11netdev: support binding dma-buf to netdeviceMina Almasry
2024-09-09net: remove dev_pick_tx_cpu_id()Jakub Kicinski
2024-09-06net/core: make use of the helper macro LIST_HEAD()Hongbo Li
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin
2024-08-29net: prefer strscpy over strcpyHongbo Li
2024-08-26net: Correct spelling in net/coreSimon Horman
2024-08-26Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-08-24net: refactor ->ndo_bpf calls into dev_xdp_propagateMina Almasry
2024-08-23net: phy: Introduce ethernet link topology representationMaxime Chevallier
2024-08-20softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos
2024-08-19netfilter: nfnetlink_queue: unbreak SCTP trafficAntonio Ojea
2024-08-15netdev: Add missing __percpu qualifier to a castUros Bizjak
2024-08-09net: Make USO depend on CSUM offloadJakub Sitnicki
2024-07-29tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()Jeongjun Park
2024-07-11netdevice: define and allocate &net_device _properly_Alexander Lobakin
2024-07-05tun: Assign missing bpf_net_context.Sebastian Andrzej Siewior
2024-06-28net: ethtool: add a mutex protecting RSS contextsEdward Cree
2024-06-28net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree
2024-06-28net: ethtool: let the core choose RSS context IDsEdward Cree
2024-06-28net: ethtool: attach an XArray of custom RSS contexts to a netdeviceEdward Cree
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-24net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.Sebastian Andrzej Siewior
2024-06-24dev: Use nested-BH locking for softnet_data.process_queue.Sebastian Andrzej Siewior