summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-31netfilter: conntrack: tcp: use UNACK timeout for non-closing RST packetsMinghao Zhang1-2/+3
2026-07-31netfilter: nf_tables: call skb_valid_dst() before skb_dst()Pablo Neira Ayuso5-9/+26
2026-07-31netfilter: flowtable: release tunnel route on error when building forward pathPablo Neira Ayuso3-50/+21
2026-07-31net: pass dst via net_device_path in dev_fill_forward_path()Pablo Neira Ayuso1-5/+31
2026-07-31net: do not advance stack index from dev_fwd_path()Pablo Neira Ayuso1-4/+4
2026-07-31net: dsa: stop at the user device in .fill_forward_pathPablo Neira Ayuso2-7/+3
2026-07-31netfilter: flowtable: consolidate flowtable device checkPablo Neira Ayuso1-6/+9
2026-07-31netfilter: flowtable: consolidate net_device field in nft_forward_info structPablo Neira Ayuso1-12/+8
2026-07-31netfilter: conncount: normalize tuple and zone on successful ct lookupFernando Fernandez Mancera1-0/+2
2026-07-30net/x25: fix use-after-free of the socket by its timersBaul Lee2-11/+18
2026-07-30net/packet: reset the MAC header on the packet-socket transmit pathDoruk Tan Ozturk1-3/+4
2026-07-30net: devmem: prevent net-iov / page mixingPavel Begunkov1-0/+3
2026-07-30net: nexthop: add NHA_DST_PORT for fdb nexthopsJack Ma1-1/+19
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski66-726/+1586
2026-07-30Merge tag 'net-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds60-714/+1555
2026-07-30Merge tag 'linux-can-fixes-for-7.2-20260729' of git://git.kernel.org/pub/scm/...Paolo Abeni5-96/+251
2026-07-30net: openvswitch: fix potential UAF on meter attach failureIlya Maximets1-14/+19
2026-07-30ipip: reject unsupported configurations in fill_forward_pathLorenzo Bianconi1-0/+6
2026-07-30netconsole: move netpoll_wait_carrier() as netcons_wait_carrier()Breno Leitao1-15/+0
2026-07-30netconsole: move egress_dev() as netcons_egress_dev()Breno Leitao1-17/+0
2026-07-30netconsole: move netpoll_take_ipv6() as netcons_take_ipv6()Breno Leitao1-42/+0
2026-07-30netconsole: move netpoll_take_ipv4() as netcons_take_ipv4()Breno Leitao1-30/+0
2026-07-30netconsole: move netpoll_local_ip_unset() as netcons_local_ip_unset()Breno Leitao1-18/+0
2026-07-30netconsole: take over netpoll_setup() from netpollBreno Leitao1-81/+0
2026-07-30netpoll: export the netpoll_setup() helpers for netconsoleBreno Leitao1-5/+10
2026-07-30netpoll: export carrier_timeout via netpoll_get_carrier_timeout()Breno Leitao1-4/+14
2026-07-30ipv6: remove unnecessary reset of position pointerFernando Fernandez Mancera1-20/+4
2026-07-30ipv4: remove unnecessary reset of position pointerFernando Fernandez Mancera1-3/+1
2026-07-29atm: remove unused exported helpersXiang-Bin Shi1-79/+0
2026-07-29net: openvswitch: fix skb leak on flow key update failure during ctIlya Maximets1-1/+1
2026-07-29net: openvswitch: fix skb leak on flow key update failure during recirculationIlya Maximets1-1/+9
2026-07-29Merge tag 'wireless-2026-07-29' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski4-5/+34
2026-07-29sctp: validate Adaptation Indication parameter lengthCharles Vosburgh1-0/+6
2026-07-29ipv6: release fib6_null_entry on subtree failureShuangpeng Bai1-0/+1
2026-07-29psp: fix NULL genl_sock deref race with concurrent netns teardownKiran Kella1-5/+12
2026-07-29sctp: auth: discard auth_chunk when skb_clone failsQing Luo2-0/+8
2026-07-29can: isotp: check register_netdevice_notifier() error in module initMinhong He1-4/+9
2026-07-29can: isotp: fix timer drain order, wakeup handling and tx_gen orderingOliver Hartkopp1-87/+230
2026-07-29can: j1939: transport: j1939_session_fresh_new(): initialize receive bufferOleksij Rempel1-1/+1
2026-07-29can: j1939: use netdevice_tracker for j1939_{priv,session,ecu} trackingTetsuo Handa4-4/+11
2026-07-28Bluetooth: SCO: give the socket its own sco_conn referenceAldo Ariel Panzardo1-9/+13
2026-07-28Bluetooth: hci_sync: remove unnecessary hci_conn_get in create_conn_syncPauli Virtanen1-13/+0
2026-07-28Bluetooth: hci_sync: fix hci_conn_del() use in hci_le_create_conn_syncPauli Virtanen1-1/+3
2026-07-28Bluetooth: hci_sync: hold conn in hci_past_sync() callbackPauli Virtanen1-3/+8
2026-07-28Bluetooth: hci_sync: hold conn in hci_connect_pa_sync() callbackPauli Virtanen1-2/+7
2026-07-28Bluetooth: hci_sync: hold conn in hci_connect_big_sync() callbackPauli Virtanen1-4/+12
2026-07-28Bluetooth: hci_sync: hold conn in hci_connect_acl/le_sync() callbacksPauli Virtanen1-8/+24
2026-07-28Bluetooth: hci_conn: hold conn reference in abort_conn_sync()Pauli Virtanen1-1/+11
2026-07-28Bluetooth: ISO: fix race of kfree vs kref_get_unless_zeroPauli Virtanen2-11/+55
2026-07-28Bluetooth: ISO: fix refcounting of iso_connPauli Virtanen1-12/+17