summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2026-04-06batman-adv: hold claim backbone gateways by referenceHaoze Xie-9/+18
2026-04-05mm: introduce a new page type for page pool in page typeByungchul Park-15/+32
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)-3/+3
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)-3/+2
2026-04-03ipv4: icmp: fix null-ptr-deref in icmp_build_probe()Yiqi Sun-0/+7
2026-04-03ipv4: nexthop: allocate skb dynamically in rtm_get_nexthop()Fernando Fernandez Mancera-11/+27
2026-04-03ipv4: nexthop: avoid duplicate NHA_HW_STATS_ENABLE on nexthop group dumpFernando Fernandez Mancera-2/+1
2026-04-03tipc: fix bc_ackers underflow on duplicate GRP_ACK_MSGOleh Konko-1/+5
2026-04-03inet: remove leftover EXPORT_SYMBOL()Eric Dumazet-21/+0
2026-04-03rtnetlink: add missing netlink_ns_capable() check for peer netnsNikolaos Gkarlis-13/+27
2026-04-03bridge: guard local VLAN-0 FDB helpers against NULL vlan groupZijing Yin-0/+6
2026-04-03ipv6: ioam: fix potential NULL dereferences in __ioam6_fill_trace_data()Eric Dumazet-11/+16
2026-04-03net: sched: act_csum: validate nested VLAN headersRuide Cao-1/+5
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov-584/+1086
2026-04-03svcrdma: Use contiguous pages for RDMA Read sink buffersChuck Lever-0/+223
2026-04-03SUNRPC: Add svc_rqst_page_release() helperChuck Lever-6/+3
2026-04-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-5/+8
2026-04-03net: tipc: Use crypto_stdrng_get_bytes()Eric Biggers-11/+2
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-310/+554
2026-04-02batman-adv: reject oversized global TT response buffersRuide Cao-2/+7
2026-04-02ipv6: avoid overflows in ip6_datagram_send_ctl()Eric Dumazet-0/+10
2026-04-02net: hsr: fix VLAN add unwind on slave errorsLuka Gejak-15/+17
2026-04-02net: hsr: serialize seq_blocks merge across nodesLuka Gejak-2/+36
2026-04-02vsock: initialize child_ns_mode_locked in vsock_net_init()Stefano Garzarella-0/+1
2026-04-02net/sched: cls_flow: fix NULL pointer dereference on shared blocksXiang Mei-1/+9
2026-04-02net/sched: cls_fw: fix NULL pointer dereference on shared blocksXiang Mei-2/+12
2026-04-02net/x25: Fix overflow when accumulating packetsMartin Schiller-0/+5
2026-04-02net/x25: Fix potential double free of skbMartin Schiller-3/+2
2026-04-02net: mctp: don't require a route for null-EID ingressJeremy Kerr-19/+55
2026-04-02net: mctp: allow local TX with no address assignedJeremy Kerr-14/+118
2026-04-02net: mctp: perform source address lookups when we populate our dstJeremy Kerr-30/+72
2026-04-01net/sched: sch_netem: fix out-of-bounds access in packet corruptionYucheng Lu-2/+3
2026-04-01Merge tag 'nf-26-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-120/+191
2026-04-01Merge tag 'for-net-2026-04-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-112/+165
2026-04-01Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-23/+27
2026-04-01bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_re...Kuniyuki Iwashima-5/+8
2026-04-01ipv6: move ip6_dst_hoplimit() to net/ipv6/ip6_output.cEric Dumazet-23/+21
2026-04-01rds: ib: reject FRMR registration before IB connection is establishedWeiming Shi-1/+6
2026-04-01ipv6: fix data race in fib6_metric_set() using cmpxchgHangbin Liu-3/+11
2026-04-01Bluetooth: hci_sync: fix stack buffer overflow in hci_le_big_create_synchkbinbin-1/+2
2026-04-01Bluetooth: SMP: derive legacy responder STK authentication from MITM stateOleh Konko-4/+1
2026-04-01Bluetooth: SMP: force responder MITM requirements before building the pairing...Oleh Konko-1/+5
2026-04-01Bluetooth: MGMT: validate mesh send advertising payload lengthKeenan Dong-3/+11
2026-04-01Bluetooth: hci_event: fix potential UAF in hci_le_remote_conn_param_req_evtPauli Virtanen-13/+20
2026-04-01Bluetooth: hci_conn: fix potential UAF in set_cig_params_syncPauli Virtanen-1/+7
2026-04-01Bluetooth: MGMT: validate LTK enc_size on loadKeenan Dong-0/+3
2026-04-01Bluetooth: hci_sync: Fix UAF in le_read_features_completeLuiz Augusto von Dentz-5/+5
2026-04-01Bluetooth: hci_sync: fix leaks when hci_cmd_sync_queue_once failsPauli Virtanen-2/+11
2026-04-01Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST if existsPauli Virtanen-17/+36
2026-04-01Bluetooth: hci_event: move wake reason storage into validated event handlersOleh Konko-59/+35