summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2025-04-09bpf, sockmap: fix duplicated data transmissionJiayuan Chen
2025-04-09bpf, sockmap: Fix data lost during EAGAIN retriesJiayuan Chen
2025-04-09net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima
2025-04-09netdev: depend on netdev->lock for qstats in ops locked driversJakub Kicinski
2025-04-09netdev: depend on netdev->lock for xdp featuresJakub Kicinski
2025-04-09xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski
2025-04-09netdev: don't hold rtnl_lock over nl queue info get when possibleJakub 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: Drop unused @sk of __skb_try_recv_from_queue()Michal Luczaj
2025-04-08rtnetlink: Fix bad unlock balance in do_setlink().Kuniyuki Iwashima
2025-04-08net: rps: remove kfree_rcu_mightsleep() useEric Dumazet
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-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04net: avoid false positive warnings in __net_mp_close_rxq()Jakub Kicinski
2025-04-04net: move mp dev config validation to __net_mp_open_rxq()Jakub Kicinski
2025-04-03netdevsim: add dummy device notifiersStanislav Fomichev
2025-04-03net: rename rtnl_net_debug to lock_debugStanislav 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-03net: decrease cached dst counters in dst_releaseAntoine Tenart
2025-04-02rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init().Kuniyuki Iwashima
2025-04-02bpf: add missing ops lock around dev_xdp_attach_linkStanislav Fomichev
2025-04-01Merge tag 'net-6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-03-31net: fix use-after-free in the netdev_nl_sock_priv_destroy()Taehee Yoo
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-03-27rtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-25Merge tag 'for-net-next-2025-03-25' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
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: bubble up taking netdev instance lock to callers of net_devmem_unbind_dm...Jakub Kicinski
2025-03-25net-timestamp: COMPLETION timestamp on packet tx completionPauli Virtanen
2025-03-25net: rfs: hash function changeEric Dumazet
2025-03-24net: introduce per netns packet chainsPaolo Abeni
2025-03-24netpoll: Eliminate redundant assignmentBreno Leitao
2025-03-24net: pktgen: add strict buffer parsing index checkPeter Seiderer
2025-03-21net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Kuniyuki Iwashima
2025-03-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-20net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma
2025-03-20net: lwtunnel: fix recursion loopsJustin Iurman
2025-03-20net: phy: Support speed selection for PHY loopbackGerhard Engleder