aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-08-07Bluetooth: hci_event: Log error for HCI reset status error in hci_cc_reset()Zijun Hu1-1/+4
2026-08-07Bluetooth: hci_sync: Simplify hci_reset_sync()Zijun Hu1-8/+2
2026-08-07Bluetooth: hci_sync: Introduce __hci_reset_sync() for device driversZijun Hu1-0/+8
2026-08-07Bluetooth: hci_sync: Remove unused hci_cmd_sync_dequeue_once()Siwei Zhang1-26/+0
2026-08-07Bluetooth: simplify force_no_mitm_write() with kstrtobool_from_user()Dmitry Antipov1-8/+4
2026-08-07Bluetooth: enable context analysisPauli Virtanen4-0/+8
2026-08-07Bluetooth: RFCOMM: Add minimal context analysis annotationsPauli Virtanen1-0/+1
2026-08-07Bluetooth: L2CAP: Add minimal context analysis annotationsPauli Virtanen1-0/+1
2026-08-07Bluetooth: hci_core: Add minimal context analysis annotationsPauli Virtanen1-0/+3
2026-08-07Bluetooth: af_bluetooth: Add minimal context analysis annotationsPauli Virtanen1-2/+5
2026-08-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-45/+76
2026-08-06Merge tag 'wireless-next-2026-08-06' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski20-176/+261
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski64-323/+770
2026-08-06af_unix: Unlink scc_entry in unix_del_edge().Kuniyuki Iwashima1-0/+1
2026-08-06tcp: honor BPF_SOCK_OPS_RWND_INIT on the active connect pathTejas Birajdar2-4/+8
2026-08-06tls: don't abort the connection on signal-interrupted sendsMaximilian Immanuel Brandtner1-1/+1
2026-08-06net: avoid theoretical races with ref drainJakub Kicinski3-0/+18
2026-08-06net: Defer netdev KOBJ_ADD uevent until the device is publishedDragos Tatulea3-0/+16
2026-08-06sctp: clear control chunk transport if it is being removedXin Long1-0/+4
2026-08-06net/atm: fix slab-out-of-bounds read in vcc_setsockopt()Eric Dumazet1-5/+9
2026-08-06packet: use consistent hard_header_len in TX_RING send pathQihang Tang1-8/+11
2026-08-06packet: use consistent hard_header_len in non-ring send pathsQihang Tang1-10/+16
2026-08-06tls: rx: restore msg_iter before TLS 1.3 optimistic retryJérémy Jean1-0/+2
2026-08-06tls: don't leave a full plaintext sk_msg ring unpushedchanyoung1-0/+14
2026-08-06xdp: reject clones that overrun skb_shared_info tailroomZhiling Zou1-1/+1
2026-08-06mptcp: reclaim forward-allocated memory on RX path errorsPaolo Abeni1-0/+6
2026-08-06mptcp: fastopen: only mark MPTFO subflows with SYN dataWyatt Feng1-3/+4
2026-08-06mptcp: pm: fix memory leak from alloc-during-teardown raceShardul Bankar3-5/+19
2026-08-06mptcp: pm: fix data race in add_addr timer callbackQing Luo1-2/+4
2026-08-06mptcp: remove MPC && MPJ checkMatthieu Baerts (NGI0)1-5/+0
2026-08-06mptcp: avoid combining some incoming suboptionsMatthieu Baerts (NGI0)2-1/+59
2026-08-06mptcp: options: reset DSS fields in case of unexpected sizeMatthieu Baerts (NGI0)1-1/+7
2026-08-06net: qrtr: ns: Raise lookup limit to 128Łukasz Patron1-1/+1
2026-08-06net/sched: reject overly deep qdisc hierarchiesZijie Huang1-0/+9
2026-08-06net: gre: remove unused gretap_fb_dev_createIlya Maximets1-47/+0
2026-08-06openvswitch: vport: remove infrastructure for separate modulesIlya Maximets3-35/+5
2026-08-06openvswitch: vport: remove infrastructure for vport optionsIlya Maximets3-84/+4
2026-08-06openvswitch: remove support for legacy tunnel typesIlya Maximets8-493/+4
2026-08-06block: rename bi_bvec_donePavel Begunkov1-2/+2
2026-08-06wifi: mac80211: skip default WMM setup for AP_VLAN linksFelix Fietkau1-1/+2
2026-08-06net/smc: fix TOCTOU race between smc_listen_out() and listener closeSidraya Jayagond1-1/+2
2026-08-06net: remove WARN_ON_ONCE() from sk_mc_loop()Eric Dumazet1-1/+0
2026-08-06rtnetlink: cap IFLA_VFINFO_LIST at a documented number of VFsArtem Lytkin1-1/+21
2026-08-05xsk: account ring allocations to memcgZihan Xi1-1/+11
2026-08-05rds: synchronize info callbacks with module unloadChengfeng Ye1-5/+18
2026-08-05netlink: drop unneeded semicolonJulia Lawall1-1/+1
2026-08-05ip6_tunnel: clear skb2->cb[] in ip6ip6_err()Zhiling Zou1-0/+3
2026-08-05net/ncsi: fix heap OOB read in NCSI_CMD_SEND_CMD payload lengthHenry Martin1-0/+4
2026-08-05mac802154: fix netdev use-after-free in beacon workerZihan Xi1-0/+4
2026-08-05netfilter: nf_flow_table: drop existing skb dst before skb_dst_set_noref()Eric Dumazet1-0/+3