index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
|
selftests/bpf: Selftest for bpf_skb_ancestor_cgroup_id
Andrey Ignatov
2018-08-13
4
-3
/
+302
|
|
|
*
|
selftests/bpf: Add cgroup id helpers to bpf_helpers.h
Andrey Ignatov
2018-08-13
1
-0
/
+4
|
|
|
*
|
bpf: Sync bpf.h to tools/
Andrey Ignatov
2018-08-13
1
-1
/
+20
|
|
|
*
|
bpf: Introduce bpf_skb_ancestor_cgroup_id helper
Andrey Ignatov
2018-08-13
3
-1
/
+78
|
|
|
/
/
|
|
*
|
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
2018-08-13
12
-44
/
+75
|
|
*
|
Merge branch 'bpf-reuseport-map'
Daniel Borkmann
2018-08-11
35
-97
/
+2167
|
|
|
\
\
|
|
|
*
|
bpf: Test BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
2018-08-11
7
-2
/
+912
|
|
|
*
|
bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
2018-08-11
2
-1
/
+262
|
|
|
*
|
bpf: Sync bpf.h uapi to tools/
Martin KaFai Lau
2018-08-11
1
-1
/
+36
|
|
|
*
|
bpf: Refactor ARRAY_SIZE macro to bpf_util.h
Martin KaFai Lau
2018-08-11
6
-20
/
+9
|
|
|
*
|
bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection
Martin KaFai Lau
2018-08-11
8
-57
/
+106
|
|
|
*
|
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
2018-08-11
11
-13
/
+365
|
|
|
*
|
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
2018-08-11
8
-1
/
+413
|
|
|
*
|
net: Add ID (if needed) to sock_reuseport and expose reuseport_lock
Martin KaFai Lau
2018-08-11
2
-1
/
+32
|
|
|
*
|
tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket
Martin KaFai Lau
2018-08-11
3
-2
/
+33
|
|
|
/
/
|
|
*
|
Merge branch 'bpf-btf-for-htab-lru'
Daniel Borkmann
2018-08-10
3
-18
/
+121
|
|
|
\
\
|
|
|
*
|
tools/bpf: add bpffs pretty print btf test for hash/lru_hash maps
Yonghong Song
2018-08-10
1
-15
/
+72
|
|
|
*
|
bpf: btf: add pretty print for hash/lru_hash maps
Yonghong Song
2018-08-10
1
-0
/
+44
|
|
|
*
|
bpf: fix bpffs non-array map seq_show issue
Yonghong Song
2018-08-10
1
-3
/
+5
|
|
|
/
/
|
|
*
|
Merge branch 'bpf-veth-xdp-support'
Daniel Borkmann
2018-08-10
7
-30
/
+801
|
|
|
\
\
|
|
|
*
|
veth: Support per queue XDP ring
Toshiaki Makita
2018-08-10
1
-90
/
+188
|
|
|
*
|
veth: Add XDP TX and REDIRECT
Toshiaki Makita
2018-08-10
1
-9
/
+110
|
|
|
*
|
xdp: Helpers for disabling napi_direct of xdp_return_frame
Toshiaki Makita
2018-08-10
2
-2
/
+29
|
|
|
*
|
bpf: Make redirect_info accessible from modules
Toshiaki Makita
2018-08-10
2
-18
/
+21
|
|
|
*
|
veth: Add ndo_xdp_xmit
Toshiaki Makita
2018-08-10
1
-0
/
+51
|
|
|
*
|
veth: Handle xdp_frames in xdp napi ring
Toshiaki Makita
2018-08-10
1
-5
/
+84
|
|
|
*
|
xdp: Helper function to clear kernel pointers in xdp_frame
Toshiaki Makita
2018-08-10
1
-0
/
+7
|
|
|
*
|
veth: Avoid drops by oversized packets when XDP is enabled
Toshiaki Makita
2018-08-10
1
-2
/
+45
|
|
|
*
|
veth: Add driver XDP
Toshiaki Makita
2018-08-10
1
-7
/
+367
|
|
|
*
|
net: Export skb_headers_offset_update
Toshiaki Makita
2018-08-10
2
-1
/
+3
|
|
|
/
/
|
|
*
|
Merge branch 'bpf-sample-cpumap-lb'
Daniel Borkmann
2018-08-10
3
-2
/
+160
|
|
|
\
\
|
|
|
*
|
samples/bpf: xdp_redirect_cpu load balance like Suricata
Jesper Dangaard Brouer
2018-08-10
2
-2
/
+105
|
|
|
*
|
samples/bpf: add Paul Hsieh's (LGPL 2.1) hash function SuperFastHash
Jesper Dangaard Brouer
2018-08-10
1
-0
/
+55
|
|
|
/
/
|
|
*
|
Revert "xdp: add NULL pointer check in __xdp_return()"
Björn Töpel
2018-08-10
1
-2
/
+1
|
*
|
|
Merge tag 'wireless-drivers-next-for-davem-2018-08-12' of git://git.kernel.or...
David S. Miller
2018-08-13
69
-654
/
+2308
|
|
\
\
\
|
|
*
|
|
ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUG
Michael Büsch
2018-08-09
16
-96
/
+63
|
|
*
|
|
ssb: Remove home-grown printk wrappers
Michael Büsch
2018-08-09
19
-189
/
+152
|
|
*
|
|
b43legacy/leds: Ensure NUL-termination of LED name string
Michael Büsch
2018-08-09
1
-1
/
+1
|
|
*
|
|
b43/leds: Ensure NUL-termination of LED name string
Michael Büsch
2018-08-09
1
-1
/
+1
|
|
*
|
|
ssb: driver_gige: use true and false for boolean values
Gustavo A. R. Silva
2018-08-09
1
-1
/
+1
|
|
*
|
|
rtlwifi: btcoex: Fix if == else warnings in halbtc8723b2ant.c
YueHaibing
2018-08-09
1
-144
/
+36
|
|
*
|
|
iwlegacy: fix spelling mistake "acumulative" -> "accumulative"
Colin Ian King
2018-08-09
1
-1
/
+1
|
|
*
|
|
rsi: remove redundant variables bss, wh and temp_flash_content
Colin Ian King
2018-08-09
1
-9
/
+1
|
|
*
|
|
mt76: fix build for MediaTek MT7610U USB wireless dongle
Valdis Kletnieks
2018-08-09
1
-0
/
+1
|
|
*
|
|
mt76x0: Remove VLA usage
Kees Cook
2018-08-09
1
-3
/
+3
|
|
*
|
|
mt76x0: perform mt76x0_mac_set_ampdu_factor
Stanislaw Gruszka
2018-08-09
1
-2
/
+0
|
|
*
|
|
mt76x0: correct type for eeprom gain value
Stanislaw Gruszka
2018-08-09
1
-1
/
+1
|
|
*
|
|
brcmfmac: fix brcmf_wiphy_wowl_params() NULL pointer dereference
Winnie Chang
2018-08-09
1
-4
/
+4
|
|
*
|
|
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
2018-08-06
37
-203
/
+2044
|
|
|
\
\
\
|
|
|
*
|
|
wil6210: fix eDMA RX chaining
Maya Erez
2018-07-31
3
-7
/
+15
[prev]
[next]