index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
README
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-08
xsk: fix to reject invalid options in Tx descriptor
Björn Töpel
1
-2
/
+2
2019-03-08
xsk: fix to reject invalid flags in xsk_bind
Björn Töpel
1
-1
/
+4
2019-03-08
bpf, libbpf: fixing leak when kernel does not support btf
Nikita V. Shirokov
1
-0
/
+2
2019-03-07
bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm field
Daniel Borkmann
2
-6
/
+19
2019-03-07
bpf: Stop the psock parser before canceling its work
Jakub Sitnicki
1
-0
/
+1
2019-03-07
selftests: bpf: test_progs: initialize duration in singal_pending test
Stanislav Fomichev
1
-1
/
+1
2019-03-07
libbpf: force fixdep compilation at the start of the build
Stanislav Fomichev
1
-1
/
+2
2019-03-07
selftests: bpf: fix compilation with out-of-tree $(OUTPUT)
Stanislav Fomichev
1
-10
/
+23
2019-03-07
selftests/bpf: test that GSO works in lwt_ip_encap
Peter Oskolkov
1
-2
/
+52
2019-03-07
net: fix GSO in bpf_lwt_push_ip_encap
Peter Oskolkov
1
-0
/
+2
2019-03-07
xsk: fix potential crash in xsk_diag_put_umem()
Eric Dumazet
1
-2
/
+2
2019-03-07
bpf: hbm: fix spelling mistake "deault" -> "default"
Colin Ian King
1
-2
/
+2
2019-03-07
bpf: only test gso type on gso packets
Willem de Bruijn
2
-6
/
+6
2019-03-07
bpf: fix sysctl.c warning
Arnd Bergmann
1
-1
/
+1
2019-03-06
tcp: detecting the misuse of .sendpage for Slab objects
Vasily Averin
1
-0
/
+4
2019-03-06
appletalk: Add atalk.h header files to MAINTAINERS file
Arnd Bergmann
1
-0
/
+2
2019-03-06
appletalk: Fix compile regression
Arnd Bergmann
1
-4
/
+14
2019-03-06
iptunnel: NULL pointer deref for ip_md_tunnel_xmit
Alan Maguire
1
-3
/
+6
2019-03-06
ipv4/route: fail early when inet dev is missing
Paolo Abeni
1
-4
/
+5
2019-03-06
net: hns3: Fix a logical vs bitwise typo
Dan Carpenter
1
-2
/
+2
2019-03-05
net/sched: act_tunnel_key: Fix double free dst_cache
wenxu
1
-16
/
+6
2019-03-05
tipc: fix RDM/DGRAM connect() regression
Erik Hugne
1
-1
/
+1
2019-03-05
x86: Deprecate a.out support
Borislav Petkov
2
-2
/
+1
2019-03-05
a.out: remove core dumping support
Linus Torvalds
6
-485
/
+0
2019-03-05
Revert "s390/cpum_cf: Add kernel message exaplanations"
Martin Schwidefsky
2
-81
/
+0
2019-03-05
fs: Make splice() and tee() take into account O_NONBLOCK flag on pipes
Slavomir Kaslev
1
-0
/
+12
2019-03-04
net/sched: avoid unused-label warning
Arnd Bergmann
1
-1
/
+1
2019-03-04
net: ignore sysctl_devconf_inherit_init_net without SYSCTL
Arnd Bergmann
2
-2
/
+5
2019-03-04
phy: mdio-mux: fix Kconfig dependencies
Arnd Bergmann
1
-1
/
+1
2019-03-04
net: phy: use phy_modify_mmd_changed in genphy_c45_an_config_aneg
Heiner Kallweit
1
-9
/
+8
2019-03-04
net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new ...
Heiner Kallweit
1
-0
/
+1
2019-03-04
selftest/net: Remove duplicate header
Souptick Joarder
1
-1
/
+0
2019-03-04
sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79
Kai-Heng Feng
1
-1
/
+23
2019-03-04
net/mlx5e: Update tx reporter status in case channels were successfully opened
Eran Ben Elisha
1
-0
/
+4
2019-03-04
devlink: Add support for direct reporter health state update
Eran Ben Elisha
3
-5
/
+62
2019-03-04
devlink: Update reporter state to error even if recover aborted
Eran Ben Elisha
1
-1
/
+4
2019-03-04
sctp: call iov_iter_revert() after sending ABORT
Xin Long
1
-0
/
+1
2019-03-04
team: Free BPF filter when unregistering netdev
Ido Schimmel
1
-0
/
+15
2019-03-04
ip6mr: Do not call __IP6_INC_STATS() from preemptible context
Ido Schimmel
1
-4
/
+4
2019-03-04
isdn: mISDN: Fix potential NULL pointer dereference of kzalloc
Aditya Pakki
1
-0
/
+3
2019-03-04
net: dsa: mv88e6xxx: support in-band signalling on SGMII ports with external ...
Heiner Kallweit
4
-14
/
+52
2019-03-04
get rid of legacy 'get_ds()' function
Linus Torvalds
33
-52
/
+16
2019-03-04
aio: simplify - and fix - fget/fput for io_submit()
Linus Torvalds
2
-44
/
+36
2019-03-04
cxgb4/chtls: Prefix adapter flags with CXGB4
Arjun Vynipadath
12
-105
/
+106
2019-03-04
net-sysfs: Switch to bitmap_zalloc()
Andy Shevchenko
1
-7
/
+5
2019-03-04
mellanox: Switch to bitmap_zalloc()
Andy Shevchenko
5
-22
/
+16
2019-03-04
x86-64: add warning for non-canonical user access address dereferences
Linus Torvalds
1
-0
/
+1
2019-03-04
bpf: add test cases for non-pointer sanitiation logic
Daniel Borkmann
1
-1
/
+43
2019-03-04
mlxsw: i2c: Extend initialization by querying resources data
Vadim Pasternak
2
-6
/
+17
2019-03-04
mlxsw: i2c: Extend input parameters list of command API
Vadim Pasternak
1
-19
/
+101
[next]