summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
10 daysnet: Allow to use SMP threads for backlog NAPI.Sebastian Andrzej Siewior1-35/+113
10 daysnet: Remove conditional threaded-NAPI wakeup based on task state.Sebastian Andrzej Siewior1-12/+2
2025-08-28net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski1-0/+12
2025-05-09net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan1-1/+1
2025-03-22net: Handle napi_schedule() calls from non-interruptFrederic Weisbecker1-1/+1
2025-02-27net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao1-3/+34
2025-02-08net: xdp: Disallow attaching device-bound programs in generic modeToke Høiland-Jørgensen1-0/+4
2025-01-09net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn1-1/+3
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin1-0/+4
2024-10-10net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet1-3/+7
2024-10-10net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet1-1/+1
2024-10-10net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann1-1/+1
2024-06-12net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet1-1/+2
2024-03-27net: report RCU QS on threaded NAPI repollingYan Zhai1-0/+3
2024-03-27packet: annotate data-races around ignore_outgoingEric Dumazet1-1/+1
2024-02-01net: fix removing a namespace with conflicting altnamesJakub Kicinski1-0/+9
2024-01-01net: check dev->gso_max_size in gso_features_check()Eric Dumazet1-0/+3
2023-12-03bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye1-0/+8
2023-12-03net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann1-1/+48
2023-10-19net: move altnames together with the netdeviceJakub Kicinski1-4/+9
2023-10-19net: avoid UAF on deleted altnameJakub Kicinski1-1/+6
2023-10-19net: check for altname conflicts when changing netdev's netnsJakub Kicinski1-1/+8
2023-10-19net: fix ifname in netlink ntf during netns moveJakub Kicinski1-13/+31
2023-10-10net: refine debug info in skb_checksum_help()Eric Dumazet1-2/+6
2023-09-16net: core: Use the bitmap API to allocate bitmapsAndy Shevchenko1-3/+3
2023-08-28net: Make consumed action consistent in sch_handle_egressDaniel Borkmann1-0/+2
2023-08-28net: Fix skb consume leak in sch_handle_egressDaniel Borkmann1-0/+1
2023-08-16net: warn about attempts to register negative ifindexJakub Kicinski1-0/+5
2023-08-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+5
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski1-0/+1
2023-08-03bpf, xdp: Add tracepoint to xdp attaching failureLeon Hwang1-1/+4
2023-08-02net: make sure we never create ifindex = 0Jakub Kicinski1-2/+1
2023-07-28net: store netdevs in an xarrayJakub Kicinski1-28/+54
2023-07-26net: remove redundant NULL check in remove_xps_queue()Zhengchao Shao1-2/+1
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann1-102/+163
2023-07-19xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski1-0/+1
2023-07-11net/core: Make use of assign_bit() APIAndy Shevchenko1-6/+2
2023-06-23net: fix net device address assign typePiotr Gardocki1-5/+5
2023-06-16net: add check for current MAC address in dev_set_mac_addressPiotr Gardocki1-0/+2
2023-06-15net: create device lookup API with reference trackingJakub Kicinski1-18/+45
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-69/+1
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet1-1/+1
2023-06-07rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet1-2/+4
2023-06-06Merge branch 'drm-i915-use-ref_tracker-library-for-tracking-wakerefs'Jakub Kicinski1-1/+1
2023-06-06lib/ref_tracker: improve printing statsAndrzej Hajda1-1/+1
2023-06-01net: don't set sw irq coalescing defaults in case of PREEMPT_RTHeiner Kallweit1-2/+4
2023-05-26net/core: Enable socket busy polling on -RTKurt Kanzenbach1-3/+6
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet1-1/+1
2023-04-23net: optimize napi_threaded_poll() vs RPS/RFSEric Dumazet1-2/+10