Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
a62520473f15750cd1432d36b377a06cd7cff8d2
a625204
net: macb driver, check for SKBTX_HW_TSTAMP
by Paul Thomas
· 6 years ago
738de00
Merge branch 'ethtool-fix-use-of-SPEED_UNKNOWN-constant'
by David S. Miller
· 6 years ago
d63da85
qlogic: qlcnic: fix use of SPEED_UNKNOWN ethtool constant
by Michael Zhivich
· 6 years ago
caf2c52
broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constant
by Michael Zhivich
· 6 years ago
afe6424
ethtool: avoid signed-unsigned comparison in ethtool_validate_speed()
by Michael Zhivich
· 6 years ago
3c5189a
Merge branch 'erspan-use-after-free'
by David S. Miller
· 6 years ago
2a3caba
net: ip6_gre: fix possible use-after-free in ip6erspan_rcv
by Lorenzo Bianconi
· 6 years ago
492b67e
net: ip_gre: fix possible use-after-free in erspan_rcv
by Lorenzo Bianconi
· 6 years ago
b75bb8a
r8169: disable ASPM again
by Heiner Kallweit
· 6 years ago
b1a6e8f
MAINTAINERS: ieee802154: update documentation file pattern
by Stefan Schmidt
· 6 years ago
5055376
net: vrf: Fix ping failed when vrf mtu is set to 0
by Miaohe Lin
· 6 years ago
b959ecf
selftests: add a tc matchall test case
by Nicolas Dichtel
· 6 years ago
6491d69
nfc: nci: Potential off by one in ->pipes[] array
by Dan Carpenter
· 6 years ago
d7ee81a
NFC: nci: Add some bounds checking in nci_hci_cmd_received()
by Dan Carpenter
· 6 years ago
7f46774
Merge tag 'mm-compaction-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux
by Linus Torvalds
· 6 years ago
c7084ed
tty: mark Siemens R3964 line discipline as BROKEN
by Greg Kroah-Hartman
· 6 years ago
ea2cec2
Merge tag 'drm-fixes-2019-04-05' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
0548740
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
bbd669a
ibmvnic: Fix completion structure initialization
by Thomas Falcon
· 6 years ago
bb9bd81
ipv6: sit: reset ip header pointer in ipip6_rcv
by Lorenzo Bianconi
· 6 years ago
8e22ba9
Merge tag 'riscv-for-linus-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux
by Linus Torvalds
· 6 years ago
1515a63f
net: bridge: always clear mcast matching struct on reports and leaves
by Nikolay Aleksandrov
· 6 years ago
20ad549
Merge tag 'pm-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
b512f71
Merge tag 'acpi-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
23b5f42
Merge tag 'drm-intel-fixes-2019-04-04' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
by Dave Airlie
· 6 years ago
9db6ce4
Merge tag 'mfd-fixes-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 6 years ago
2ded188
Merge branch 'drm-fixes-5.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 6 years ago
cc5a726
libcxgb: fix incorrect ppmax calculation
by Varun Prakash
· 6 years ago
0a89eb9
vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2x
by Chris Leech
· 6 years ago
5ba5780
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
b59fb7e
Merge branch 'acpica' into acpi
by Rafael J. Wysocki
· 6 years ago
58b0cf8
Merge branch 'pm-tools'
by Rafael J. Wysocki
· 6 years ago
3baf5c2
Merge branch 'sch_cake-fixes'
by David S. Miller
· 6 years ago
c87b4ec
sch_cake: Make sure we can write the IP header before changing DSCP bits
by Toke Høiland-Jørgensen
· 6 years ago
b2100cc
sch_cake: Use tc_skb_protocol() helper for getting packet protocol
by Toke Høiland-Jørgensen
· 6 years ago
aecfde2
tcp: Ensure DCTCP reacts to losses
by Koen De Schepper
· 6 years ago
fae2708
net/sched: act_sample: fix divide by zero in the traffic path
by Davide Caratti
· 6 years ago
2ec1ed2
net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stop
by Lorenzo Bianconi
· 6 years ago
47b62cd
Merge branch 'net-hns-bugfixes-for-HNS-Driver'
by David S. Miller
· 6 years ago
1540066
net: hns: Fix sparse: some warnings in HNS drivers
by Yonglong Liu
· 6 years ago
8601a99
net: hns: Fix WARNING when remove HNS driver with SMMU enabled
by Yonglong Liu
· 6 years ago
f058e46
net: hns: fix ICMP6 neighbor solicitation messages discard problem
by Yonglong Liu
· 6 years ago
c0b0984
net: hns: Fix probabilistic memory overwrite when HNS driver initialized
by Yonglong Liu
· 6 years ago
acb1ce1
net: hns: Use NAPI_POLL_WEIGHT for hns driver
by Yonglong Liu
· 6 years ago
3a39a12
net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()
by Liubin Shu
· 6 years ago
5eed789
flow_dissector: rst'ify documentation
by Stanislav Fomichev
· 6 years ago
5b56d99
mm/compaction.c: abort search if isolation fails
by Qian Cai
· 6 years ago
6b0868c
mm/compaction.c: correct zone boundary handling when resetting pageblock skip hints
by Mel Gorman
· 6 years ago
145f47c
Merge tag '5.1-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 6 years ago
ef0efcd
ipv6: Fix dangling pointer when ipv6 fragment
by Junwei Hu
· 6 years ago
0ab03f3
net-gro: Fix GRO flush when receiving a GSO packet.
by Steffen Klassert
· 6 years ago
57cbec0
Merge tag 'gvt-fixes-2019-04-04' of https://github.com/intel/gvt-linux into drm-intel-fixes
by Rodrigo Vivi
· 6 years ago
cf9ed666
drm/i915/gvt: Fix kerneldoc typo for intel_vgpu_emulate_hotplug
by Chris Wilson
· 6 years ago
7f1a93b
drm/i915/gvt: Correct the calculation of plane size
by Xiong Zhang
· 6 years ago
8ed8662
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
by Linus Torvalds
· 6 years ago
a090dbf
Merge branch 'bpf-flow-dissector-fixes'
by Daniel Borkmann
· 6 years ago
ae82899
flow_dissector: document BPF flow dissector environment
by Stanislav Fomichev
· 6 years ago
2ee7fba
flow_dissector: allow access only to a subset of __sk_buff fields
by Stanislav Fomichev
· 6 years ago
b9e9c85
flow_dissector: fix clamping of BPF flow_keys for non-zero nhoff
by Stanislav Fomichev
· 6 years ago
822fe61
net/flow_dissector: pass flow_keys->n_proto to BPF programs
by Stanislav Fomichev
· 6 years ago
2c3af7d
selftests/bpf: fix vlan handling in flow dissector program
by Stanislav Fomichev
· 6 years ago
ce856634
HID: input: add mapping for Assistant key
by Dmitry Torokhov
· 6 years ago
a05a2e7
mfd: sun6i-prcm: Allow to compile with COMPILE_TEST
by Maxime Ripard
· 6 years ago
a816fd6
Merge tag 'pidfd-fixes-v5.1-rc3' of gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 6 years ago
4a3164e
Merge tag 'hwmon-for-v5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 6 years ago
9f3bd8f
Update Nicolas Pitre's email address
by Nicolas Pitre
· 6 years ago
d939f44
drm/amdgpu: remove unnecessary rlc reset function on gfx9
by Le Ma
· 6 years ago
845368b
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
by David S. Miller
· 6 years ago
b2e54b0
ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev type
by Sheena Mira-ato
· 6 years ago
1d71670
mfd: sc27xx: Use SoC compatible string for PMIC devices
by Baolin Wang
· 6 years ago
20bb907
mfd: twl-core: Disable IRQ while suspended
by Andreas Kemnade
· 6 years ago
1d3ff09
dccp: Fix memleak in __feat_register_sp
by YueHaibing
· 6 years ago
09279e6
sctp: initialize _pad of sockaddr_in before copying to user memory
by Xin Long
· 6 years ago
d1b58fc
Merge branch 'nfp-flower-fix-matching-and-pushing-vlan-CFI-bit'
by David S. Miller
· 6 years ago
42cd548
nfp: flower: remove vlan CFI bit from push vlan action
by Pieter Jansen van Vuuren
· 6 years ago
f7ee799
nfp: flower: replace CFI with vlan present
by Pieter Jansen van Vuuren
· 6 years ago
3c446e6
kcm: switch order of device registration to fix a crash
by Jiri Slaby
· 6 years ago
c4df1bd
Merge branch 'net-sched-fix-stats-accounting-for-child-NOLOCK-qdiscs'
by David S. Miller
· 6 years ago
e5f0e8f
net: sched: introduce and use qdisc tree flush/purge helpers
by Paolo Abeni
· 6 years ago
5dd431b
net: sched: introduce and use qstats read helpers
by Paolo Abeni
· 6 years ago
4ab5264
cpufreq/intel_pstate: Load only on Intel hardware
by Borislav Petkov
· 6 years ago
0db6f8b
net/sched: fix ->get helper of the matchall cls
by Nicolas Dichtel
· 6 years ago
556a888
signal: don't silently convert SI_USER signals to non-current pidfd
by Jann Horn
· 6 years ago
4811e30
cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.
by Ronnie Sahlberg
· 6 years ago
ca567eb
SMB3: Allow persistent handle timeout to be configurable on mount
by Steve French
· 6 years ago
153322f
smb3: Fix enumerating snapshots to Azure
by Steve French
· 6 years ago
2f94a312
cifs: fix kref underflow in close_shroot()
by Ronnie Sahlberg
· 6 years ago
44ddd4f
i40e: add tracking of AF_XDP ZC state for each queue pair
by Björn Töpel
· 6 years ago
b83f28e
i40e: move i40e_xsk_umem function
by Björn Töpel
· 6 years ago
8c83f2d
vrf: check accept_source_route on the original netdevice
by Stephen Suryaputra
· 6 years ago
8c1074f
MAINTAINERS: net: update Solarflare maintainers
by Bert Kenward
· 6 years ago
a145b5b
drm/i915: Always backoff after a drm_modeset_lock() deadlock
by Chris Wilson
· 6 years ago
b506bc9
tcp: fix a potential NULL pointer dereference in tcp_sk_exit
by Dust Li
· 6 years ago
5e7a8ca
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
db5481e
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
74e7c6c
HID: i2c-hid: Disable runtime PM on Synaptics touchpad
by Hui Wang
· 6 years ago
93b919d
debugfs: fix use-after-free on symlink traversal
by Al Viro
· 6 years ago
0cdc17e
ubifs: fix use-after-free on symlink traversal
by Al Viro
· 6 years ago
4fdcfab
jffs2: fix use-after-free on symlink traversal
by Al Viro
· 6 years ago
7ff0b60
Merge branch 'tipc-a-batch-of-uninit-value-fixes-for-netlink_compat'
by David S. Miller
· 6 years ago
Next »