index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
anon_inodes.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-18
selftests/bpf: fix "valid read map access into a read-only array 1" on s390
Ilya Leoshkevich
1
-1
/
+1
2019-07-18
net/mlx5: Replace kfree with kvfree
Chuhong Yuan
1
-1
/
+1
2019-07-18
MAINTAINERS: update netsec driver
Ilias Apalodimas
1
-0
/
+1
2019-07-18
ipv6: Unlink sibling route in case of failure
Ido Schimmel
1
-1
/
+17
2019-07-18
liquidio: Replace vmalloc + memset with vzalloc
Chuhong Yuan
1
-4
/
+2
2019-07-18
udp: Fix typo in net/ipv4/udp.c
Su Yanjun
1
-1
/
+1
2019-07-18
net: bcmgenet: use promisc for unsupported filters
Justin Chen
1
-31
/
+26
2019-07-18
ipv6: rt6_check should return NULL if 'from' is NULL
David Ahern
1
-1
/
+1
2019-07-18
tipc: initialize 'validated' field of received packets
Jon Maloy
1
-0
/
+1
2019-07-18
selftests: add a test case for rp_filter
Cong Wang
1
-1
/
+34
2019-07-18
fib: relax source validation check for loopback packets
Cong Wang
1
-0
/
+5
2019-07-18
mlxsw: spectrum: Do not process learned records with a dummy FID
Ido Schimmel
3
-0
/
+17
2019-07-18
mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removed
Petr Machata
1
-8
/
+8
2019-07-18
net: ag71xx: Add missing header
Rosen Penev
1
-0
/
+1
2019-07-17
net_sched: unset TCQ_F_CAN_BYPASS when adding filters
Cong Wang
3
-4
/
+1
2019-07-17
net/rds: Initialize ic->i_fastreg_wrs upon allocation
Gerd Rausch
1
-1
/
+1
2019-07-17
net/rds: Keep track of and wait for FRWR segments in use upon shutdown
Gerd Rausch
3
-6
/
+45
2019-07-17
net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been succes...
Gerd Rausch
1
-1
/
+2
2019-07-17
net/rds: Fix NULL/ERR_PTR inconsistency
Gerd Rausch
1
-2
/
+2
2019-07-17
net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after postin...
Gerd Rausch
2
-27
/
+40
2019-07-17
net/rds: Get rid of "wait_clean_list_grace" and add locking
Gerd Rausch
2
-38
/
+19
2019-07-17
net/rds: Give fr_state a chance to transition to FRMR_IS_FREE
Gerd Rausch
2
-1
/
+27
2019-07-17
net/sched: Make NET_ACT_CT depends on NF_NAT
YueHaibing
1
-1
/
+1
2019-07-17
net: sctp: fix warning "NULL check before some freeing functions is not needed"
Hariprasad Kelam
1
-8
/
+4
2019-07-17
caif-hsi: fix possible deadlock in cfhsi_exit_module()
Taehee Yoo
1
-1
/
+1
2019-07-17
selftests/bpf: fix perf_buffer on s390
Ilya Leoshkevich
3
-17
/
+11
2019-07-17
selftests/bpf: structure test_{progs, maps, verifier} test runners uniformly
Andrii Nakryiko
1
-14
/
+10
2019-07-17
selftests/bpf: fix test_verifier/test_maps make dependencies
Andrii Nakryiko
1
-3
/
+3
2019-07-16
fix: taprio: Change type of txtime-delay parameter to u32
Vedang Patel
2
-4
/
+4
2019-07-16
skbuff: fix compilation warnings in skb_dump()
Qian Cai
1
-1
/
+1
2019-07-16
be2net: Signal that the device cannot transmit during reconfiguration
Benjamin Poirier
1
-1
/
+5
2019-07-16
net: ethernet: mediatek: mtk_eth_soc: Add of_node_put() before goto
Nishka Dasgupta
1
-1
/
+3
2019-07-16
net: ethernet: mscc: ocelot_board: Add of_node_put() before return
Nishka Dasgupta
1
-1
/
+4
2019-07-16
net: ethernet: ti: cpsw: Add of_node_put() before return and break
Nishka Dasgupta
1
-8
/
+18
2019-07-16
libbpf: fix another GCC8 warning for strncpy
Andrii Nakryiko
1
-1
/
+2
2019-07-16
selftests/bpf: skip nmi test when perf hw events are disabled
Ilya Leoshkevich
1
-1
/
+32
2019-07-16
selftests/bpf: fix "alu with different scalars 1" on s390
Ilya Leoshkevich
1
-1
/
+1
2019-07-16
selftests/bpf: remove logic duplication in test_verifier
Andrii Nakryiko
1
-20
/
+15
2019-07-15
bpf: sync bpf.h to tools/
Stanislav Fomichev
1
-2
/
+2
2019-07-15
selftests/bpf: add selftests for wide loads
Stanislav Fomichev
1
-0
/
+37
2019-07-15
selftests/bpf: rename verifier/wide_store.c to verifier/wide_access.c
Stanislav Fomichev
2
-36
/
+36
2019-07-15
bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6
Stanislav Fomichev
2
-3
/
+13
2019-07-15
bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_ok
Stanislav Fomichev
2
-7
/
+7
2019-07-15
samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH)
Ilya Leoshkevich
1
-1
/
+1
2019-07-15
selftests/bpf: put test_stub.o into $(OUTPUT)
Ilya Leoshkevich
1
-2
/
+5
2019-07-15
selftests/bpf: make directory prerequisites order-only
Ilya Leoshkevich
1
-8
/
+8
2019-07-15
selftests/bpf: fix attach_probe on s390
Ilya Leoshkevich
1
-0
/
+2
2019-07-15
selftests/bpf: use typedef'ed arrays as map values
Andrii Nakryiko
3
-4
/
+4
2019-07-15
selftests/bpf: add trickier size resolution tests
Andrii Nakryiko
1
-0
/
+88
2019-07-15
bpf: fix BTF verifier size resolution logic
Andrii Nakryiko
1
-7
/
+12
[next]