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
2019-08-15
tools: bpftool: fix format string for p_err() in detect_common_prefix()
Quentin Monnet
1
-1
/
+1
2019-08-15
tools: bpftool: fix format string for p_err() in query_flow_dissector()
Quentin Monnet
1
-1
/
+1
2019-08-15
tools: bpftool: fix argument for p_err() in BTF do_dump()
Quentin Monnet
1
-1
/
+1
2019-08-15
tools: bpftool: fix format strings and arguments for jsonw_printf()
Quentin Monnet
1
-4
/
+4
2019-08-15
tools: bpftool: fix arguments for p_err() in do_event_pipe()
Quentin Monnet
1
-2
/
+2
2019-08-15
libbpf: make libbpf.map source of truth for libbpf version
Andrii Nakryiko
2
-12
/
+11
2019-08-15
Merge branch 'bpftool-net-attach'
Alexei Starovoitov
3
-20
/
+278
2019-08-15
tools: bpftool: add documentation for net attach/detach
Daniel T. Lee
1
-3
/
+54
2019-08-15
tools: bpftool: add bash-completion for net attach/detach
Daniel T. Lee
1
-10
/
+55
2019-08-15
tools: bpftool: add net detach command to detach XDP on interface
Daniel T. Lee
1
-1
/
+41
2019-08-15
tools: bpftool: add net attach command to attach XDP on interface
Daniel T. Lee
1
-7
/
+129
2019-08-14
tools: bpftool: compile with $(EXTRA_WARNINGS)
Quentin Monnet
3
-2
/
+7
2019-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
76
-480
/
+527
2019-08-13
Merge branch 'r8152-RX-improve'
Jakub Kicinski
1
-70
/
+304
2019-08-13
r8152: change rx_copybreak and rx_pending through ethtool
Hayes Wang
1
-5
/
+86
2019-08-13
r8152: support skb_add_rx_frag
Hayes Wang
1
-15
/
+105
2019-08-13
r8152: use alloc_pages for rx buffer
Hayes Wang
1
-20
/
+11
2019-08-13
r8152: replace array with linking list for rx information
Hayes Wang
1
-57
/
+125
2019-08-13
r8152: separate the rx buffer size
Hayes Wang
1
-4
/
+8
2019-08-13
Merge branch 'net-phy-let-phy_speed_down-up-support-speeds-1Gbps'
Jakub Kicinski
3
-46
/
+54
2019-08-13
net: phy: let phy_speed_down/up support speeds >1Gbps
Heiner Kallweit
2
-44
/
+18
2019-08-13
net: phy: add phy_speed_down_core and phy_resolve_min_speed
Heiner Kallweit
2
-0
/
+29
2019-08-13
net: phy: add __set_linkmode_max_speed
Heiner Kallweit
1
-2
/
+7
2019-08-13
net: devlink: remove redundant rtnl lock assert
Vlad Buslov
1
-3
/
+2
2019-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
121
-920
/
+5229
2019-08-13
net: hns3: Make hclge_func_reset_sync_vf static
YueHaibing
1
-1
/
+1
2019-08-13
devlink: send notifications for deleted snapshots on region destroy
Jiri Pirko
1
-11
/
+12
2019-08-13
Merge branch 'bpf-libbpf-read-sysfs-btf'
Daniel Borkmann
4
-32
/
+82
2019-08-13
libbpf: attempt to load kernel BTF from sysfs first
Andrii Nakryiko
1
-7
/
+57
2019-08-13
btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinux
Andrii Nakryiko
3
-25
/
+25
2019-08-13
selftests/bpf: fix race in flow dissector tests
Petar Penkov
2
-8
/
+27
2019-08-13
tools: bpftool: add feature check for zlib
Peter Wu
1
-3
/
+8
2019-08-13
btf: expose BTF info through sysfs
Andrii Nakryiko
4
-19
/
+104
2019-08-13
netfilter: connlabels: prefer static lock initialiser
Florian Westphal
1
-2
/
+1
2019-08-13
netfilter: nf_nat_proto: make tables static
Valdis Klētnieks
1
-2
/
+2
2019-08-13
netfilter: nf_tables: add missing prototypes.
Valdis Klētnieks
3
-3
/
+3
2019-08-13
kbuild: remove all netfilter headers from header-test blacklist.
Jeremy Sowden
1
-74
/
+0
2019-08-13
netfilter: remove "#ifdef __KERNEL__" guards from some headers.
Jeremy Sowden
7
-21
/
+0
2019-08-13
netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.
Jeremy Sowden
15
-0
/
+52
2019-08-13
netfilter: add missing IS_ENABLED(CONFIG_NF_CONNTRACK) checks to some header-...
Jeremy Sowden
4
-0
/
+31
2019-08-13
netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to header-file.
Jeremy Sowden
1
-0
/
+4
2019-08-13
netfilter: add missing IS_ENABLED(CONFIG_BRIDGE_NETFILTER) checks to header-f...
Jeremy Sowden
1
-0
/
+8
2019-08-13
netfilter: add missing includes to a number of header-files.
Jeremy Sowden
27
-14
/
+80
2019-08-13
netfilter: inline four headers files into another one.
Jeremy Sowden
7
-282
/
+235
2019-08-13
netfilter: nf_tables: store data in offload context registers
Pablo Neira Ayuso
2
-7
/
+18
2019-08-13
netfilter: nft_bitwise: add offload support
Pablo Neira Ayuso
1
-0
/
+19
2019-08-13
netfilter: remove unnecessary spaces
yangxingwu
10
-13
/
+13
2019-08-12
tools: bpftool: fix reading from /proc/config.gz
Peter Wu
2
-53
/
+54
2019-08-11
caif: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-21
/
+11
2019-08-11
xen-netback: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-38
/
+11
[next]