summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer
2025-07-14Add support to set NAPI threaded for individual NAPISamiullah Khawaja
2025-07-14dev: Pass netdevice_tracker to dev_get_by_flags_rcu().Kuniyuki Iwashima
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen
2025-07-08ipv6: anycast: Don't hold RTNL for IPV6_JOIN_ANYCAST.Kuniyuki Iwashima
2025-07-08net: ethtool: remove the compat code for _rxfh_context opsJakub Kicinski
2025-07-08net: account for encap headers in qdisc pkt lenFengyuan Gong
2025-07-02net: preserve MSG_ZEROCOPY with forwardingWillem de Bruijn
2025-06-19Merge branch 'ref_tracker-add-ability-to-register-a-debugfs-file-for-a-ref_tr...Jakub Kicinski
2025-06-19ref_tracker: eliminate the ref_tracker_dir name fieldJeff Layton
2025-06-19ref_tracker: add a static classname string to each ref_tracker_dirJeff Layton
2025-06-18net: remove redundant ASSERT_RTNL() in queue setup functionsStanislav Fomichev
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev
2025-06-10net: stop napi kthreads when THREADED napi is disabledSamiullah Khawaja
2025-06-05net: annotate data-races around cleanup_net_taskEric Dumazet
2025-05-30hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()Saurabh Sengar
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook
2025-05-27net: core: Switch netif_set_mac_address() to struct sockaddr_storageKees Cook
2025-05-21net: add debug checks in ____napi_schedule() and napi_poll()Eric Dumazet
2025-05-21net: use skb_crc32c() in skb_crc32c_csum_help()Eric Biggers
2025-05-21net: introduce CONFIG_NET_CRC32CEric Biggers
2025-05-20selftests: net: validate team flags propagationStanislav Fomichev
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-15xdp: Use nested-BH locking for system_page_poolSebastian Andrzej Siewior
2025-05-13net: check for driver support in netmem TXMina Almasry
2025-05-12net: Lock lower level devices when updating featuresCosmin Ratiu
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-06net: add missing instance lock to dev_set_promiscuityStanislav Fomichev
2025-05-06net: Lock netdevices during dev_shutdownCosmin Ratiu
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-16net: don't try to ops lock uninitialized devsJakub Kicinski
2025-04-14net: convert dev->rtnl_link_state to a boolJakub Kicinski
2025-04-14net: don't mix device locking in dev_close_many() callsJakub Kicinski
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-09netdev: add "ops compat locking" helpersJakub Kicinski
2025-04-09net: avoid potential race between netdev_get_by_index_lock() and netns switchJakub Kicinski
2025-04-08net: add data-race annotations in softnet_seq_show()Eric Dumazet
2025-04-08net: rps: annotate data-races around (struct sd_flow_limit)->countEric Dumazet
2025-04-08net: rps: change skb_flow_limit() hash functionEric Dumazet
2025-04-07net: hold instance lock during NETDEV_CHANGEStanislav Fomichev
2025-04-03net: use netif_disable_lro in ipv6_add_devStanislav Fomichev
2025-04-03net: hold instance lock during NETDEV_REGISTER/UPStanislav Fomichev
2025-04-02bpf: add missing ops lock around dev_xdp_attach_linkStanislav Fomichev
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-25net: protect rxq->mp_params with the instance lockJakub Kicinski
2025-03-25net: designate queue -> napi linking as "ops protected"Jakub Kicinski
2025-03-25net: designate queue counts as "double ops protected" by instance lockJakub Kicinski
2025-03-25net: remove netif_set_real_num_rx_queues() helper for when SYSFS=nJakub Kicinski
2025-03-25net: rfs: hash function changeEric Dumazet