index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf, riscv: add BPF JIT for RV64G
Björn Töpel
2019-02-05
4
-1
/
+1605
*
Merge branch 'bpf-btf-dedup'
Daniel Borkmann
2019-02-05
4
-67
/
+2332
|
\
|
*
selftests/btf: add initial BTF dedup tests
Andrii Nakryiko
2019-02-05
4
-15
/
+537
|
*
btf: add BTF types deduplication algorithm
Andrii Nakryiko
2019-02-05
3
-0
/
+1749
|
*
btf: extract BTF type size calculation
Andrii Nakryiko
2019-02-05
1
-52
/
+46
|
/
*
libbpf: fix libbpf_print
Stanislav Fomichev
2019-02-05
6
-47
/
+13
*
Merge branch 'libbpf-btf_ext'
Alexei Starovoitov
2019-02-04
4
-75
/
+105
|
\
|
*
tools/bpf: implement libbpf btf__get_map_kv_tids() API function
Yonghong Song
2019-02-04
4
-63
/
+87
|
*
tools/bpf: expose functions btf_ext__* as API functions
Yonghong Song
2019-02-04
2
-12
/
+18
|
/
*
selftests/bpf: use localhost in tcp_{server,client}.py
Stanislav Fomichev
2019-02-04
2
-6
/
+2
*
s390: bpf: fix JMP32 code-gen
Heiko Carstens
2019-02-04
1
-1
/
+5
*
Merge branch 'change-libbpf-print-api'
Alexei Starovoitov
2019-02-04
10
-142
/
+171
|
\
|
*
tools/bpf: simplify libbpf API function libbpf_set_print()
Yonghong Song
2019-02-04
7
-76
/
+68
|
*
tools/bpf: print out btf log at LIBBPF_WARN level
Yonghong Song
2019-02-04
3
-22
/
+9
|
*
tools/bpf: move libbpf pr_* debug print functions to headers
Yonghong Song
2019-02-04
6
-70
/
+120
|
/
*
socket: fix for Add SO_TIMESTAMP[NS]_NEW
Stephen Rothwell
2019-02-04
1
-1
/
+1
*
netdevice.h: Add __cold to netdev_<level> logging functions
Joe Perches
2019-02-04
1
-8
/
+8
*
net: Fix fall through warning in y2038 tstamp changes.
David S. Miller
2019-02-04
1
-0
/
+1
*
bpfilter: remove extra header search paths for bpfilter_umh
Masahiro Yamada
2019-02-04
2
-2
/
+1
*
Merge branch 'phy-aquantia-improvements'
David S. Miller
2019-02-03
1
-67
/
+110
|
\
|
*
net: phy: aquantia: replace magic numbers with constants
Heiner Kallweit
2019-02-03
1
-14
/
+66
|
*
net: phy: aquantia: use macro PHY_ID_MATCH_MODEL
Heiner Kallweit
2019-02-03
1
-18
/
+12
|
*
net: phy: aquantia: remove unneeded includes
Heiner Kallweit
2019-02-03
1
-3
/
+0
|
*
net: phy: aquantia: Shorten name space prefix to aqr_
Andrew Lunn
2019-02-03
1
-32
/
+32
|
/
*
net: Fix ip_mc_{dec,inc}_group allocation context
Florian Fainelli
2019-02-03
3
-14
/
+33
*
net: devlink: report cell size of shared buffers
Jakub Kicinski
2019-02-03
5
-0
/
+8
*
Merge branch 'net-y2038-safe-socket-timestamps'
David S. Miller
2019-02-03
36
-583
/
+541
|
\
|
*
sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW
Deepa Dinamani
2019-02-03
6
-25
/
+83
|
*
socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
Deepa Dinamani
2019-02-03
8
-16
/
+28
|
*
socket: Update timestamping Documentation
Deepa Dinamani
2019-02-03
1
-5
/
+38
|
*
socket: Add SO_TIMESTAMPING_NEW
Deepa Dinamani
2019-02-03
12
-30
/
+88
|
*
socket: Add SO_TIMESTAMP[NS]_NEW
Deepa Dinamani
2019-02-03
12
-32
/
+171
|
*
socket: Add struct __kernel_sock_timeval
Deepa Dinamani
2019-02-03
1
-0
/
+5
|
*
socket: Use old_timeval types for socket timestamps
Deepa Dinamani
2019-02-03
7
-12
/
+12
|
*
arch: sparc: Override struct __kernel_old_timeval
Deepa Dinamani
2019-02-03
2
-0
/
+12
|
*
sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
Deepa Dinamani
2019-02-03
12
-57
/
+101
|
*
arch: Use asm-generic/socket.h when possible
Deepa Dinamani
2019-02-03
9
-366
/
+5
|
*
socket: move compat timeout handling into sock.c
Arnd Bergmann
2019-02-03
3
-89
/
+46
|
*
selftests: add missing include unistd
Deepa Dinamani
2019-02-03
1
-0
/
+1
|
/
*
cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()
Arjun Vynipadath
2019-02-03
4
-40
/
+136
*
ipv4/igmp: Don't drop IGMP pkt with zeros src addr
Edward Chron
2019-02-03
1
-1
/
+2
*
net: phy: realtek: add generic Realtek PHY driver
Heiner Kallweit
2019-02-03
1
-0
/
+9
*
atheros: atl2: fix an indentaion issue on a return statement
Colin Ian King
2019-02-03
1
-1
/
+1
*
atl1c: fix indentation issue on an if statement
Colin Ian King
2019-02-03
1
-4
/
+4
*
bna: fix indentation issue on call to bfa_ioc_pf_failed
Colin Ian King
2019-02-03
1
-1
/
+1
*
chelsio: clean up indentation issue
Colin Ian King
2019-02-03
1
-2
/
+1
*
net: nixge: Update device-tree bindings with v3.00
Alex Williams
2019-02-03
1
-4
/
+12
*
net: nixge: Separate ctrl and dma resources
Alex Williams
2019-02-03
1
-16
/
+58
*
r8169: remove rtl_wol_pll_power_down
Heiner Kallweit
2019-02-03
1
-12
/
+4
*
Merge branch 'hns3-next'
David S. Miller
2019-02-02
11
-159
/
+216
|
\
[next]