index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-24
samples/bpf: convert xdp_sample_pkts_user to perf_buffer API
Andrii Nakryiko
1
-44
/
+17
2019-07-24
selftests/bpf: switch test_tcpnotify to perf_buffer API
Andrii Nakryiko
1
-54
/
+36
2019-07-24
selftests/bpf: convert test_get_stack_raw_tp to perf_buffer API
Andrii Nakryiko
2
-36
/
+44
2019-07-24
libbpf: provide more helpful message on uninitialized global var
Andrii Nakryiko
1
-3
/
+10
2019-07-24
tc-testing: added tdc tests for [b|p]fifo qdisc
Roman Mashak
1
-0
/
+304
2019-07-23
hv_sock: Use consistent types for UUIDs
Andy Shevchenko
1
-12
/
+12
2019-07-23
Merge branch 'nfp-Offload-MPLS-actions'
David S. Miller
5
-0
/
+260
2019-07-23
nfp: flower: offload MPLS set action
John Hurley
2
-0
/
+53
2019-07-23
nfp: flower: offload MPLS pop action
John Hurley
2
-0
/
+31
2019-07-23
nfp: flower: offload MPLS push action
John Hurley
2
-0
/
+57
2019-07-23
net: sched: include mpls actions in hardware intermediate representation
John Hurley
3
-0
/
+119
2019-07-23
net/mlx5e: xsk: dynamically allocate mlx5e_channel_param
Arnd Bergmann
1
-9
/
+18
2019-07-23
net: jme: Use dev_get_drvdata
Chuhong Yuan
1
-4
/
+2
2019-07-23
igb: Use dev_get_drvdata where possible
Chuhong Yuan
1
-2
/
+1
2019-07-23
i40e: Use dev_get_drvdata
Chuhong Yuan
1
-5
/
+3
2019-07-23
fm10k: Use dev_get_drvdata
Chuhong Yuan
1
-2
/
+2
2019-07-23
e1000e: Use dev_get_drvdata where possible
Chuhong Yuan
1
-4
/
+3
2019-07-23
net: broadcom: Use dev_get_drvdata
Chuhong Yuan
3
-12
/
+6
2019-07-23
net: atheros: Use dev_get_drvdata
Chuhong Yuan
3
-14
/
+8
2019-07-23
net: 3com: 3c59x: Use dev_get_drvdata
Chuhong Yuan
1
-4
/
+2
2019-07-23
atm: Use dev_get_drvdata
Chuhong Yuan
1
-6
/
+3
2019-07-23
ftgmac100: Fix build.
David S. Miller
1
-1
/
+1
2019-07-23
qlge: Move drivers/net/ethernet/qlogic/qlge/ to drivers/staging/qlge/
Benjamin Poirier
14
-12
/
+60
2019-07-23
Merge branch 'Convert-skb_frag_t-to-bio_vec'
David S. Miller
76
-220
/
+202
2019-07-23
net: Convert skb_frag_t to bio_vec
Matthew Wilcox (Oracle)
2
-8
/
+6
2019-07-23
net: Rename skb_frag_t size to bv_len
Matthew Wilcox (Oracle)
1
-5
/
+5
2019-07-23
net: Rename skb_frag page to bv_page
Matthew Wilcox (Oracle)
2
-8
/
+6
2019-07-23
net: Reorder the contents of skb_frag_t
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-07-23
net: Increase the size of skb_frag_t
Matthew Wilcox (Oracle)
1
-5
/
+0
2019-07-23
net: Use skb accessors in network core
Matthew Wilcox (Oracle)
6
-32
/
+38
2019-07-23
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
69
-164
/
+149
2019-07-23
net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32
Chuhong Yuan
5
-31
/
+20
2019-07-23
r8169: improve rtl_rx
Heiner Kallweit
1
-28
/
+15
2019-07-22
ax88179_178a: Merge memcpy + le32_to_cpus to get_unaligned_le32
Chuhong Yuan
1
-2
/
+1
2019-07-22
usbnet: smsc75xx: Merge memcpy + le32_to_cpus to get_unaligned_le32
Chuhong Yuan
1
-6
/
+3
2019-07-22
net: lan78xx: Merge memcpy + lexx_to_cpus to get_unaligned_lexx
Chuhong Yuan
1
-8
/
+4
2019-07-22
net-ipv6-ndisc: add support for RFC7710 RA Captive Portal Identifier
Maciej Żenczykowski
2
-0
/
+2
2019-07-22
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+4
2019-07-22
Merge tag 'for-linus-20190722' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2019-07-22
Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-4
/
+32
2019-07-22
sched/rt, Kconfig: Unbreak def/oldconfig with CONFIG_PREEMPT=y
Thomas Gleixner
1
-4
/
+4
2019-07-22
Merge tag 'media/v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2
-2
/
+8
2019-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
91
-236
/
+322
2019-07-22
pidfd: fix a poll race when setting exit_state
Suren Baghdasaryan
1
-0
/
+1
2019-07-22
tcp: be more careful in tcp_fragment()
Eric Dumazet
2
-2
/
+16
2019-07-22
hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback()
Haiyang Zhang
1
-1
/
+0
2019-07-22
Linus 5.3-rc1
v5.3-rc1
Linus Torvalds
1
-2
/
+2
2019-07-21
vrf: make sure skb->data contains ip header to make routing
Peter Kosyh
1
-23
/
+35
2019-07-21
connector: remove redundant input callback from cn_dev
Vasily Averin
2
-6
/
+1
2019-07-21
qed: Prefer pcie_capability_read_word()
Frederick Lawler
1
-3
/
+2
[next]