index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-08
bpf, doc: add note for libbpf's stand-alone build
Daniel Borkmann
1
-0
/
+14
2019-01-08
bpf, doc: update design qa to reflect kern_version requirement
Daniel Borkmann
1
-6
/
+5
2019-01-07
selftests/bpf: fix incorrect users of create_and_get_cgroup
Stanislav Fomichev
12
-20
/
+20
2019-01-07
smc: move unhash as early as possible in smc_release()
Cong Wang
1
-1
/
+3
2019-01-07
phy: ti: Fix compilation failures without REGMAP
Jason Gunthorpe
1
-0
/
+1
2019-01-07
net: bridge: fix a bug on using a neighbour cache entry without checking its ...
JianJhen Chen
1
-1
/
+1
2019-01-07
tipc: fix memory leak in tipc_nl_compat_publ_dump
Gustavo A. R. Silva
1
-1
/
+3
2019-01-07
cdc_ether: trivial whitespace readability fix
Bjørn Mork
1
-15
/
+11
2019-01-07
rds: use DIV_ROUND_UP instead of ceil
Jacob Wen
4
-9
/
+5
2019-01-07
r8169: don't try to read counters if chip is in a PCI power-save state
Heiner Kallweit
1
-2
/
+4
2019-01-07
can: gw: ensure DLC boundaries after CAN frame modification
Oliver Hartkopp
1
-3
/
+27
2019-01-07
net/mlx4: replace pci_{,un}map_sg with dma_{,un}map_sg
Stephen Warren
1
-8
/
+7
2019-01-07
net/mlx4: Get rid of page operation after dma_alloc_coherent
Stephen Warren
2
-39
/
+75
2019-01-06
bpf: add various test cases for alu op on mixed dst register types
Daniel Borkmann
1
-0
/
+120
2019-01-06
bpf: fix sanitation of alu op with pointer / scalar type from different paths
Daniel Borkmann
2
-13
/
+49
2019-01-05
ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses
David Ahern
1
-1
/
+4
2019-01-05
selftests/bpf: Test [::] -> [::1] rewrite in sys_sendmsg in test_sock_addr
Andrey Ignatov
1
-3
/
+50
2019-01-05
bpf: Fix [::] -> [::1] rewrite in sys_sendmsg
Andrey Ignatov
1
-4
/
+4
2019-01-05
ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address
David Ahern
1
-1
/
+10
2019-01-04
ixgbe: fix Kconfig when driver is not a module
Jeff Kirsher
1
-1
/
+1
2019-01-04
ipv6: make icmp6_send() robust against null skb->dev
Eric Dumazet
1
-2
/
+6
2019-01-04
selftests: net: fix/improve ip_defrag selftest
Peter Oskolkov
2
-10
/
+95
2019-01-04
qmi_wwan: add MTU default to qmap network interface
Daniele Palmas
1
-0
/
+1
2019-01-04
net: hns: Fix use after free identified by SLUB debug
Yonglong Liu
1
-4
/
+2
2019-01-04
net: hns: Fix WARNING when hns modules installed
Yonglong Liu
1
-10
/
+7
2019-01-04
net: dsa: mt7530: Drop unused GPIO include
Linus Walleij
1
-1
/
+0
2019-01-04
fou6: Prevent unbounded recursion in GUE error handler
Stefano Brivio
1
-0
/
+8
2019-01-04
fou: Prevent unbounded recursion in GUE error handler also with UDP-Lite
Stefano Brivio
1
-1
/
+2
2019-01-04
openvswitch: Fix IPv6 later frags parsing
Yi-Hung Wei
1
-3
/
+5
2019-01-04
net: macb: remove unnecessary code
Claudiu Beznea
1
-6
/
+2
2019-01-04
net: dsa: microchip: Drop unused GPIO includes
Linus Walleij
1
-2
/
+0
2019-01-04
qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrier
Denis Bolotin
1
-0
/
+4
2019-01-04
qed: Fix qed_chain_set_prod() for PBL chains with non power of 2 page count
Denis Bolotin
1
-0
/
+31
2019-01-04
net, skbuff: do not prefer skb allocation fails early
David Rientjes
1
-6
/
+1
2019-01-04
soc/fsl/qe: fix err handling of ucc_of_parse_tdm
Wen Yang
2
-56
/
+61
2019-01-04
r8169: Add support for new Realtek Ethernet
Kai-Heng Feng
1
-0
/
+2
2019-01-04
netlink: fixup regression in RTM_GETADDR
Arthur Gautier
2
-2
/
+2
2019-01-04
octeontx2-af: Fix a resource leak in an error handling path in 'cgx_probe()'
Christophe JAILLET
1
-1
/
+3
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
221
-679
/
+610
2019-01-03
ipv6: Consider sk_bound_dev_if when binding a socket to an address
David Ahern
1
-0
/
+3
2019-01-03
ipv6: Fix dump of specific table with strict checking
David Ahern
1
-1
/
+5
2019-01-03
locks: fix error in locks_move_blocks()
NeilBrown
1
-1
/
+1
2019-01-03
bpf: add various test cases to selftests
Daniel Borkmann
1
-3
/
+1105
2019-01-03
bpf: prevent out of bounds speculation on pointer arithmetic
Daniel Borkmann
2
-6
/
+189
2019-01-03
bpf: fix check_map_access smin_value test when pointer contains offset
Daniel Borkmann
1
-1
/
+5
2019-01-03
bpf: restrict unknown scalars of mixed signed bounds for unprivileged
Daniel Borkmann
1
-1
/
+8
2019-01-03
bpf: restrict stack pointer arithmetic for unprivileged
Daniel Borkmann
1
-22
/
+41
2019-01-03
bpf: restrict map value pointer arithmetic for unprivileged
Daniel Borkmann
1
-0
/
+11
2019-01-03
bpf: enable access to ax register also from verifier rewrite
Daniel Borkmann
2
-6
/
+21
2019-01-03
bpf: move tmp variable into ax register in interpreter
Daniel Borkmann
2
-18
/
+19
[next]