Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
a00e3ab64be2e482bd25fe30bdc9bfa6e2b0cf1c
a00e3ab
stmmac: fix TX normal DESC
by Giuseppe CAVALLARO
· 9 years ago
c66e98c
net: mvneta: use cache_line_size() to get cacheline size
by Jisheng Zhang
· 9 years ago
4a0a12d
net: mvpp2: use cache_line_size() to get cacheline size
by Jisheng Zhang
· 9 years ago
d82b0c2
net: mvpp2: fix maybe-uninitialized warning
by Jisheng Zhang
· 9 years ago
5a5abb1
tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter
by Daniel Borkmann
· 9 years ago
79f4223
net: usb: cdc_ncm: adding Telit LE910 V2 mobile broadband card
by Daniele Palmas
· 9 years ago
c57c7a9
rtnl: fix msg size calculation in if_nlmsg_size()
by Nicolas Dichtel
· 9 years ago
32867fc
fec: Do not access unexisting register in Coldfire
by Fabio Estevam
· 9 years ago
9bd9ddb
net: mvneta: replace MVNETA_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTES
by Jisheng Zhang
· 9 years ago
b7854ef
net: mvpp2: replace MVPP2_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTES
by Jisheng Zhang
· 9 years ago
13a7ebb
net: dsa: mv88e6xxx: Clear the PDOWN bit on setup
by Patrick Uiterwijk
· 9 years ago
75baacf
net: dsa: mv88e6xxx: Introduce _mv88e6xxx_phy_page_{read, write}
by Patrick Uiterwijk
· 9 years ago
4833a00
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
by David S. Miller
· 9 years ago
c0e760c
bpf: make padding in bpf_tunnel_key explicit
by Daniel Borkmann
· 9 years ago
2d42122
ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates
by Eric Dumazet
· 9 years ago
3c02d1b
bnxt_en: Fix ethtool -a reporting.
by Michael Chan
· 9 years ago
49b5c7a
bnxt_en: Fix typo in bnxt_hwrm_set_pause_common().
by Michael Chan
· 9 years ago
e6ef269
bnxt_en: Implement proper firmware message padding.
by Michael Chan
· 9 years ago
33e52d8
bnxt_en: Initialize CP doorbell value before ring allocation
by Prashant Sreedharan
· 9 years ago
cb41c99
team: team should sync the port's uc/mc addrs when add a port
by Xin Long
· 9 years ago
c348338
gro: Allow tunnel stacking in the case of FOU/GUE
by Alexander Duyck
· 9 years ago
fea2485
qed: initialize return rc to avoid returning garbage
by Colin Ian King
· 9 years ago
28fd349
sctp: really allow using GFP_KERNEL on sctp_packet_transmit
by Marcelo Ricardo Leitner
· 9 years ago
5e263f7
bridge: Allow set bridge ageing time when switchdev disabled
by Haishuang Yan
· 9 years ago
b5aea3d
ixgbe: Fix cls_u32 offload support for L4 ports
by Sridhar Samudrala
· 9 years ago
ebd83ad
ixgbe: Fix cls_u32 offload support for fields with masks
by Sridhar Samudrala
· 9 years ago
176621c
ixgbe: fix error handling in TC cls_u32 offload routines
by Sridhar Samudrala
· 9 years ago
6e2a60b
ixgbe: make __ixgbe_setup_tc static
by Emil Tantilov
· 9 years ago
32ca686
ixgbevf: fix error code path when setting MAC address
by Emil Tantilov
· 9 years ago
324d086
ixgbevf: call ndo_stop() instead of dev_close() when running offline selftest
by Stefan Assmann
· 9 years ago
6c211fe1
ixgbe: call ndo_stop() instead of dev_close() when running offline selftest
by Stefan Assmann
· 9 years ago
d90b5b0
ixgbe: Use udelay to avoid sleeping while atomic
by Mark Rustad
· 9 years ago
e2873d4
ixgbe: Fix ATR so that it correctly handles IPv6 extension headers
by Alexander Duyck
· 9 years ago
9f12df9
ixgbe: Store VXLAN port number in network order
by Alexander Duyck
· 9 years ago
5676804
ixgbe: Fix for RAR0 not being set to default MAC addr
by Tushar Dave
· 9 years ago
e84810c
qmi_wwan: add "D-Link DWM-221 B1" device id
by Bjørn Mork
· 9 years ago
0c84ea1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 9 years ago
2942119
netfilter: ipv4: fix NULL dereference
by Liping Zhang
· 9 years ago
b301f25
netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES
by Pablo Neira Ayuso
· 9 years ago
9314011
netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast fails
by Pablo Neira Ayuso
· 9 years ago
54d83fc
netfilter: x_tables: fix unconditional helper
by Florian Westphal
· 9 years ago
6e94e0c
netfilter: x_tables: make sure e->next_offset covers remaining blob size
by Florian Westphal
· 9 years ago
bdf533d
netfilter: x_tables: validate e->target_offset early
by Florian Westphal
· 9 years ago
99b7248
openvswitch: call only into reachable nf-nat code
by Arnd Bergmann
· 9 years ago
5745b0b
openvswitch: Fix checking for new expected connections.
by Jarno Rajahalme
· 9 years ago
596cf3f
netfilter: ipset: fix race condition in ipset save, swap and delete
by Vishwanath Pai
· 9 years ago
0e3e799
net: macb: Only call GPIO functions if there is a valid GPIO
by Charles Keepax
· 9 years ago
9832ce4
net: hns: set-coalesce-usecs returns errno by dsaf.ko
by Lisheng
· 9 years ago
43adc06
net: hns: fixed the setting and getting overtime bug
by Lisheng
· 9 years ago
ac71b46
openvswitch: Use proper buffer size in nla_memcpy
by Haishuang Yan
· 9 years ago
d7be81a
ravb: fix software timestamping
by Lino Sanfilippo
· 9 years ago
79c1342
net: sxgbe: fix error paths in sxgbe_platform_probe()
by Rasmus Villemoes
· 9 years ago
66391b3
Drivers: isdn: hisax: isac.c: Fix assignment and check into one expression.
by Cosmin-Gabriel Samoila
· 9 years ago
995096a
Fix returned tc and hoplimit values for route with IPv6 encapsulation
by Quentin Armitage
· 9 years ago
a69f0e2
drivers/net/usb/plusb.c: Fix typo
by Diego Viola
· 9 years ago
9ba723b
net: macb: remove BUG_ON() and reset the queue to handle RX errors
by Cyrille Pitchen
· 9 years ago
d31fecd
qlge: Update version to 1.00.00.35
by Manish Chopra
· 9 years ago
4cef191
net: phy: bcm7xxx: Add entries for Broadcom BCM7346 and BCM7362
by Jaedon Shin
· 9 years ago
322cea2
bpf: add missing map_flags to bpf_map_show_fdinfo
by Daniel Borkmann
· 9 years ago
543e3a8
netpoll: Fix extra refcount release in netpoll_cleanup()
by Bjorn Helgaas
· 9 years ago
7dd3991
net: bcmgenet: fix skb_len in bcmgenet_xmit_single()
by Petri Gynther
· 9 years ago
5586812
net: bcmgenet: fix dev->stats.tx_bytes accounting
by Petri Gynther
· 9 years ago
3e34766
switchdev: fix typo in comments/doc
by Nicolas Dichtel
· 9 years ago
ba50499
net: macb: replace macb_writel() call by queue_writel() to update queue ISR
by Cyrille Pitchen
· 9 years ago
7629d9c
Merge branch 'hns-fixes'
by David S. Miller
· 9 years ago
c1203fe
net: hns: bug fix about getting hilink status for HNS v2
by Sheng Li
· 9 years ago
daa8cfd
net: hns: fix warning of passing zero to 'PTR_ERR'
by Kejian Yan
· 9 years ago
4b34aa4
net: hns: optimizate irq proccess for HNS V2
by Sheng Li
· 9 years ago
1c3bae6
net: hns: remove useless variable assignment and comment
by Qianqian Xie
· 9 years ago
055a941
net: hns: bug fix for return values
by Qianqian Xie
· 9 years ago
8d71397
net: hns: optimizate fmt of snprintf()
by Qianqian Xie
· 9 years ago
5261312
net: hns: fix a bug for cycle index
by Qianqian Xie
· 9 years ago
071d36b
xfrm: Fix crash observed during device unregistration and decryption
by subashab@codeaurora.org
· 9 years ago
e46b4e2
Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
faea72d
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 9 years ago
5b1e167
Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 9 years ago
8b97be0
Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 9 years ago
44d1b6d
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
0f0fbec
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
3fa2fe2
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
d88f48e
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
be53f58
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
19d6f04
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
05f5ece
Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 9 years ago
aca04ce
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
6579a02
net: ping: make ping_v6_sendmsg static
by Haishuang Yan
· 9 years ago
3f73513
hv_netvsc: Fix the order of num_sc_offered decrement
by Haiyang Zhang
· 9 years ago
5a010c7
Merge tag 'platform-drivers-x86-v4.6-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86
by Linus Torvalds
· 9 years ago
b615d3d
Merge tag 'pwm/for-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
by Linus Torvalds
· 9 years ago
ed7d6bc
Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
7626714
perf llvm: Use strerror_r instead of the thread unsafe strerror one
by Arnaldo Carvalho de Melo
· 9 years ago
7847826
perf llvm: Use realpath to canonicalize paths
by Arnaldo Carvalho de Melo
· 9 years ago
0741208
perf tools: Unexport some methods unused outside strbuf.c
by Arnaldo Carvalho de Melo
· 9 years ago
88fd633
perf probe: No need to use formatting strbuf method
by Arnaldo Carvalho de Melo
· 9 years ago
a610f5c
perf help: Use asprintf instead of adhoc equivalents
by Arnaldo Carvalho de Melo
· 9 years ago
5e82b4b
net: Fix typos and whitespace.
by Bjorn Helgaas
· 9 years ago
9efc2f7
hv_netvsc: Fix the array sizes to be max supported channels
by Haiyang Zhang
· 9 years ago
d212b46
hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
by Haiyang Zhang
· 9 years ago
1f461dc
ppp: take reference on channels netns
by Guillaume Nault
· 9 years ago
cf47a8a
perf tools: Remove unused perf_pathdup, xstrdup functions
by Arnaldo Carvalho de Melo
· 9 years ago
Next »