Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6852215a32d0f63a0f3497df3b4638f5eac428d3
/
net
/
caif
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 11 years ago
c2cd0a5
caif: Remove bouncing address for Daniel Martensson
by sjur.brandeland@stericsson.com
· 12 years ago
26ee65e
caif: Remove my bouncing email address.
by sjur.brandeland@stericsson.com
· 12 years ago
d978a63
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
2d6fbfe
caif: Fix missing msg_namelen update in caif_seqpkt_recvmsg()
by Mathias Krause
· 12 years ago
3bffc47
CAIF: fix indentation for function arguments
by Silviu-Mihai Popescu
· 12 years ago
d2123be
CAIF: fix sparse warning for caif_usb
by Silviu-Mihai Popescu
· 12 years ago
d6e89c0
caif_dev: fix sparse warnings for caif_flow_cb
by Silviu-Mihai Popescu
· 12 years ago
6176772
Merge branch 'master' into for-next
by Jiri Kosina
· 12 years ago
8a168ca
treewide: Fix typo in various drivers
by Masanari Iida
· 12 years ago
65d2897
caif_usb: Make the driver name check more efficient
by Ben Hutchings
· 12 years ago
4066363
caif_usb: Check driver name before reading driver state in netdev notifier
by Ben Hutchings
· 12 years ago
973b1b9
caif: Remove redundant null check before kfree in cfctrl.c
by Sachin Kamat
· 12 years ago
566f26a
caif: move the dereference below the NULL test
by Wei Yongjun
· 12 years ago
d92c7f8
caif: Do not dereference NULL in chnl_recv_cb()
by Jesper Juhl
· 12 years ago
c76562b
netvm: prevent a stream-specific deadlock
by Mel Gorman
· 12 years ago
abaa72d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
96f80d1
caif: Fix access to freed pernet memory
by Sjur Brændeland
· 12 years ago
b26d344
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
f315fd3
caif: Fixed potential memory leak
by Kim Lilliestierna XX
· 12 years ago
c95567c
caif: added check for potential null return
by Kim Lilliestierna XX
· 12 years ago
be4852c
caif: Remove unused pointer and code
by Kim Lilliestierna XX
· 12 years ago
eaa8c5f
caif: Clear shutdown mask to zero at reconnect.
by Sjur Brændeland
· 12 years ago
31fdc55
net: remove my future former mail address
by Rémi Denis-Courmont
· 12 years ago
e8650a0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 years ago
d132d7f
Kconfig: replace "--- help ---" with "---help---"
by Paul Bolle
· 12 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
4476481
caif: set traffic class for caif packets
by Dmitry Tarnyagin
· 13 years ago
e65ac4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
5c699fb
caif: Fix memory leakage in the chnl_net.c.
by Tomasz Gregorek
· 13 years ago
2809cec
caif: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
e3abcc2
caif: make zero a legal caif connetion id.
by sjur.brandeland@stericsson.com
· 13 years ago
374458b
caif: Fix for a race in socket transmit with flow control.
by Dmitry Tarnyagin
· 13 years ago
af2ce21
caif: remove duplicate initialization
by Dan Carpenter
· 13 years ago
1f0b670
caif: caifdev is never used in net/caif/caif_dev.c::transmit() - remove it.
by Jesper Juhl
· 13 years ago
dd48dc3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
576f3cc
caif: Add drop count for caif_net device.
by sjur.brandeland@stericsson.com
· 13 years ago
4a69582
caif: Kill debugfs vars for caif socket
by sjur.brandeland@stericsson.com
· 13 years ago
ba76057
caif: Bugfix double kfree_skb upon xmit failure
by Dmitry Tarnyagin
· 13 years ago
b01377a
caif: Bugfix list_del_rcu race in cfmuxl_ctrlcmd.
by sjur.brandeland@stericsson.com
· 13 years ago
8a8ee9a
net caif: Register properly as a pernet subsystem.
by Eric W. Biederman
· 13 years ago
59f608d
caif: Remove bad WARN_ON in caif_dev
by sjur.brandeland@stericsson.com
· 13 years ago
3371bb3
caif: Fix typo in Vendor/Product-ID for CAIF modems
by sjur.brandeland@stericsson.com
· 13 years ago
2b2d465
net: kill duplicate included header
by Shan Wei
· 13 years ago
6b3da11
Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 13 years ago
933393f
percpu: Remove irqsafe_cpu_xxx variants
by Christoph Lameter
· 13 years ago
3db1cd5
net: fix assignment of 0/1 to bool variables.
by Rusty Russell
· 13 years ago
f84ea77
caif: Replace BUG_ON with WARN_ON.
by Roar Førde
· 13 years ago
005b0b0
caif: Bad assert triggering false positive.
by sjur.brandeland@stericsson.com
· 13 years ago
7d31130
caif: Stash away hijacked skb destructor and call it later
by sjur.brandeland@stericsson.com
· 13 years ago
0e4c7d8
caif: Add support for flow-control on device's tx-queue
by sjur.brandeland@stericsson.com
· 13 years ago
7ad65bf
caif: Add support for CAIF over CDC NCM USB interface
by sjur.brandeland@stericsson.com
· 13 years ago
e977b4c
caif: Remove unused enum and parameter in cfserl
by sjur.brandeland@stericsson.com
· 13 years ago
7c18d22
caif: Restructure how link caif link layer enroll
by sjur.brandeland@stericsson.com
· 13 years ago
200c5a3
caif: Allow cfpkt_extr_head to process empty message
by sjur.brandeland@stericsson.com
· 13 years ago
f23aa62
caif: fix endian conversion in cffrml_transmit()
by Dan Carpenter
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
3a9a231
net: Fix files explicitly needing to include module.h
by Paul Gortmaker
· 13 years ago
08613e4
caif: Fix BUG() with network namespaces
by David Woodhouse
· 13 years ago
5bb20ed
caif: add error handling for allocation
by Dan Carpenter
· 13 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
4fb66b8
caif: fix a potential NULL dereference
by Eric Dumazet
· 13 years ago
7ac2ed0
caif: Remove OOM messages, use kzalloc
by Joe Perches
· 13 years ago
a9b3cd7
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
by Stephen Hemminger
· 13 years ago
dec17b7
Remove redundant linux/version.h includes from net/
by Jesper Juhl
· 13 years ago
9f6ec8d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
a1b7f85
caif: Bugfix - XOFF removed channel from caif-mux
by sjur.brandeland@stericsson.com
· 13 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
41be5a4
caif: Fix race when conditionally taking rtnl lock
by sjur.brandeland@stericsson.com
· 13 years ago
69c867c9
caif: Plug memory leak for checksum error
by sjur.brandeland@stericsson.com
· 13 years ago
96796ea
caif: Fix freezes when running CAIF loopback device
by sjur.brandeland@stericsson.com
· 13 years ago
54e90fb
caif: Fixes freeze on Link layer removal.
by sjur.brandeland@stericsson.com
· 13 years ago
0e5a117
caif: Bugfix add check NULL pointer before calling functions.
by sjur.brandeland@stericsson.com
· 13 years ago
3f874ad
caif: remove unesesarry exports
by sjur.brandeland@stericsson.com
· 13 years ago
33b2f55
caif: Bugfix debugfs directory name must be unique.
by sjur.brandeland@stericsson.com
· 13 years ago
c85c295
caif: Handle dev_queue_xmit errors.
by sjur.brandeland@stericsson.com
· 13 years ago
bee925d
caif: prepare support for namespaces
by sjur.brandeland@stericsson.com
· 13 years ago
b3ccfbe
caif: Protected in-flight packets using dev or sock refcont.
by sjur.brandeland@stericsson.com
· 13 years ago
43e3692
caif: Move refcount from service layer to sock and dev.
by sjur.brandeland@stericsson.com
· 13 years ago
cb3cb42
caif: Add ref-count to framing layer
by sjur.brandeland@stericsson.com
· 13 years ago
f362144
caif: Use RCU and lists in cfcnfg.c for managing caif link layers
by sjur.brandeland@stericsson.com
· 13 years ago
bd30ce4
caif: Use RCU instead of spin-lock in caif_dev.c
by sjur.brandeland@stericsson.com
· 13 years ago
0b1e973
caif: Use rcu_read_lock in CAIF mux layer.
by sjur.brandeland@stericsson.com
· 13 years ago
056693a
caif: Fix set-but-unused variables.
by David S. Miller
· 14 years ago
39b9afb
caif: Add BUG_ON if dev_info is missing in packet
by Sjur Brændeland
· 14 years ago
4dd820c
caif: Don't resend if dev_queue_xmit fails.
by Sjur Brændeland
· 14 years ago
73d6ac6
caif: code cleanup
by Stephen Hemminger
· 14 years ago
4a9f65f
caif: performance bugfix - allow radio stack to prioritize packets.
by Sjur Brændeland
· 14 years ago
0c184ed
caif: Bugfix use for_each_safe when removing list nodes.
by Sjur Brændeland
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
263fb5b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
b2df5a84
net/caif: Fix dangling list pointer in freed object on error.
by David S. Miller
· 14 years ago
441c793
net: cleanup unused macros in net directory
by Shan Wei
· 14 years ago
01a8590
caif: checking the wrong variable
by Dan Carpenter
· 14 years ago
d7b92af
CAIF: Fix IPv6 support in receive path for GPRS/3G
by Kumar Sanghvi
· 14 years ago
91b5c98
caif: don't set connection request param size before copying data
by Dan Rosenberg
· 14 years ago
a3106d0
Net: caif: Makefile: Remove deprecated items
by Tracey Dent
· 14 years ago
47d1ff1
caif: Remove noisy printout when disconnecting caif socket
by sjur.brandeland@stericsson.com
· 14 years ago
f2527ec
caif: Bugfix for socket priority, bindtodev and dbg channel.
by André Carvalho de Matos
· 14 years ago
Next »