summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-05-28net/handshake: Close the submit-side sock_hold raceChuck Lever1-12/+0
2026-05-28net/handshake: hand off the pinned file reference to accept_doitChuck Lever3-5/+28
2026-05-28net/handshake: Take a long-lived file reference at submitChuck Lever3-13/+37
2026-05-28net/handshake: Pass negative errno through handshake_complete()Chuck Lever7-8/+10
2026-05-28net/handshake: Use spin_lock_bh for hn_lockChuck Lever3-9/+11
2026-05-28net: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen1-0/+4
2026-05-28net/sched: act_mirred: Fix return code in early mirred redirect error pathsVictor Nogueira1-5/+13
2026-05-28net/sched: act_mirred: Fix blockcast recursion bypass leading to stack overflowKito Xu (veritas501)1-7/+11
2026-05-28net/sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loopJamal Hadi Salim1-17/+30
2026-05-28net/sched: fix packet loop on netem when duplicate is onJamal Hadi Salim1-4/+3
2026-05-28net/sched: Revert "net/sched: Restrict conditions for adding duplicating nete...Jamal Hadi Salim1-40/+0
2026-05-28wifi: cfg80211: use strscpy in cfg80211_wext_giwnameThorsten Blum1-1/+2
2026-05-28wifi: mac80211: fix channel evacuation logicMiri Korenblit3-13/+75
2026-05-28wifi: mac80211: refactor ieee80211_nan_try_evacuateMiri Korenblit2-26/+54
2026-05-28wifi: mac80211: add an option to filter out a channel in combinations checkMiri Korenblit2-17/+51
2026-05-28wifi: nl80211: re-check wiphy netns in testmode and vendor dump continuationsMaoyi Xie1-0/+19
2026-05-28wifi: mac80211: add KUnit coverage for negotiated TTLM parserMichael Bommarito5-2/+186
2026-05-27ipv6: rpl: fix hdrlen overflow in ipv6_rpl_srh_decompress()Rahul Chandelkar1-1/+1
2026-05-27net: sch_fq: update flow delivery time on earlier EDT packetWillem de Bruijn1-4/+30
2026-05-27net/sched: cls_bpf: prevent unbounded recursion in offload rollbackJiayuan Chen1-4/+6
2026-05-27ethtool: eeprom: add more safeties to EEPROM Netlink fallbackJakub Kicinski1-1/+4
2026-05-27ethtool: eeprom: add missing ethnl_ops_begin() / _complete() during fallbackJakub Kicinski1-3/+2
2026-05-27ethtool: strset: fix header attribute index in ethnl_req_get_phydev()Jakub Kicinski1-1/+1
2026-05-27ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failureJakub Kicinski1-4/+2
2026-05-27ethtool: tsinfo: fix uninitialized stats on the by-PHC pathJakub Kicinski1-0/+13
2026-05-27ethtool: tsconfig: fix missing ethnl_ops_complete()Jakub Kicinski1-2/+4
2026-05-27ethtool: pse-pd: fix missing ethnl_ops_complete()Jakub Kicinski1-5/+5
2026-05-27ethtool: linkstate: fix unbalanced ethnl_ops_complete() on PHY lookup errorJakub Kicinski1-4/+2
2026-05-27ethtool: tsconfig: fix reply error handlingJakub Kicinski1-2/+7
2026-05-27ethtool: coalesce: cap profile updates at NET_DIM_PARAMS_NUM_PROFILESJakub Kicinski1-0/+6
2026-05-27net: page_pool: silence static analysis warnings in page_pool_nl_stats_fill()Zhao Dongdong1-0/+2
2026-05-27ipv6: frags: cleanup __IP6_INC_STATS() confusionEric Dumazet1-25/+21
2026-05-27bridge: Fix sleep in atomic context in sysfs pathIdo Schimmel2-9/+22
2026-05-27bridge: Fix sleep in atomic context in netlink pathIdo Schimmel1-10/+7
2026-05-27ipv6: mcast: annotate data-races around mca_usersYuyang Huang1-4/+7
2026-05-27net/dns_resolver: consolidate namelen checks in dns_queryThorsten Blum1-3/+1
2026-05-27Bluetooth: hci_sync: fix UAF in hci_le_create_cis_syncDoruk Tan Ozturk1-1/+3
2026-05-27Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt()Zhao Dongdong1-0/+2
2026-05-27Bluetooth: HIDP: fix missing length checks in hidp_input_report()Muhammad Bilal1-5/+18
2026-05-27Bluetooth: L2CAP: use chan timer to close channels in cleanup_listen()Siwei Zhang1-7/+9
2026-05-27Bluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout() on !connSiwei Zhang1-1/+3
2026-05-27Bluetooth: hci_conn: Fix memory leak in hci_le_big_terminate()Pavitra Jha1-1/+3
2026-05-26rtnetlink: add RTEXT_FILTER_NAME_ONLY support to rtnl_dump_ifinfo()Eric Dumazet1-4/+15
2026-05-26rtnetlink: do not assume RTNL is held in link_master_filtered()Eric Dumazet1-6/+8
2026-05-26rtnetlink: do not acquire RTNL in rtnl_getlink() with RTEXT_FILTER_NAME_ONLYEric Dumazet1-27/+67
2026-05-26net: defer netdev_name_node_alt_flush() call to netdev_run_todo()Eric Dumazet1-2/+2
2026-05-26rtnetlink: use nla_nest_end_safe() in rtnl_fill_prop_list()Eric Dumazet1-1/+4
2026-05-26ipv6: validate extension header length before copying to cmsgQi Tang1-8/+46
2026-05-26net: hsr: require valid EOT supervision TLVLuka Gejak1-1/+1
2026-05-26Merge tag 'nfc-7.1-rc6' of https://codeberg.org/linux-nfc/linuxJakub Kicinski4-0/+33