summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2025-08-28net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski
2025-05-09net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan
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-01-09net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin
2024-10-10net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet
2024-10-10net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet
2024-10-10net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann
2024-06-12net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet
2024-03-26net: report RCU QS on threaded NAPI repollingYan Zhai
2024-03-26packet: annotate data-races around ignore_outgoingEric Dumazet
2024-01-31net: fix removing a namespace with conflicting altnamesJakub Kicinski
2024-01-01net: check dev->gso_max_size in gso_features_check()Eric Dumazet
2023-12-03bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye
2023-12-03net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann
2023-10-19net: move altnames together with the netdeviceJakub Kicinski
2023-10-19net: avoid UAF on deleted altnameJakub Kicinski
2023-10-19net: check for altname conflicts when changing netdev's netnsJakub Kicinski
2023-10-19net: fix ifname in netlink ntf during netns moveJakub Kicinski
2023-10-09net: refine debug info in skb_checksum_help()Eric Dumazet
2023-09-16net: core: Use the bitmap API to allocate bitmapsAndy Shevchenko
2023-08-28net: Make consumed action consistent in sch_handle_egressDaniel Borkmann
2023-08-28net: Fix skb consume leak in sch_handle_egressDaniel Borkmann
2023-08-15net: warn about attempts to register negative ifindexJakub Kicinski
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski
2023-08-02bpf, xdp: Add tracepoint to xdp attaching failureLeon Hwang
2023-08-01net: make sure we never create ifindex = 0Jakub Kicinski
2023-07-28net: store netdevs in an xarrayJakub Kicinski
2023-07-25net: remove redundant NULL check in remove_xps_queue()Zhengchao Shao
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann
2023-07-19xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski
2023-07-11net/core: Make use of assign_bit() APIAndy Shevchenko
2023-06-22net: fix net device address assign typePiotr Gardocki
2023-06-15net: add check for current MAC address in dev_set_mac_addressPiotr Gardocki
2023-06-15net: create device lookup API with reference trackingJakub Kicinski
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet
2023-06-07rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet
2023-06-05Merge branch 'drm-i915-use-ref_tracker-library-for-tracking-wakerefs'Jakub Kicinski
2023-06-05lib/ref_tracker: improve printing statsAndrzej Hajda
2023-05-31net: don't set sw irq coalescing defaults in case of PREEMPT_RTHeiner Kallweit
2023-05-26net/core: Enable socket busy polling on -RTKurt Kanzenbach
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet
2023-04-23net: optimize napi_threaded_poll() vs RPS/RFSEric Dumazet
2023-04-23net: make napi_threaded_poll() aware of sd->defer_listEric Dumazet
2023-04-23net: move skb_defer_free_flush() upEric Dumazet