index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
caif
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-21
caif: fix endian conversion in cffrml_transmit()
Dan Carpenter
1
-5
/
+6
2011-10-31
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
1
-0
/
+1
2011-10-31
net: Fix files explicitly needing to include module.h
Paul Gortmaker
1
-0
/
+1
2011-10-25
caif: Fix BUG() with network namespaces
David Woodhouse
1
-2
/
+3
2011-10-03
caif: add error handling for allocation
Dan Carpenter
1
-9
/
+14
2011-09-22
Merge branch 'master' of github.com:davem330/net
David S. Miller
1
-1
/
+5
2011-09-16
caif: fix a potential NULL dereference
Eric Dumazet
1
-1
/
+5
2011-08-28
caif: Remove OOM messages, use kzalloc
Joe Perches
11
-75
/
+27
2011-08-02
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
Stephen Hemminger
1
-3
/
+3
2011-06-21
Remove redundant linux/version.h includes from net/
Jesper Juhl
2
-2
/
+0
2011-06-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2011-06-16
caif: Bugfix - XOFF removed channel from caif-mux
sjur.brandeland@stericsson.com
1
-1
/
+1
2011-06-06
net: remove interrupt.h inclusion from netdevice.h
Alexey Dobriyan
1
-0
/
+1
2011-06-01
caif: Fix race when conditionally taking rtnl lock
sjur.brandeland@stericsson.com
1
-6
/
+3
2011-05-22
caif: Plug memory leak for checksum error
sjur.brandeland@stericsson.com
1
-1
/
+6
2011-05-22
caif: Fix freezes when running CAIF loopback device
sjur.brandeland@stericsson.com
1
-4
/
+5
2011-05-22
caif: Fixes freeze on Link layer removal.
sjur.brandeland@stericsson.com
3
-44
/
+62
2011-05-22
caif: Bugfix add check NULL pointer before calling functions.
sjur.brandeland@stericsson.com
1
-9
/
+26
2011-05-15
caif: remove unesesarry exports
sjur.brandeland@stericsson.com
4
-24
/
+13
2011-05-15
caif: Bugfix debugfs directory name must be unique.
sjur.brandeland@stericsson.com
1
-12
/
+22
2011-05-15
caif: Handle dev_queue_xmit errors.
sjur.brandeland@stericsson.com
6
-46
/
+117
2011-05-15
caif: prepare support for namespaces
sjur.brandeland@stericsson.com
6
-180
/
+162
2011-05-15
caif: Protected in-flight packets using dev or sock refcont.
sjur.brandeland@stericsson.com
2
-4
/
+43
2011-05-15
caif: Move refcount from service layer to sock and dev.
sjur.brandeland@stericsson.com
2
-8
/
+31
2011-05-15
caif: Add ref-count to framing layer
sjur.brandeland@stericsson.com
2
-1
/
+39
2011-05-15
caif: Use RCU and lists in cfcnfg.c for managing caif link layers
sjur.brandeland@stericsson.com
1
-160
/
+213
2011-05-15
caif: Use RCU instead of spin-lock in caif_dev.c
sjur.brandeland@stericsson.com
1
-118
/
+159
2011-05-15
caif: Use rcu_read_lock in CAIF mux layer.
sjur.brandeland@stericsson.com
2
-44
/
+83
2011-04-17
caif: Fix set-but-unused variables.
David S. Miller
1
-9
/
+2
2011-04-11
caif: Add BUG_ON if dev_info is missing in packet
Sjur Brændeland
1
-1
/
+2
2011-04-11
caif: Don't resend if dev_queue_xmit fails.
Sjur Brændeland
9
-88
/
+14
2011-04-11
caif: code cleanup
Stephen Hemminger
7
-304
/
+23
2011-04-11
caif: performance bugfix - allow radio stack to prioritize packets.
Sjur Brændeland
1
-1
/
+5
2011-04-11
caif: Bugfix use for_each_safe when removing list nodes.
Sjur Brændeland
1
-2
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-02-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+2
2011-02-08
net/caif: Fix dangling list pointer in freed object on error.
David S. Miller
1
-2
/
+2
2011-01-19
net: cleanup unused macros in net directory
Shan Wei
5
-6
/
+2
2011-01-15
caif: checking the wrong variable
Dan Carpenter
1
-4
/
+5
2011-01-10
CAIF: Fix IPv6 support in receive path for GPRS/3G
Kumar Sanghvi
1
-1
/
+17
2011-01-10
caif: don't set connection request param size before copying data
Dan Rosenberg
1
-1
/
+1
2010-11-22
Net: caif: Makefile: Remove deprecated items
Tracey Dent
1
-5
/
+3
2010-11-03
caif: Remove noisy printout when disconnecting caif socket
sjur.brandeland@stericsson.com
1
-2
/
+1
2010-11-03
caif: Bugfix for socket priority, bindtodev and dbg channel.
André Carvalho de Matos
6
-44
/
+49
2010-10-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-4
/
+13
2010-10-05
caif: fix two caif_connect() bugs
Eric Dumazet
1
-6
/
+15
2010-10-05
caif: remove duplicated include
Nicolas Kaiser
1
-1
/
+0
2010-09-21
caif: Use default send and receive buffer size in caif_socket.
Sjur Braendeland
1
-7
/
+0
2010-09-21
caif: Fix function NULL pointer check.
Sjur Braendeland
1
-1
/
+1
2010-09-21
caif: Minor fixes in log prints.
Sjur Braendeland
2
-7
/
+3
[next]