summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-24bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAXPavel Skripkin1-3/+12
2026-07-24Bluetooth: Ignore too large handle values in BIGEdward Adam Davis1-0/+4
2026-07-24jiffies: Define secs_to_jiffies()Easwar Hariharan1-2/+0
2026-07-24Bluetooth: L2CAP: fix tx ident leak for commands without a responseStig Hornang1-2/+13
2026-07-24Bluetooth: L2CAP: Fix regressions caused by reusing identLuiz Augusto von Dentz1-3/+26
2026-07-24audit: add audit_log_nf_skb helper functionRicardo Robaina2-114/+2
2026-07-24Bluetooth: hci_core: Enable buffer flow control for SCO/eSCOLuiz Augusto von Dentz3-34/+54
2026-07-24Bluetooth: L2CAP: cancel pending_rx_work before taking conn->lockRunyu Xiao1-8/+2
2026-07-24Bluetooth: L2CAP: Fix deadlock in l2cap_conn_del()Hyunwoo Kim1-6/+3
2026-07-24Bluetooth: L2CAP: Fix not tracking outstanding TX identLuiz Augusto von Dentz1-14/+39
2026-07-24Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()Siwei Zhang4-105/+121
2026-07-24Bluetooth: 6lowpan: fix cyclic locking warning on netdev unregisterPauli Virtanen1-2/+23
2026-07-24Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()Sungwoo Kim1-11/+10
2026-07-24Bluetooth: Remove BT_HSLuiz Augusto von Dentz11-3014/+20
2026-07-24Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan4-34/+73
2026-07-24netfilter: ebtables: zero chainstack arrayFlorian Westphal1-2/+1
2026-07-24netfilter: ebtables: Use vmalloc_array() to improve codeQianfeng Rong1-7/+7
2026-07-24wifi: mac80211: free ack status frame on TX header build failureZhiling Zou1-1/+16
2026-07-24ipvs: fix more places with wrong ipv6 transport offsetsJulian Anastasov2-8/+5
2026-07-24llc: fix SAP refcount leak when creating incoming socketsXuanqiang Luo1-1/+0
2026-07-24net: openvswitch: reject oversized nested action attrsAsim Viladi Oglu Manizada1-44/+157
2026-07-24wifi: mac80211: fix memory leak in ieee80211_register_hw()Dawei Feng1-1/+2
2026-07-24ipvs: reset full ip_vs_seq structs in ip_vs_conn_newYizhou Zhao1-2/+2
2026-07-24ipvs: use parsed transport offset in SCTP state lookupYizhou Zhao1-10/+5
2026-07-24llc: fix SAP refcount leak in llc_ui_autobind()Shuangpeng Bai1-0/+1
2026-07-24mac802154: remove interfaces with RCU list deletionYousef Alhouseen1-1/+1
2026-07-24net/sched: sch_multiq: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas1-1/+1
2026-07-24batman-adv: clean untagged VLAN on netdev registration failureSven Eckelmann3-11/+12
2026-07-24batman-adv: ensure minimal ethernet header on TXSven Eckelmann1-0/+3
2026-07-24batman-adv: retrieve ethhdr after potential skb realloc on RXSven Eckelmann1-0/+1
2026-07-24net/sched: sch_teql: move rcu_read_lock()/spin_lock() from _bh variantsJamal Hadi Salim1-13/+14
2026-07-24ieee802154: allow legacy LLSEC ADD/DEL ops to pass strict validationMichael Bommarito2-10/+19
2026-07-24ieee802154: admin-gate legacy LLSEC dump operationsMichael Bommarito2-8/+16
2026-07-24net: ip6_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+6
2026-07-24net: ipip: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-07-24net: ip_vti: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-07-24net: ip6_vti: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-07-24net: sit: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-07-24can: bcm: add missing rcu list annotations and operationsOliver Hartkopp1-9/+16
2026-07-24can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failureOliver Hartkopp1-14/+51
2026-07-24can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAFLee Jones1-3/+34
2026-07-24can: isotp: use unconditional synchronize_rcu() in isotp_release()Oliver Hartkopp1-1/+8
2026-07-24sctp: validate STALE_COOKIE cause length before reading stalenessWeiming Shi1-9/+14
2026-07-24xfrm: xfrm_interface: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-07-24xfrm: use compat translator only for u64 alignment mismatchSanman Pradhan2-2/+2
2026-07-24net/9p: fix infinite loop in p9_client_rpc on fatal signalVasiliy Kovalev1-0/+2
2026-07-24Bluetooth: SCO: hold sk properly in sco_conn_readyPauli Virtanen1-12/+32
2026-07-24Bluetooth: SCO: fix sleeping under spinlock in sco_conn_readyPauli Virtanen1-11/+9
2026-07-24batman-adv: tt: prevent TVLV OOB check overflowSven Eckelmann1-1/+2
2026-07-24batman-adv: frag: fix primary_if leak on failed linearizationSven Eckelmann1-1/+1