index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-08
net: phy: exported the genphy_read_master_slave function
Arun Ramadoss
1
-0
/
+1
2022-03-07
Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+11
2022-03-07
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
3
-8
/
+14
2022-03-07
swiotlb: rework "fix info leak with DMA_FROM_DEVICE"
Halil Pasic
1
-8
/
+0
2022-03-07
net: Fix esp GSO on inter address family tunnels.
Steffen Klassert
1
-0
/
+2
2022-03-07
esp: Fix possible buffer overflow in ESP transformation
Steffen Klassert
1
-0
/
+2
2022-03-07
net: Remove netif_rx_any_context() and netif_rx_ni().
Sebastian Andrzej Siewior
1
-10
/
+0
2022-03-07
ptp: Add generic PTP is_sync() function
Kurt Kanzenbach
1
-0
/
+15
2022-03-07
xen/gnttab: fix gnttab_end_foreign_access() without page specified
Juergen Gross
1
-1
/
+6
2022-03-07
xen: remove gnttab_query_foreign_access()
Juergen Gross
1
-2
/
+0
2022-03-07
xen/grant-table: add gnttab_try_end_foreign_access()
Juergen Gross
1
-0
/
+12
2022-03-06
net: tun: track dropped skb via kfree_skb_reason()
Dongli Zhang
2
-0
/
+23
2022-03-06
net: tap: track dropped skb via kfree_skb_reason()
Dongli Zhang
2
-0
/
+18
2022-03-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-1
/
+3
2022-03-05
mm: prevent vm_area_struct::anon_name refcount saturation
Suren Baghdasaryan
1
-4
/
+14
2022-03-05
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
3
-32
/
+67
2022-03-05
net: dsa: tag_rtl8_4: add rtl8_4t trailing variant
Luiz Angelo Daros de Luca
1
-0
/
+2
2022-03-04
vdpa: factor out vdpa_set_features_unlocked for vdpa internal use
Si-Wei Liu
1
-6
/
+12
2022-03-04
Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg}
Luiz Augusto von Dentz
1
-6
/
+8
2022-03-04
Bluetooth: mgmt: Replace zero-length array with flexible-array member
Changcheng Deng
1
-1
/
+1
2022-03-04
virtio: acknowledge all features before access
Michael S. Tsirkin
1
-1
/
+2
2022-03-04
virtio: unexport virtio_finalize_features
Michael S. Tsirkin
1
-1
/
+0
2022-03-04
net: dev: use kfree_skb_reason() for __netif_receive_skb_core()
Menglong Dong
2
-0
/
+6
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_ingress()
Menglong Dong
2
-0
/
+2
2022-03-04
net: dev: use kfree_skb_reason() for do_xdp_generic()
Menglong Dong
2
-0
/
+2
2022-03-04
net: dev: use kfree_skb_reason() for enqueue_to_backlog()
Menglong Dong
2
-0
/
+7
2022-03-04
net: dev: add skb drop reasons to __dev_xmit_skb()
Menglong Dong
2
-0
/
+5
2022-03-04
net: skb: introduce the function kfree_skb_list_reason()
Menglong Dong
1
-1
/
+7
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_egress()
Menglong Dong
2
-0
/
+2
2022-03-03
HID: add mapping for KEY_ALL_APPLICATIONS
William Mahon
1
-1
/
+2
2022-03-03
HID: add mapping for KEY_DICTATE
William Mahon
1
-0
/
+1
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
19
-25
/
+71
2022-03-03
Merge tag 'net-5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
9
-9
/
+35
2022-03-03
ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()
Eric Dumazet
1
-2
/
+2
2022-03-03
bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()
Martin KaFai Lau
2
-2
/
+42
2022-03-03
bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress
Martin KaFai Lau
1
-6
/
+12
2022-03-03
net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM option
Martin KaFai Lau
1
-0
/
+11
2022-03-03
net: ip: Handle delivery_time in ip defrag
Martin KaFai Lau
1
-0
/
+2
2022-03-03
net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()
Martin KaFai Lau
1
-2
/
+1
2022-03-03
net: Clear mono_delivery_time bit in __skb_tstamp_tx()
Martin KaFai Lau
1
-0
/
+1
2022-03-03
net: Handle delivery_time in skb->tstamp during network tapping with af_packet
Martin KaFai Lau
1
-0
/
+24
2022-03-03
net: Add skb_clear_tstamp() to keep the mono delivery_time
Martin KaFai Lau
1
-1
/
+9
2022-03-03
net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...
Martin KaFai Lau
1
-0
/
+13
2022-03-03
net: dsa: felix: migrate host FDB and MDB entries when changing tag proto
Vladimir Oltean
1
-0
/
+7
2022-03-03
net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATS
Petr Machata
3
-0
/
+6
2022-03-03
net: rtnetlink: Add RTM_SETSTATS
Petr Machata
1
-0
/
+2
2022-03-03
net: rtnetlink: Add UAPI for obtaining L3 offload xstats
Petr Machata
1
-0
/
+11
2022-03-03
net: dev: Add hardware stats support
Petr Machata
2
-0
/
+57
2022-03-03
net: rtnetlink: RTM_GETSTATS: Allow filtering inside nests
Petr Machata
1
-0
/
+10
2022-03-03
page_pool: Add function to batch and return stats
Joe Damato
1
-0
/
+17
[prev]
[next]