summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-07-31netfilter: flowtable: consolidate flowtable device checkPablo Neira Ayuso
2026-07-31netfilter: flowtable: consolidate net_device field in nft_forward_info structPablo Neira Ayuso
2026-07-31netfilter: conncount: normalize tuple and zone on successful ct lookupFernando Fernandez Mancera
2026-07-30net/x25: fix use-after-free of the socket by its timersBaul Lee
2026-07-30net/packet: reset the MAC header on the packet-socket transmit pathDoruk Tan Ozturk
2026-07-30net: devmem: prevent net-iov / page mixingPavel Begunkov
2026-07-30net: nexthop: add NHA_DST_PORT for fdb nexthopsJack Ma
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-30Merge tag 'net-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-07-30Merge tag 'linux-can-fixes-for-7.2-20260729' of git://git.kernel.org/pub/scm/...Paolo Abeni
2026-07-30net: openvswitch: fix potential UAF on meter attach failureIlya Maximets
2026-07-30ipip: reject unsupported configurations in fill_forward_pathLorenzo Bianconi
2026-07-30netconsole: move netpoll_wait_carrier() as netcons_wait_carrier()Breno Leitao
2026-07-30netconsole: move egress_dev() as netcons_egress_dev()Breno Leitao
2026-07-30netconsole: move netpoll_take_ipv6() as netcons_take_ipv6()Breno Leitao
2026-07-30netconsole: move netpoll_take_ipv4() as netcons_take_ipv4()Breno Leitao
2026-07-30netconsole: move netpoll_local_ip_unset() as netcons_local_ip_unset()Breno Leitao
2026-07-30netconsole: take over netpoll_setup() from netpollBreno Leitao
2026-07-30netpoll: export the netpoll_setup() helpers for netconsoleBreno Leitao
2026-07-30netpoll: export carrier_timeout via netpoll_get_carrier_timeout()Breno Leitao
2026-07-30ipv6: remove unnecessary reset of position pointerFernando Fernandez Mancera
2026-07-30ipv4: remove unnecessary reset of position pointerFernando Fernandez Mancera
2026-07-29atm: remove unused exported helpersXiang-Bin Shi
2026-07-29net: openvswitch: fix skb leak on flow key update failure during ctIlya Maximets
2026-07-29net: openvswitch: fix skb leak on flow key update failure during recirculationIlya Maximets
2026-07-29Merge tag 'wireless-2026-07-29' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-07-29sctp: validate Adaptation Indication parameter lengthCharles Vosburgh
2026-07-29ipv6: release fib6_null_entry on subtree failureShuangpeng Bai
2026-07-29psp: fix NULL genl_sock deref race with concurrent netns teardownKiran Kella
2026-07-29sctp: auth: discard auth_chunk when skb_clone failsQing Luo
2026-07-29can: isotp: check register_netdevice_notifier() error in module initMinhong He
2026-07-29can: isotp: fix timer drain order, wakeup handling and tx_gen orderingOliver Hartkopp
2026-07-29can: j1939: transport: j1939_session_fresh_new(): initialize receive bufferOleksij Rempel
2026-07-29can: j1939: use netdevice_tracker for j1939_{priv,session,ecu} trackingTetsuo Handa
2026-07-28Bluetooth: SCO: give the socket its own sco_conn referenceAldo Ariel Panzardo
2026-07-28Bluetooth: hci_sync: remove unnecessary hci_conn_get in create_conn_syncPauli Virtanen
2026-07-28Bluetooth: hci_sync: fix hci_conn_del() use in hci_le_create_conn_syncPauli Virtanen
2026-07-28Bluetooth: hci_sync: hold conn in hci_past_sync() callbackPauli Virtanen
2026-07-28Bluetooth: hci_sync: hold conn in hci_connect_pa_sync() callbackPauli Virtanen
2026-07-28Bluetooth: hci_sync: hold conn in hci_connect_big_sync() callbackPauli Virtanen
2026-07-28Bluetooth: hci_sync: hold conn in hci_connect_acl/le_sync() callbacksPauli Virtanen
2026-07-28Bluetooth: hci_conn: hold conn reference in abort_conn_sync()Pauli Virtanen
2026-07-28Bluetooth: ISO: fix race of kfree vs kref_get_unless_zeroPauli Virtanen
2026-07-28Bluetooth: ISO: fix refcounting of iso_connPauli Virtanen
2026-07-28Bluetooth: ISO: ensure no dangling hcon references in iso_connPauli Virtanen
2026-07-28Bluetooth: ISO: avoid deadlocks in iso_sock_timeoutPauli Virtanen
2026-07-28Bluetooth: ISO: fix leaking sk after socket releasePauli Virtanen
2026-07-28Bluetooth: ISO: hold sk properly in iso_conn_readyPauli Virtanen
2026-07-28Bluetooth: ISO: validate sockaddr_iso first in iso_sock_rebind_bis()Pauli Virtanen
2026-07-28Bluetooth: ISO: fix timeout vs sync_timeout typo in check_bcast_qosPauli Virtanen