summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-06-09net: ethtool: ioctl: concentrate the lockingJakub Kicinski
2026-06-09net: ethtool: optionally skip rtnl_lock in RSS context handlersJakub Kicinski
2026-06-09net: ethtool: optionally skip rtnl_lock in ethnl_act_module_fw_flash()Jakub Kicinski
2026-06-09net: ethtool: optionally skip rtnl_lock in ethnl_tsinfo_dumpit()Jakub Kicinski
2026-06-09net: ethtool: optionally skip rtnl_lock in cable test handlersJakub Kicinski
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for SET opsJakub Kicinski
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for GET opsJakub Kicinski
2026-06-09net: ethtool: make dev->hwprov ops-protectedJakub Kicinski
2026-06-09net: ethtool: relax ethnl_req_get_phydev() locking assertionJakub Kicinski
2026-06-09net: ethtool: serialize broadcast notification sequence allocationJakub Kicinski
2026-06-09esp: fix page frag reference leak on skb_to_sgvec failureAlessandro Schino
2026-06-09ipv4: igmp: annotate data-races around timer-related fieldsYuyang Huang
2026-06-09ipv4: igmp: annotate data-races around in_dev->mc_countYuyang Huang
2026-06-09netconsole: do not dequeue pooled skbs that cannot satisfy lenBreno Leitao
2026-06-09rxrpc: Fix the ACK parser to extract the SACK table for parsingDavid Howells
2026-06-08net: openvswitch: fix possible kfree_skb of ERR_PTRAdrian Moreno
2026-06-08tls: Flush backlog before waiting for a new recordChuck Lever
2026-06-08tls: Suppress spurious saved_data_ready on all receive pathsChuck Lever
2026-06-08tls: Factor tls_strp_msg_consume() from tls_strp_msg_done()Chuck Lever
2026-06-08tls: Move decrypt-failure abort into tls_rx_one_record()Chuck Lever
2026-06-08tls: Re-present partially-consumed records in tls_sw_read_sock()Chuck Lever
2026-06-08tls: Avoid evaluating freed skb in tls_sw_read_sock() loopChuck Lever
2026-06-08net: garp: reload skb header pointers after pskb_may_pull()David Carlier
2026-06-08ipv6: sit: reload inner IPv6 header after GSO offloadsKyle Zeng
2026-06-08net: qrtr: fix refcount saturation and potential UAF in qrtr_port_removeMingyu Wang
2026-06-08netdev: fix double-free in netdev_nl_bind_rx_doit()Jakub Kicinski
2026-06-08net: phonet: free phonet_device after RCU grace periodSantosh Kalluri
2026-06-08net: add pskb_may_pull() to skb_gro_receive_list()HanQuan
2026-06-08ip6mr: Replace RTNL with a dedicated mutex for MFC.Kuniyuki Iwashima
2026-06-08ip6mr: Remove RTNL in ip6mr_rules_init() and ip6mr_net_init().Kuniyuki Iwashima
2026-06-08ip6mr: Convert ip6mr_net_exit_batch() to ->exit_rtnl().Kuniyuki Iwashima
2026-06-08ip6mr: Move unregister_netdevice_many() out of ip6mr_free_table().Kuniyuki Iwashima
2026-06-08ip6mr: Move unregister_netdevice_many() out of mroute_clean_tables().Kuniyuki Iwashima
2026-06-08ip6mr: Call fib_rules_unregister() without RTNL.Kuniyuki Iwashima
2026-06-08ip6mr: Free mr_table after RCU grace period.Kuniyuki Iwashima
2026-06-08net: Remove rtnl_held of struct fib_dump_filter.Kuniyuki Iwashima
2026-06-08ip6mr: Convert ip6mr_rtm_dumproute() to RCU.Kuniyuki Iwashima
2026-06-08ip6mr: Convert ip6mr_rtm_getroute() to RCU.Kuniyuki Iwashima
2026-06-08ip6mr: Allocate skb earlier in ip6mr_rtm_getroute().Kuniyuki Iwashima
2026-06-08ip6mr: Use MAXMIFS in mr6_msgsize().Kuniyuki Iwashima
2026-06-08ip6mr: Annotate access to mrt->mroute_do_{pim,assert,wrvifwhole}.Kuniyuki Iwashima
2026-06-08net_sched: sch_fq: convert skb->tstamp if not monotonicWillem de Bruijn
2026-06-08net: ensure SCM_TXTIME delivery time is no older than system bootWillem de Bruijn
2026-06-08neighbour: remove obsolete EXPORT_SYMBOL()Eric Dumazet
2026-06-08Merge tag 'batadv-next-pullrequest-20260605' of https://git.open-mesh.org/batadvJakub Kicinski
2026-06-08tcp: restrict SO_ATTACH_FILTER to priv usersEric Dumazet
2026-06-08Merge tag 'nf-next-26-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-06-08sunrpc: fix uninitialized xprt_create_args structureHongling Zeng
2026-06-08xprtrdma: Remove tautological I2 assertion in rpcrdma_reply_putChuck Lever
2026-06-08xprtrdma: Fix I3 invariant comment in rpcrdma_complete_rqstChuck Lever