index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-27
bridge: use hlist_entry_safe
YueHaibing
1
-2
/
+1
2018-04-27
Merge branch 'liquidio-add-support-for-ndo_get_stats64'
David S. Miller
6
-228
/
+289
2018-04-27
liquidio: add support for ndo_get_stats64 instead of ndo_get_stats
Pradeep Nalla
5
-71
/
+135
2018-04-27
liquidio: move a couple of functions to lio_core.c
Pradeep Nalla
3
-157
/
+154
2018-04-27
phy: Temporary build fix after phylib changes.
David S. Miller
1
-2
/
+1
2018-04-27
Merge branch 'net-Extend-availability-of-PHY-statistics'
David S. Miller
17
-87
/
+369
2018-04-27
net: dsa: loop: Hook PHY statistics
Florian Fainelli
1
-2
/
+3
2018-04-27
net: dsa: b53: Add support for reading PHY statistics
Florian Fainelli
3
-10
/
+70
2018-04-27
net: dsa: Allow providing PHY statistics from CPU port
Florian Fainelli
3
-5
/
+106
2018-04-27
net: dsa: Add helper function to obtain PHY device of a given port
Florian Fainelli
1
-11
/
+22
2018-04-27
net: dsa: Pass stringset to ethtool operations
Florian Fainelli
11
-28
/
+83
2018-04-27
net: dsa: Do not check for ethtool_ops validity
Florian Fainelli
1
-3
/
+3
2018-04-27
net: Allow network devices to have PHY statistics
Florian Fainelli
2
-18
/
+26
2018-04-27
net: Move PHY statistics code into PHY library helpers
Florian Fainelli
3
-30
/
+76
2018-04-27
l2tp: consistent reference counting in procfs and debufs
Guillaume Nault
2
-15
/
+26
2018-04-27
tipc: introduce ioctl for fetching node identity
Jon Maloy
4
-6
/
+41
2018-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
31
-2071
/
+5360
2018-04-27
samples, bpf: remove redundant ret assignment in bpf_load_program()
Wang Sheng-Hui
1
-2
/
+0
2018-04-27
Merge branch 'bpf-uapi-helper-doc'
Daniel Borkmann
3
-792
/
+3181
2018-04-27
bpf: update bpf.h uapi header for tools
Quentin Monnet
1
-396
/
+1380
2018-04-27
bpf: add documentation for eBPF helpers (65-66)
Quentin Monnet
1
-0
/
+30
2018-04-27
bpf: add documentation for eBPF helpers (58-64)
Quentin Monnet
1
-0
/
+147
2018-04-27
bpf: add documentation for eBPF helpers (51-57)
Quentin Monnet
1
-0
/
+180
2018-04-27
bpf: add documentation for eBPF helpers (42-50)
Quentin Monnet
1
-0
/
+172
2018-04-27
bpf: add documentation for eBPF helpers (33-41)
Quentin Monnet
1
-0
/
+164
2018-04-27
bpf: add documentation for eBPF helpers (23-32)
Quentin Monnet
1
-0
/
+197
2018-04-27
bpf: add documentation for eBPF helpers (12-22)
Quentin Monnet
1
-0
/
+254
2018-04-27
bpf: add documentation for eBPF helpers (01-11)
Quentin Monnet
1
-0
/
+230
2018-04-27
bpf: add script and prepare bpf.h for new helpers documentation
Quentin Monnet
2
-406
/
+437
2018-04-27
Merge branch 'bpf-tunnel-metadata-selftests'
Daniel Borkmann
5
-466
/
+906
2018-04-27
samples/bpf: remove the bpf tunnel testsuite.
William Tu
3
-1003
/
+0
2018-04-27
selftests/bpf: bpf tunnel test.
William Tu
3
-2
/
+1445
2018-04-26
bpf: fix xdp_generic for bpf_adjust_tail usecase
Nikita V. Shirokov
1
-1
/
+3
2018-04-26
tools, bpftool: Display license GPL compatible in prog show/list
Jiri Olsa
2
-1
/
+5
2018-04-26
tools, bpf: Sync bpf.h uapi header
Jiri Olsa
1
-0
/
+1
2018-04-26
bpf: Add gpl_compatible flag to struct bpf_prog_info
Jiri Olsa
2
-0
/
+2
2018-04-26
Merge branch 'udp-gso'
David S. Miller
26
-51
/
+1687
2018-04-26
selftests: udp gso benchmark
Willem de Bruijn
5
-1
/
+763
2018-04-26
selftests: udp gso with corking
Willem de Bruijn
2
-10
/
+38
2018-04-26
selftests: udp gso with connected sockets
Willem de Bruijn
2
-2
/
+122
2018-04-26
selftests: udp gso
Willem de Bruijn
4
-1
/
+504
2018-04-26
udp: add gso support to virtual devices
Willem de Bruijn
4
-1
/
+13
2018-04-26
udp: add gso segment cmsg
Willem de Bruijn
3
-3
/
+47
2018-04-26
udp: paged allocation with gso
Willem de Bruijn
2
-9
/
+25
2018-04-26
udp: better wmem accounting on gso
Willem de Bruijn
1
-1
/
+15
2018-04-26
udp: generate gso with UDP_SEGMENT
Willem de Bruijn
9
-11
/
+67
2018-04-26
udp: add udp gso
Willem de Bruijn
6
-4
/
+82
2018-04-26
udp: expose inet cork to udp
Willem de Bruijn
6
-22
/
+25
2018-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-18
/
+94
2018-04-25
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
4
-15
/
+439
[next]