aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge branch 'slab/for-next' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2-15/+16
2 daysMerge branch 'for-next' of https://codeberg.org/linux-nfc/linux.gitMark Brown1-1/+1
2 daysMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/tip/...Mark Brown1-6/+18
2 daysMerge branch 'master' of git://git.code.sf.net/p/tomoyo/tomoyo.gitMark Brown5-7/+300
2 daysMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/herb...Mark Brown2-6/+2
2 daysMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/wpan...Mark Brown1-21/+28
2 daysMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/blue...Mark Brown11-241/+302
2 daysMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/klas...Mark Brown1-3/+2
2 daysMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/bp...Mark Brown1-15/+50
2 daysMerge branch 'main' of https://git.kernel.org/pub/scm/linux/kernel/git/netdev...Mark Brown219-3464/+5532
2 daysMerge branch 'fs-next' of linux-nextMark Brown27-3970/+1437
2 daysMerge branch 'mm-stable' of https://git.kernel.org/pub/scm/linux/kernel/git/a...Mark Brown1-1/+1
2 daysMerge branch 'for-linus' of https://codeberg.org/linux-nfc/linux.gitMark Brown1-3/+11
2 daysMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/klas...Mark Brown11-38/+81
3 daysMerge branch '9p-next' of https://github.com/martinetd/linuxMark Brown2-3/+6
3 daysMerge branch 'nfsd-next' of https://git.kernel.org/pub/scm/linux/kernel/git/c...Mark Brown25-3967/+1431
3 daysmm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig2-15/+16
3 daysnfc: llcp: read llcp_sock->local under the socket lock in getsockoptBreno Leitao1-4/+6
3 daysnfc: llcp: avoid userspace overflow on invalid optlenBreno Leitao1-0/+6
3 daysnfc: llcp: read llcp_sock->local under the socket lock in getsockoptBreno Leitao1-4/+6
3 daysnfc: llcp: avoid userspace overflow on invalid optlenBreno Leitao1-0/+6
3 daysRevert "esp: fix page frag reference leak on skb_to_sgvec failure"Steffen Klassert2-14/+10
3 daysMerge branch into tip/master: 'timers/merge'Ingo Molnar1-6/+18
3 daysnet: Remove support for AIO on socketsDemi Marie Obenour2-6/+2
3 daysnet/rds: use special gfp_t format specifierBrendan Jackman1-1/+1
3 days9p: avoid putting oldfid in p9_client_walk() error pathYizhou Zhao1-1/+2
3 daysnet/9p: fix infinite loop in p9_client_rpc on fatal signalVasiliy Kovalev1-0/+2
3 daysnet: make page_pool_get_stats() voidJakub Kicinski2-8/+2
3 daysdocs: page_pool: drop the mention of the legacy stats APIJakub Kicinski1-0/+3
3 daysMerge tag 'wireless-next-2026-05-28' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski10-58/+386
3 daysMerge tag 'for-net-2026-05-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski8-66/+91
3 dayssctp: fix race between sctp_wait_for_connect and peeloffZhenghang Xiao1-0/+2
3 daysnet: ethtool: don't take rtnl_lock for global string dumpJakub Kicinski2-5/+9
3 daysRevert "vsock/virtio: fix skb overhead overflow on 32-bit builds"Stefano Garzarella1-1/+1
3 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski60-357/+762
3 daysMerge tag 'net-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds57-325/+744
3 dayssvcrdma: Defer send context release to xpo_release_ctxtChuck Lever4-42/+79
3 dayssvcrdma: Release write chunk resources without re-queuingChuck Lever1-10/+1
3 daysSUNRPC: Remove dead rpcsec_gss_krb5 definitionsChuck Lever4-10/+6
3 daysSUNRPC: Remove redundant crypto Kconfig dependenciesChuck Lever1-2/+0
3 daysSUNRPC: Remove per-enctype Kconfig optionsChuck Lever2-54/+14
3 daysSUNRPC: Remove dead code from rpcsec_gss_krb5Chuck Lever9-3336/+5
3 daysSUNRPC: Remove legacy skcipher/ahash handles from krb5_ctxChuck Lever3-493/+3
3 daysSUNRPC: Remove encrypt/decrypt function pointers from enctype tableChuck Lever3-22/+6
3 daysSUNRPC: Remove wrap/unwrap function pointers from enctype tableChuck Lever2-21/+2
3 daysSUNRPC: Remove get_mic/verify_mic function pointers from enctype tableChuck Lever2-18/+2
3 daysSUNRPC: Switch MIC token verification to crypto/krb5Chuck Lever1-13/+23
3 daysSUNRPC: Switch MIC token generation to crypto/krb5Chuck Lever3-12/+121
3 daysSUNRPC: Switch Camellia decrypt to crypto/krb5Chuck Lever1-2/+2
3 daysSUNRPC: Switch wrap token decryption to crypto/krb5Chuck Lever2-4/+57
3 daysSUNRPC: Switch wrap token encryption to crypto/krb5Chuck Lever3-6/+108
3 daysSUNRPC: Prepare crypto/krb5 encryption and checksum handlesChuck Lever2-0/+49
3 daysSUNRPC: Add errno-to-GSS status conversion helperChuck Lever2-0/+26
3 daysSUNRPC: Add helpers to convert xdr_buf byte ranges to scatterlistsChuck Lever1-0/+199
3 daysSUNRPC: Add crypto/krb5 enctype lookup to krb5_ctxChuck Lever2-0/+10
3 daysSUNRPC: Add Kconfig dependency on CRYPTO_KRB5Chuck Lever1-0/+1
3 daysNFSD: Put cache get-reqs dump attrs under replyChuck Lever1-20/+6
3 dayssunrpc: add SUNRPC_CMD_CACHE_FLUSH netlink commandJeff Layton3-0/+45
3 daysnfsd: add netlink upcall for the svc_export cacheJeff Layton2-11/+9
3 dayssunrpc: add netlink upcall for the auth.unix.gid cacheJeff Layton3-0/+271
3 dayssunrpc: add netlink upcall for the auth.unix.ip cacheJeff Layton3-0/+288
3 dayssunrpc: add a generic netlink family for cache upcallsJeff Layton5-1/+111
3 dayssunrpc: add helpers to count and snapshot pending cache requestsJeff Layton1-0/+61
3 dayssunrpc: add a cache_notify callbackJeff Layton1-0/+2
3 dayssunrpc: rename cache_pipe_upcall() to cache_do_upcall()Jeff Layton1-4/+4
3 dayssunrpc: rename sunrpc_cache_pipe_upcall_timeout()Jeff Layton3-5/+5
3 dayssunrpc: rename sunrpc_cache_pipe_upcall() to sunrpc_cache_upcall()Jeff Layton2-4/+4
3 dayssunrpc: skip svc_xprt_enqueue when transport is busyChuck Lever1-3/+10
3 dayssunrpc: skip svc_xprt_enqueue in svc_xprt_received when idleChuck Lever1-1/+13
3 dayssunrpc: skip svc_xprt_enqueue when no work is pendingChuck Lever1-5/+20
4 daysBluetooth: RFCOMM: validate skb length in MCC handlersSeungJu Cheon1-18/+49
4 daysBluetooth: MGMT: validate advertising TLV before type checksZhang Cen1-6/+6
4 daysBluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind()Zhang Cen1-4/+22
4 daysBluetooth: hci_sync: Reset device counters in hci_dev_close_sync()Heitor Alves de Siqueira1-0/+4
4 daysBluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device closeHeitor Alves de Siqueira1-0/+8
4 daysBluetooth: hci_core: Rework hci_dev_do_reset() to use hci_sync functionsHeitor Alves de Siqueira1-40/+3
4 daysBluetooth: ISO: serialize iso_sock_clear_timer with socket lockMuhammad Bilal1-1/+1
4 daysBluetooth: ISO: fix UAF in iso_recv_frameMuhammad Bilal1-3/+7
4 daysBluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rspLuiz Augusto von Dentz1-5/+22
4 daysBluetooth: l2cap: clear chan->ident on ECRED reconfiguration successZhenghang Xiao1-2/+8
4 daysnet/handshake: Drain pending requests at net namespace exitChuck Lever2-3/+12
4 daysnet/handshake: Verify file-reference balance in submit pathsChuck Lever1-0/+28
4 daysnet/handshake: Close the submit-side sock_hold raceChuck Lever1-12/+0
4 daysnet/handshake: hand off the pinned file reference to accept_doitChuck Lever3-5/+28
4 daysnet/handshake: Take a long-lived file reference at submitChuck Lever3-13/+37
4 daysnet/handshake: Pass negative errno through handshake_complete()Chuck Lever7-8/+10
4 daysnet/handshake: Use spin_lock_bh for hn_lockChuck Lever3-9/+11
4 daysnet: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen1-0/+4
4 daysnet/sched: act_mirred: Fix return code in early mirred redirect error pathsVictor Nogueira1-5/+13
4 daysnet/sched: act_mirred: Fix blockcast recursion bypass leading to stack overflowKito Xu (veritas501)1-7/+11
4 daysnet/sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loopJamal Hadi Salim1-17/+30
4 daysnet/sched: fix packet loop on netem when duplicate is onJamal Hadi Salim1-4/+3
4 daysnet/sched: Revert "net/sched: Restrict conditions for adding duplicating nete...Jamal Hadi Salim1-40/+0
4 dayswifi: cfg80211: use strscpy in cfg80211_wext_giwnameThorsten Blum1-1/+2
4 dayswifi: mac80211: fix channel evacuation logicMiri Korenblit3-13/+75
4 dayswifi: mac80211: refactor ieee80211_nan_try_evacuateMiri Korenblit2-26/+54
4 dayswifi: mac80211: add an option to filter out a channel in combinations checkMiri Korenblit2-17/+51
4 dayswifi: nl80211: re-check wiphy netns in testmode and vendor dump continuationsMaoyi Xie1-0/+19
4 dayswifi: mac80211: add KUnit coverage for negotiated TTLM parserMichael Bommarito5-2/+186
4 daysipv6: rpl: fix hdrlen overflow in ipv6_rpl_srh_decompress()Rahul Chandelkar1-1/+1
4 daysnet: sch_fq: update flow delivery time on earlier EDT packetWillem de Bruijn1-4/+30
4 daysnet/sched: cls_bpf: prevent unbounded recursion in offload rollbackJiayuan Chen1-4/+6
4 daysethtool: eeprom: add more safeties to EEPROM Netlink fallbackJakub Kicinski1-1/+4
4 daysethtool: eeprom: add missing ethnl_ops_begin() / _complete() during fallbackJakub Kicinski1-3/+2
4 daysethtool: strset: fix header attribute index in ethnl_req_get_phydev()Jakub Kicinski1-1/+1
4 daysethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failureJakub Kicinski1-4/+2
4 daysethtool: tsinfo: fix uninitialized stats on the by-PHC pathJakub Kicinski1-0/+13
4 daysethtool: tsconfig: fix missing ethnl_ops_complete()Jakub Kicinski1-2/+4
4 daysethtool: pse-pd: fix missing ethnl_ops_complete()Jakub Kicinski1-5/+5
4 daysethtool: linkstate: fix unbalanced ethnl_ops_complete() on PHY lookup errorJakub Kicinski1-4/+2
4 daysethtool: tsconfig: fix reply error handlingJakub Kicinski1-2/+7
4 daysethtool: coalesce: cap profile updates at NET_DIM_PARAMS_NUM_PROFILESJakub Kicinski1-0/+6
4 daysnet: page_pool: silence static analysis warnings in page_pool_nl_stats_fill()Zhao Dongdong1-0/+2
4 daysipv6: frags: cleanup __IP6_INC_STATS() confusionEric Dumazet1-25/+21
4 daysbridge: Fix sleep in atomic context in sysfs pathIdo Schimmel2-9/+22
4 daysbridge: Fix sleep in atomic context in netlink pathIdo Schimmel1-10/+7
4 daysipv6: mcast: annotate data-races around mca_usersYuyang Huang1-4/+7
4 daysnet/dns_resolver: consolidate namelen checks in dns_queryThorsten Blum1-3/+1
4 daysBluetooth: hci_sync: fix UAF in hci_le_create_cis_syncDoruk Tan Ozturk1-1/+3
4 daysBluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt()Zhao Dongdong1-0/+2
4 daysBluetooth: HIDP: fix missing length checks in hidp_input_report()Muhammad Bilal1-5/+18
4 daysBluetooth: L2CAP: use chan timer to close channels in cleanup_listen()Siwei Zhang1-7/+9
4 daysBluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout() on !connSiwei Zhang1-1/+3
4 daysBluetooth: hci_conn: Fix memory leak in hci_le_big_terminate()Pavitra Jha1-1/+3
4 daysBluetooth: hci_sync: Reset device counters in hci_dev_close_sync()Heitor Alves de Siqueira1-0/+4
4 daysBluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device closeHeitor Alves de Siqueira1-0/+8
4 daysBluetooth: hci_core: Rework hci_dev_do_reset() to use hci_sync functionsHeitor Alves de Siqueira1-40/+3
4 daysBluetooth: ISO: serialize iso_sock_clear_timer with socket lockMuhammad Bilal1-1/+1
4 daysBluetooth: ISO: fix UAF in iso_recv_frameMuhammad Bilal1-3/+7
4 daysBluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rspLuiz Augusto von Dentz1-5/+22
4 daysBluetooth: l2cap: clear chan->ident on ECRED reconfiguration successZhenghang Xiao1-2/+8
4 daysBluetooth: hci_sync: fix UAF in hci_le_create_cis_syncDoruk Tan Ozturk1-1/+3
4 daysBluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt()Zhao Dongdong1-0/+2
4 daysBluetooth: hci_sync: Add support for HCI_LE_Set_Host_Feature [v2]Luiz Augusto von Dentz1-1/+23
5 daysrtnetlink: add RTEXT_FILTER_NAME_ONLY support to rtnl_dump_ifinfo()Eric Dumazet1-4/+15
5 daysrtnetlink: do not assume RTNL is held in link_master_filtered()Eric Dumazet1-6/+8
5 daysrtnetlink: do not acquire RTNL in rtnl_getlink() with RTEXT_FILTER_NAME_ONLYEric Dumazet1-27/+67
5 daysnet: defer netdev_name_node_alt_flush() call to netdev_run_todo()Eric Dumazet1-2/+2
5 daysrtnetlink: use nla_nest_end_safe() in rtnl_fill_prop_list()Eric Dumazet1-1/+4
5 daysipv6: validate extension header length before copying to cmsgQi Tang1-8/+46
5 daysnet: hsr: require valid EOT supervision TLVLuka Gejak1-1/+1
5 daysMerge tag 'nfc-7.1-rc6' of https://codeberg.org/linux-nfc/linuxJakub Kicinski4-0/+33
5 daystunnels: do not assume transport header in iptunnel_pmtud_check_icmp()Eric Dumazet1-3/+10
5 daystunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()Eric Dumazet1-5/+4
5 daysMerge tag 'nf-next-26-05-25' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski24-44/+114
5 daysipv6: addrconf: fix temp address generation after prefix deprecationFernando Fernandez Mancera1-1/+9
5 daysl2tp: use refcount_inc_not_zero in l2tp_session_get_by_ifnameMichael Bommarito1-5/+6
5 daysnet: napi: Skip last poll when arming gro timer in busy pollMartin Karsten1-35/+27
5 daysllc: Add SPDX id lines to some llc source filesTim Bird16-112/+16
5 daysMerge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-0/+3
5 daysMerge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds2-32/+15
5 daysethtool: cmis: validate fw->size against start_cmd_payload_sizeJakub Kicinski1-0/+8
5 daysethtool: cmis: validate start_cmd_payload_size from moduleJakub Kicinski1-14/+22
5 daysethtool: cmis: fix u16-to-u8 truncation of msleep_pre_rplJakub Kicinski1-2/+2
5 daysethtool: cmis: require exact CDB reply lengthJakub Kicinski1-2/+7
5 daysethtool: module: fix cleanup if socket used for flashing multiple devicesJakub Kicinski3-9/+8
5 daysethtool: module: check fw_flash_in_progress under rtnl_lockJakub Kicinski1-6/+6
5 daysethtool: module: avoid racy updates to dev->ethtool bitfieldJakub Kicinski1-2/+10
5 daysethtool: module: avoid leaking a netdev ref on module flash errorsJakub Kicinski1-2/+3
5 daysethtool: module: call ethnl_ops_complete() on module flash errorsJakub Kicinski1-1/+2
5 daysethtool: rss: avoid device context leak on reply-build failureJakub Kicinski1-1/+5
5 daysethtool: rss: fix hkey leak when indir_size is 0Jakub Kicinski1-2/+1
5 daysethtool: rss: fix indir_table and hkey leak on get_rxfh failureJakub Kicinski1-1/+3
5 daysethtool: rss: fix falsely ignoring indir table updatesJakub Kicinski1-1/+1
5 daysethtool: rss: add missing errno on RSS context deleteJakub Kicinski1-1/+3
5 daysethtool: rss: avoid modifying the RSS context responseJakub Kicinski1-8/+10
6 daysnet: Avoid checksumming unreadable skb tail on trimBjörn Töpel1-4/+27
6 daysip6: vti: Use ip6_tnl.net in vti6_siocdevprivate().Maoyi Xie1-2/+9
6 daysip6: vti: Use ip6_tnl.net in vti6_changelink().Kuniyuki Iwashima1-5/+7
6 daysxfrm: input: hold netns during deferred transport reinjectionZhengchuan Liang1-4/+12
6 daysxfrm: move policy_bydst RCU sync from per-netns .exit to .pre_exitUsama Arif1-7/+8
6 daysxfrm: iptfs: reset runtime state when cloning SAsShaomin Chen1-5/+23
6 daysnet: hsr: fix potential OOB access in supervision frame handlingLuka Gejak1-2/+2
6 daysdevlink: pass param values by pointerRatheesh Kannoth1-16/+16
6 daysrds: filter RDS_INFO_* getsockopt by caller's netnsMaoyi Xie3-31/+104
6 daysnetlabel: fix IPv6 unlabeled address add error handlingChenguang Zhao1-1/+1
6 daysrds: annotate data-race around rs_seen_congestionJiayuan Chen2-3/+3
6 daysnet/sched: sch_ets: make cl->quantum locklessEric Dumazet1-6/+4
6 daysipv4: igmp: annotate data-races around im->usersYuyang Huang1-4/+7
6 daysipv6: exthdrs: refresh nh pointer after ipv6_hop_jumbo()Justin Iurman1-0/+2
6 daysipv6: exthdrs: refresh nh after handling HAO optionZhengchuan Liang1-0/+2
6 daysnetfilter: nf_conntrack_ftp: avoid u16 overflowsGiuseppe Caruso1-4/+7
6 daysMerge tag 'nf-26-05-22' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski12-42/+173
7 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov133-1347/+2331
7 daysnet: add "struct dst_entry" debuggingTetsuo Handa3-0/+87
7 daysnet: update dev_put()/dev_hold() debuggingTetsuo Handa3-7/+213
7 daysnetfilter: nft_set_pipapo_avx2: restore performance optimizationFlorian Westphal1-21/+14
7 daysnetfilter: nf_conntrack_proto_tcp: fix typos in commentsAvinash Duduskar1-4/+4
7 daysnetfilter: nf_conntrack_irc: fix parse_dcc() off-by-one OOB readMuhammad Bilal1-3/+3
7 daysnetfilter: nfnl_cthelper: apply per-class values when updating policiesDavid Carlier1-2/+2
7 daysnetfilter: nft_set_rbtree: remove dead conditionalFlorian Westphal1-3/+0
7 daysnetfilter: ctnetlink: use nf_ct_exp_net() in expectation dumpPratham Gupta1-1/+1
7 daysnetfilter: nf_conncount: use per-rule hash initvalFlorian Westphal1-4/+3
7 daysnetfilter: allow nfnetlink built-in onlyPablo Neira Ayuso2-2/+2
7 daysnetfilter: add option for GCOV profilingFlorian Westphal12-0/+62
7 daysnetfilter: x_tables: disable 32bit compat interface in user namespacesFlorian Westphal4-0/+16
9 daysipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_...Eric Dumazet1-1/+1
9 daysvsock/virtio: fix skb overhead overflow on 32-bit buildsStefano Garzarella1-1/+1
9 daysnet/iucv: fix locking in .getsockoptBreno Leitao1-6/+14
9 daysnet/smc: Do not re-initialize smc hashtablesAlexandra Winter1-2/+2