Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
c48300c92ad9f029f4dcbcf5d71ad880e3acf2fa
c48300c
vhost: fix VHOST_GET_BACKEND_FEATURES ioctl request definition
by Gleb Fotengauer-Malinovskiy
· 6 years ago
9fd0e09
r8169: add support for NCube 8168 network card
by Anthony Wong
· 6 years ago
36feaac
ip6_tunnel: respect ttl inherit for ip6tnl
by Hangbin Liu
· 6 years ago
59a03fe
uapi: Fix linux/rds.h userspace compilation errors.
by Vinson Lee
· 6 years ago
16fe10c
net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()
by Jia-Ju Bai
· 6 years ago
a80afe8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
15a81b4
net/ipv6: Only update MTU metric if it set
by David Ahern
· 6 years ago
18eb8ae
net: ethernet: cpsw-phy-sel: prefer phandle for phy sel
by Tony Lindgren
· 6 years ago
10d7fac
dt-bindings: net: cpsw: Document cpsw-phy-sel usage but prefer phandle
by Tony Lindgren
· 6 years ago
c60e06c
Merge branch 'igmp-fix-two-incorrect-unsolicit-report-count-issues'
by David S. Miller
· 6 years ago
ff06525
igmp: fix incorrect unsolicit report count after link down and up
by Hangbin Liu
· 6 years ago
4fb7253
igmp: fix incorrect unsolicit report count when join group
by Hangbin Liu
· 6 years ago
597222f
bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULP
by John Fastabend
· 6 years ago
97911e0
tools/bpf: bpftool, add xskmap in map types
by Prashant Bhole
· 6 years ago
9db39f4
bpf: Fix bpf_msg_pull_data()
by Tushar Dave
· 6 years ago
93bbadd
ipv6: don't get lwtstate twice in ip6_rt_copy_init()
by Alexey Kodanev
· 6 years ago
f611a5b
ibmvnic: Include missing return code checks in reset function
by Thomas Falcon
· 6 years ago
c81c701
selftests: pmtu: detect correct binary to ping ipv6 addresses
by Sabrina Dubroca
· 6 years ago
902b541
selftests: pmtu: maximum MTU for vti4 is 2^16-1-20
by Sabrina Dubroca
· 6 years ago
63cc357
tcp: do not restart timewait timer on rst reception
by Florian Westphal
· 6 years ago
b0e0b0a
net/rds: RDS is not Radio Data System
by Pavel Machek
· 6 years ago
e04e7a7
hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe()
by Dexuan Cui
· 6 years ago
9ad716b
nfp: wait for posted reconfigs when disabling the device
by Jakub Kicinski
· 6 years ago
3a7ad06
Revert "packet: switch kvzalloc to allocate memory"
by Eric Dumazet
· 6 years ago
dc64179
Merge branch 'net_sched-reject-unknown-tcfa_action-values'
by David S. Miller
· 6 years ago
25a8238
tc-testing: add test-cases for numeric and invalid control action
by Paolo Abeni
· 6 years ago
97763dc
net_sched: reject unknown tcfa_action values
by Paolo Abeni
· 6 years ago
c4053ef
net: mvpp2: initialize port of_node pointer
by Baruch Siach
· 6 years ago
c3c397c
net: bcmgenet: use MAC link status for fixed phy
by Doug Berger
· 6 years ago
c305660
net: stmmac: build the dwmac-socfpga platform driver for Stratix10
by Dinh Nguyen
· 6 years ago
e0b7e7d
Merge branch 'ipv6-fix-error-path-of-inet6_init'
by David S. Miller
· 6 years ago
f707ef6
net: rtnl: return early from rtnl_unregister_all when protocol isn't registered
by Sabrina Dubroca
· 6 years ago
a03dc36b
ipv6: fix cleanup ordering for pingv6 registration
by Sabrina Dubroca
· 6 years ago
afe49de
ipv6: fix cleanup ordering for ip6_mr failure
by Sabrina Dubroca
· 6 years ago
85eb9af
net/sched: act_pedit: fix dump of extended layered op
by Davide Caratti
· 6 years ago
6e0bb04
sh_eth: Add R7S9210 support
by Chris Brandt
· 6 years ago
def70b6
Merge branch 'hns-fixes'
by David S. Miller
· 6 years ago
455c440
net: hns: add netif_carrier_off before change speed and duplex
by Peng Li
· 6 years ago
31fabbe
net: hns: add the code for cleaning pkt in chip
by Peng Li
· 6 years ago
05212ba
r8169: set RxConfig after tx/rx is enabled for RTL8169sb/8110sb devices
by Azat Khuzhin
· 6 years ago
9a07efa
tipc: switch to rhashtable iterator
by Cong Wang
· 6 years ago
e5133f2
Revert "net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit"
by Jerome Brunet
· 6 years ago
bd583fe
tipc: fix a missing rhashtable_walk_exit()
by Cong Wang
· 6 years ago
9f28954
vti6: remove !skb->ignore_df check from vti6_xmit()
by Alexey Kodanev
· 6 years ago
6a5d39a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
d65e6c8
Merge branch 'bpf_msg_pull_data-fixes'
by Alexei Starovoitov
· 6 years ago
a8cf76a
bpf: fix sg shift repair start offset in bpf_msg_pull_data
by Daniel Borkmann
· 6 years ago
2e43f95
bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_data
by Daniel Borkmann
· 6 years ago
0e06b22
bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_data
by Daniel Borkmann
· 6 years ago
5b24109
bpf: fix several offset tests in bpf_msg_pull_data
by Daniel Borkmann
· 6 years ago
501ca81
bpf: sockmap, decrement copied count correctly in redirect error case
by John Fastabend
· 6 years ago
3f6e138
bpf: fix build error with clang
by Stefan Agner
· 6 years ago
15c480e
bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsg
by Daniel Borkmann
· 6 years ago
e06fa9c
bpf, sockmap: fix potential use after free in bpf_tcp_close
by Daniel Borkmann
· 6 years ago
53ae914
net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6
by Zhu Yanjun
· 6 years ago
ad86198
net: dsa: Drop GPIO includes
by Linus Walleij
· 6 years ago
3093519
tipc: fix the big/little endian issue in tipc_dest
by Haiqing Bai
· 6 years ago
ca2b1d2
Merge branch 'net-sched-fixes'
by David S. Miller
· 6 years ago
b7b4247
net: sched: return -ENOENT when trying to remove filter from non-existent chain
by Jiri Pirko
· 6 years ago
d5ed72a
net: sched: fix extack error message when chain is failed to be created
by Jiri Pirko
· 6 years ago
84581bd
erspan: set erspan_ver to 1 by default when adding an erspan dev
by Xin Long
· 6 years ago
834539e
sctp: remove useless start_fail from sctp_ht_iter in proc
by Xin Long
· 6 years ago
bab1be7
sctp: hold transport before accessing its asoc in sctp_transport_get_next
by Xin Long
· 6 years ago
050cdc6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
908946c
Fix up libata MAINTAINERS entry
by Jens Axboe
· 6 years ago
98c8f12
net: sched: Fix memory exposure from short TCA_U32_SEL
by Kees Cook
· 6 years ago
5b394b2
Linux 4.19-rc1
by Linus Torvalds
· 6 years ago
b933d6e
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
aba16dc
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 6 years ago
c4726e7
Merge tag 'gcc-plugins-v4.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 6 years ago
d207ea8
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
2a8a2b7
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
de37503
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
a9ce323
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
2923b27
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 6 years ago
828bf6e
Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 6 years ago
e75d039
qed: fix spelling mistake "comparsion" -> "comparison"
by Colin Ian King
· 6 years ago
2d66f99
vhost: correctly check the iova range when waking virtqueue
by Jason Wang
· 6 years ago
6750c87
qlge: Fix netdev features configuration.
by Manish Chopra
· 6 years ago
0da70f8
net: macb: do not disable MDIO bus at open/close time
by Anssi Hannula
· 6 years ago
f7b9e8e
Revert "net: stmmac: fix build failure due to missing COMMON_CLK dependency"
by Geert Uytterhoeven
· 6 years ago
ab5f110
net: macb: Fix regression breaking non-MDIO fixed-link PHYs
by Ahmad Fatoum
· 6 years ago
602b74e
mlxsw: spectrum_switchdev: Do not leak RIFs when removing bridge
by Ido Schimmel
· 6 years ago
b326272
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 6 years ago
1bc2767
Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
b8dcdab
Merge tag 'for-linus-20180825' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
db84abf
Merge tag 'upstream-4.19-rc1-fix' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 6 years ago
04faac1
Merge tag '4.19-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 6 years ago
1b2de5d
mm/cow: don't bother write protecting already write-protected pages
by Linus Torvalds
· 6 years ago
e0fcfe1
hpfs: remove unnecessary checks on the value of r when assigning error code
by Colin Ian King
· 6 years ago
7634ccd
libata: maintainership update
by Jens Axboe
· 6 years ago
ae92378
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
by David S. Miller
· 6 years ago
0519359
Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
by Linus Torvalds
· 6 years ago
5967661
Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 6 years ago
9022ada
Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 6 years ago
18b8bfd
Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 6 years ago
d972604
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 6 years ago
57bb8e3
Merge tag 'apparmor-pr-2018-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
by Linus Torvalds
· 6 years ago
aa5b105
Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
e1dbc5a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 6 years ago
Next »