summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-10Merge tag 'nfs-for-7.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-4/+31
2026-07-09Merge tag 'net-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds56-436/+818
2026-07-09Merge tag 'nf-26-07-08' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni14-106/+189
2026-07-09ethtool: rss: Fix hfunc and input_xfrm parsing on big endianGal Pressman2-6/+36
2026-07-09Merge tag 'batadv-net-pullrequest-20260708' of https://git.open-mesh.org/batadvPaolo Abeni7-22/+28
2026-07-08SUNRPC: pin upper rpc_clnt across the TLS connect_workerChuck Lever2-3/+27
2026-07-08SUNRPC: release lower rpc_clnt if killed waiting for XPRT_LOCKEDChuck Lever1-1/+4
2026-07-08ipvs: ensure inner headers in ICMP errors are in headroomJulian Anastasov1-6/+15
2026-07-08ipvs: use parsed transport offset in SCTP state lookupYizhou Zhao1-10/+5
2026-07-08ipvs: use parsed transport offset in TCP state lookupYizhou Zhao1-7/+1
2026-07-08ipvs: pass parsed transport offset to state handlersYizhou Zhao4-8/+11
2026-07-08netfilter: handle unreadable fragsFlorian Westphal4-19/+41
2026-07-08netfilter: flowtable: support IPIP tunnel with direct xmitPablo Neira Ayuso2-6/+9
2026-07-08netfilter: flowtable: IPIP tunnel hardware offload is not yet supportPablo Neira Ayuso2-6/+23
2026-07-08netfilter: flowtable: use dst in this direction when pushing IPIP headerPablo Neira Ayuso1-7/+11
2026-07-08netfilter: ipset: allocate the proper memory for the generic hash structureJozsef Kadlecsik1-2/+11
2026-07-08netfilter: ipset: cleanup the add/del backlog when resize failedJozsef Kadlecsik1-8/+20
2026-07-08netfilter: ipset: exclude gc when resize is in progressJozsef Kadlecsik1-11/+20
2026-07-08netfilter: ipset: mark the rcu locked areas properlyJozsef Kadlecsik1-8/+5
2026-07-08netfilter: nft_lookup: fix catchall element handling with inverted lookupsTamaki Yanagawa1-5/+5
2026-07-08netfilter: ebtables: module names must be null-terminatedFlorian Westphal1-0/+3
2026-07-08netfilter: ebtables: zero chainstack arrayFlorian Westphal1-2/+1
2026-07-08netfilter: ebtables: terminate table name before find_table_lock()Xiang Mei1-0/+6
2026-07-08netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defragXiang Mei1-1/+2
2026-07-08ipv4: igmp: Fix potential memory leaks in igmp_mod_timer() and igmp_stop_timer()Eric Dumazet1-2/+12
2026-07-08ipv6: mcast: Fix potential UAF in MLD delayed workEric Dumazet1-12/+28
2026-07-08ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()Eric Dumazet1-5/+9
2026-07-08net/sched: cake: reject overhead values that underflow lengthSamuel Moelius1-4/+1
2026-07-08Merge tag 'for-net-2026-07-06' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni12-239/+383
2026-07-07ipv4: igmp: remove multicast group from hash table on device destructionYuyang Huang1-0/+1
2026-07-07net/tls: Consume empty data records in tls_sw_read_sock()Chuck Lever1-0/+11
2026-07-06Bluetooth: L2CAP: fix tx ident leak for commands without a responseStig Hornang1-2/+13
2026-07-06Bluetooth: ISO: fix malformed ISO_END/CONT handlingPauli Virtanen1-15/+16
2026-07-06Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()Siwei Zhang4-105/+121
2026-07-06Bluetooth: fix UAF in bt_accept_dequeue()Yousef Alhouseen2-16/+5
2026-07-06Bluetooth: bnep: pin L2CAP connection during netdev registrationYousef Alhouseen1-6/+21
2026-07-06Bluetooth: sco: Fix a race condition in sco_sock_timeout()Sungwoo Kim1-1/+14
2026-07-06Bluetooth: MGMT: Fix adv monitor add failure cleanupCen Zhang2-1/+3
2026-07-06Bluetooth: 6lowpan: hold L2CAP conn across debugfs controlCen Zhang2-6/+16
2026-07-06Bluetooth: 6lowpan: avoid untracked enable workCen Zhang1-23/+4
2026-07-06Bluetooth: hci_conn: Fix null ptr deref in hci_abort_conn()Siwei Zhang2-32/+122
2026-07-06Bluetooth: L2CAP: validate option length before reading conf opt valueMuhammad Bilal1-8/+28
2026-07-06Bluetooth: L2CAP: cancel pending_rx_work before taking conn->lockRunyu Xiao1-8/+2
2026-07-06Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync()Muhammad Bilal1-1/+12
2026-07-06Bluetooth: MGMT: Fix UAF of hci_conn_params in add_device_completeSamuel Page1-0/+3
2026-07-06Bluetooth: 6lowpan: Fix using chan->conn as indication to no remote netdevLuiz Augusto von Dentz1-15/+3
2026-07-06net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socketXiang Mei1-5/+10
2026-07-06net/sched: act_pedit: fix TOCTOU heap OOB write in tc offloadJamal Hadi Salim3-11/+37
2026-07-06Merge tag 'nf-26-07-03' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni12-12/+59
2026-07-06batman-adv: dat: fix tie-break for candidate selectionSven Eckelmann1-1/+1