summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-04-16nexthop: fix IPv6 route referencing IPv4 nexthopJiayuan Chen1-2/+2
2026-04-16net/sched: sch_cake: fix NAT destination port not being updated in cake_updat...Dudu Lu1-1/+1
2026-04-16net: bridge: use a stable FDB dst snapshot in RCU readersZhengchuan Liang2-13/+23
2026-04-16net/sched: act_mirred: fix wrong device for mac_header_xmit check in tcf_bloc...Dudu Lu1-1/+1
2026-04-15Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds448-6479/+11286
2026-04-15Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds5-29/+78
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-27/+172
2026-04-14net: caif: clear client service pointer on teardownZhengchuan Liang1-2/+12
2026-04-14net: strparser: fix skb_head leak in strp_abort_strp()Luxiao Xu1-0/+8
2026-04-14net, bpf: fix null-ptr-deref in xdp_master_redirect() for down masterJiayuan Chen1-0/+2
2026-04-14Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-111/+43
2026-04-14sctp: disable BH before calling udp_tunnel_xmit_skb()Xin Long2-0/+4
2026-04-14sctp: fix missing encap_port propagation for GSO fragmentsXin Long1-0/+1
2026-04-14tcp: Don't set treq->req_usec_ts in cookie_tcp_reqsk_init().Kuniyuki Iwashima1-1/+1
2026-04-14udp: Force compute_score to always inlineGabriel Krisman Bertazi2-12/+13
2026-04-14Merge tag 'landlock-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+7
2026-04-14net: qrtr: ns: Fix use-after-free in driver remove()Manivannan Sadhasivam1-0/+11
2026-04-14net: qrtr: ns: Limit the total number of nodesManivannan Sadhasivam1-2/+14
2026-04-14net: qrtr: ns: Free the node during ctrl_cmd_bye()Manivannan Sadhasivam1-5/+15
2026-04-14net: qrtr: ns: Limit the maximum number of lookupsManivannan Sadhasivam1-2/+12
2026-04-14net: qrtr: ns: Limit the maximum server registration per nodeManivannan Sadhasivam1-5/+21
2026-04-14can: raw: convert to getsockopt_iterBreno Leitao1-15/+13
2026-04-14af_packet: convert to getsockopt_iterBreno Leitao1-8/+7
2026-04-14net: call getsockopt_iter if availableBreno Leitao1-3/+51
2026-04-14Merge tag 'for-net-next-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski6-13/+36
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds23-31/+31
2026-04-13Merge tag 'vfs-7.1-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-27/+92
2026-04-13tcp: update window_clamp when SO_RCVBUF is setJakub Kicinski4-0/+16
2026-04-13Bluetooth: hci_event: fix potential UAF in SSP passkey handlersShuvam Pandey1-4/+14
2026-04-13Bluetooth: SCO: check for codecs->num_codecs == 1 before assigning to sco_pi(...Stefan Metzmacher1-1/+2
2026-04-13Bluetooth: l2cap: Add missing chan lock in l2cap_ecred_reconf_rspDudu Lu1-0/+6
2026-04-13Bluetooth: fix locking in hci_conn_request_evt() with HCI_PROTO_DEFERPauli Virtanen1-3/+0
2026-04-13Bluetooth: hci_sync: make hci_cmd_sync_run_once return -EEXIST if existsPauli Virtanen2-2/+4
2026-04-13Bluetooth: L2CAP: Fix printing wrong information if SDU length exceeds MTULuiz Augusto von Dentz1-1/+1
2026-04-13bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skbSun Jian1-8/+12
2026-04-13net: add noinline __init __no_profile to skb_extensions_init() for GCOV compa...Konstantin Khorenko1-1/+1
2026-04-13net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALLKonstantin Khorenko1-3/+1
2026-04-13vsock: fix buffer size clamping orderNorbert Szetei1-3/+3
2026-04-13Merge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski14-52/+51
2026-04-13net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet5-23/+22
2026-04-13tcp: change tcp_filter() to return the reason by valueEric Dumazet2-4/+8
2026-04-13net: change sk_filter_reason() to return the reason by valueEric Dumazet1-2/+2
2026-04-13net: always set reason in sk_filter_trim_cap()Eric Dumazet1-3/+2
2026-04-13net: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet8-23/+20
2026-04-12net/rds: Restrict use of RDS/IB to the initial network namespaceGreg Jumper2-2/+12
2026-04-12net/rds: Optimize rds_ib_laddr_checkHÃ¥kon Bugge3-3/+20
2026-04-12net: rose: reject truncated CLEAR_REQUEST frames in state machinesMashiro Chen1-0/+7
2026-04-12gre: Count GRE packet dropsGal Pressman3-2/+8
2026-04-12bpf: Fix same-register dst/src OOB read and pointer leak in sock_opsJiayuan Chen1-2/+4
2026-04-12NFC: digital: Bounds check NFC-A cascade depth in SDD response handlerGreg Kroah-Hartman1-0/+6