aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-08-10svcrdma: Reject connection when transport allocation failsChuck Lever1-6/+10
2026-08-10svcrdma: Use svc_xprt_put to free listener on create failureChuck Lever1-1/+7
2026-08-10svcrdma: Reorder rpcrdma_rn_unregister before rdma_destroy_idChuck Lever1-3/+10
2026-08-10svcrdma: Fix unmatched rn_unregister on failed acceptChris Mason2-8/+44
2026-08-10netfilter: nft_ct: move custom expectation support to helperPablo Neira Ayuso2-47/+134
2026-08-10netfilter: flowtable: detach layer 2 encapsulation parser from lookupPablo Neira Ayuso1-12/+12
2026-08-10netfilter: flowtable: move ipv4 and ipv6 xmit path to functionPablo Neira Ayuso1-38/+54
2026-08-10netfilter: flowtable: store ethertype in flowtable contextPablo Neira Ayuso1-19/+28
2026-08-10netfilter: flowtable: rename ctx.tun.proto to ctx.tun.inner_protoPablo Neira Ayuso1-7/+7
2026-08-10netfilter: flowtable: rename tun.l3_proto to tun.inner_protoPablo Neira Ayuso4-7/+7
2026-08-10net: netfilter: add ether_type to net_device_path_ctx and use itPablo Neira Ayuso3-2/+10
2026-08-10net: pass net_device_path_ctx to dev_fill_forward_path()Lorenzo Bianconi2-12/+13
2026-08-10netfilter: add DEBUG_NET_WARN_ON_ONCE to skb_set_nfct()Pablo Neira Ayuso3-13/+7
2026-08-07net: devmem: allow rx-page-size > PAGE_SIZE per dmabuf bindingBobby Eshleman5-23/+57
2026-08-07net/sched: cls_api: fix teardown of an adopted proto on insert-race lossVictor Nogueira1-5/+13
2026-08-07net: fix skb length accounting after generic XDP frag adjustmentSun Jian1-3/+7
2026-08-07bridge: Use ndisc_parse_options() to parse ND options in br_nd_send()Danielle Ratson2-15/+18
2026-08-07bridge: Linearize skb once the ND message type is validatedDanielle Ratson1-3/+8
2026-08-07bridge: Validate NS/NA messages using ndisc_check_ns_na()Danielle Ratson2-8/+5
2026-08-07ipv6: ndisc: Add ndisc_check_ns_na() validation helperDanielle Ratson2-1/+191
2026-08-07bridge: Use direct pointer in br_is_nd_neigh_msg()Danielle Ratson4-12/+7
2026-08-07sctp: validate cookie AUTH state before useJérémy Jean2-0/+78
2026-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann118-1071/+2390
2026-08-07Bluetooth: RFCOMM: take rfcomm_mutex for the deferred setup acceptAli Ahmet Memis1-3/+21
2026-08-07Bluetooth: MSFT: validate evt_prefix_len against the response lengthAli Ahmet Memis1-0/+5
2026-08-07Bluetooth: ISO: zero the sockaddr before returning it in getnameAli Ahmet Memis1-0/+2
2026-08-07Bluetooth: ISO: do not force BT_LISTEN after a failed BIG syncAli Ahmet Memis1-8/+22
2026-08-07Bluetooth: hci_sync: Disable legacy instance's ext adv before setup snapshotMuhammad Saheed1-0/+30
2026-08-07Bluetooth: hci_event: fix out-of-bounds read in LE PA report reassemblyLaxman Acharya1-0/+7
2026-08-07Bluetooth: MGMT: reject HCI_CMD_SYNC params_len above 255Ali Ahmet Memis1-0/+8
2026-08-07Bluetooth: MGMT: free the HCI command when it is cancelledLinmao Li1-5/+8
2026-08-07Bluetooth: MGMT: free the mesh send cancel command when it is cancelledLinmao Li1-2/+7
2026-08-07Bluetooth: hci_sync: free the advertising instance on the failure and cancel pathsLinmao Li1-3/+9
2026-08-07Bluetooth: hci_conn: fix the SCO setup context lifetimeLinmao Li1-5/+15
2026-08-07Bluetooth: hci_sync: Fix accept list UAF during suspendChengfeng Ye1-9/+37
2026-08-07Bluetooth: hci_event: Use 255 as max event payload length in hci_ev_table[]Zijun Hu1-7/+7
2026-08-07Bluetooth: hci_event: Introduce handle_ev_vendor() for HCI_EV_VENDORZijun Hu1-1/+9
2026-08-07Bluetooth: hci_core: Introduce __hci_reset_dev() with a hardware error codeZijun Hu1-3/+3
2026-08-07Bluetooth: coredump: Expose header size and end marker to driversZijun Hu1-5/+2
2026-08-07Bluetooth: hci_event: validate LE Set CIG Parameters responseLaxman Acharya Padhya1-2/+4
2026-08-07Bluetooth: add annotations for l2cap_data locking contextPauli Virtanen5-3/+23
2026-08-07Bluetooth: L2CAP: use proto_lock for l2cap_data to fix l2cap_disconn_indPauli Virtanen1-6/+17
2026-08-07Bluetooth: hci_event: fix LE list UAF on resetChengfeng Ye1-0/+2
2026-08-07Bluetooth: Add MGMT Load Connection Subrate commandLuiz Augusto von Dentz3-8/+224
2026-08-07Bluetooth: Add MGMT Shorter Connection Interval settingLuiz Augusto von Dentz1-0/+6
2026-08-07Bluetooth: Add support for Shorter Connection Interval (SCI) featureLuiz Augusto von Dentz2-2/+128
2026-08-07Bluetooth: hci_core: Simplify hci_recv_frame() by hci_acl_handle()Zijun Hu1-2/+1
2026-08-07Bluetooth: coredump: Introduce and apply hci_devcd_state_name()Zijun Hu1-7/+38
2026-08-07Bluetooth: fix BT dependency for submodulesIva Kasprzaková4-4/+4
2026-08-07Bluetooth: coredump: Do not export hci_devcd_rx() and hci_devcd_timeout()Zijun Hu1-2/+0