index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
caif
/
caif_dev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194
Thomas Gleixner
2019-05-30
1
-1
/
+1
*
net: caif: avoid using qdisc_qlen()
Paolo Abeni
2019-04-10
1
-4
/
+8
*
net: caif: Add a missing rcu_read_unlock() in caif_flow_cb
YueHaibing
2018-07-21
1
-1
/
+3
*
net: caif: use strlcpy() instead of strncpy()
Xiongfeng Wang
2018-01-09
1
-3
/
+2
*
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
2016-11-18
1
-1
/
+1
*
net: caif: convert to using IFF_NO_QUEUE
Phil Sutter
2015-08-18
1
-1
/
+1
*
net: Include appropriate header file in caif/caif_dev.c
Rashika Kheria
2014-02-09
1
-0
/
+1
*
net: pass info struct via netdevice notifier
Jiri Pirko
2013-05-28
1
-2
/
+2
*
caif: Remove my bouncing email address.
sjur.brandeland@stericsson.com
2013-04-23
1
-1
/
+1
*
CAIF: fix indentation for function arguments
Silviu-Mihai Popescu
2013-03-07
1
-4
/
+5
*
caif_dev: fix sparse warnings for caif_flow_cb
Silviu-Mihai Popescu
2013-03-03
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-07-19
1
-1
/
+1
|
\
|
*
caif: Fix access to freed pernet memory
Sjur Brændeland
2012-07-16
1
-1
/
+1
*
|
caif: added check for potential null return
Kim Lilliestierna XX
2012-06-25
1
-0
/
+5
*
|
caif: Remove unused pointer and code
Kim Lilliestierna XX
2012-06-25
1
-3
/
+0
|
/
*
net: remove my future former mail address
Rémi Denis-Courmont
2012-06-17
1
-2
/
+1
*
caif: caifdev is never used in net/caif/caif_dev.c::transmit() - remove it.
Jesper Juhl
2012-02-05
1
-2
/
+0
*
net caif: Register properly as a pernet subsystem.
Eric W. Biederman
2012-01-27
1
-20
/
+2
*
caif: Remove bad WARN_ON in caif_dev
sjur.brandeland@stericsson.com
2012-01-17
1
-7
/
+9
*
Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...
Linus Torvalds
2012-01-09
1
-2
/
+2
|
\
|
*
percpu: Remove irqsafe_cpu_xxx variants
Christoph Lameter
2011-12-22
1
-2
/
+2
*
|
caif: Replace BUG_ON with WARN_ON.
Roar Førde
2011-12-06
1
-6
/
+4
*
|
caif: Stash away hijacked skb destructor and call it later
sjur.brandeland@stericsson.com
2011-12-05
1
-1
/
+33
*
|
caif: Add support for flow-control on device's tx-queue
sjur.brandeland@stericsson.com
2011-12-05
1
-1
/
+84
*
|
caif: Add support for CAIF over CDC NCM USB interface
sjur.brandeland@stericsson.com
2011-12-05
1
-0
/
+1
*
|
caif: Remove unused enum and parameter in cfserl
sjur.brandeland@stericsson.com
2011-11-30
1
-1
/
+1
*
|
caif: Restructure how link caif link layer enroll
sjur.brandeland@stericsson.com
2011-11-30
1
-55
/
+90
|
/
*
net: Fix files explicitly needing to include module.h
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
caif: Fix BUG() with network namespaces
David Woodhouse
2011-10-25
1
-2
/
+3
*
caif: fix a potential NULL dereference
Eric Dumazet
2011-09-16
1
-1
/
+5
*
Remove redundant linux/version.h includes from net/
Jesper Juhl
2011-06-21
1
-1
/
+0
*
caif: Plug memory leak for checksum error
sjur.brandeland@stericsson.com
2011-05-22
1
-1
/
+6
*
caif: Handle dev_queue_xmit errors.
sjur.brandeland@stericsson.com
2011-05-15
1
-2
/
+5
*
caif: prepare support for namespaces
sjur.brandeland@stericsson.com
2011-05-15
1
-41
/
+36
*
caif: Use RCU instead of spin-lock in caif_dev.c
sjur.brandeland@stericsson.com
2011-05-15
1
-118
/
+159
*
caif: Fix set-but-unused variables.
David S. Miller
2011-04-17
1
-9
/
+2
*
caif: Don't resend if dev_queue_xmit fails.
Sjur Brændeland
2011-04-11
1
-17
/
+4
*
caif: code cleanup
Stephen Hemminger
2011-04-11
1
-18
/
+6
*
caif: Bugfix for socket priority, bindtodev and dbg channel.
André Carvalho de Matos
2010-11-03
1
-0
/
+2
*
caif: Fix function NULL pointer check.
Sjur Braendeland
2010-09-21
1
-1
/
+1
*
net/caifcaif_dev.c: Use netdev_<level>
Joe Perches
2010-09-06
1
-8
/
+8
*
net/caif: Use pr_fmt
Joe Perches
2010-09-06
1
-11
/
+11
*
caif: Use link layer MTU instead of fixed MTU
Sjur Braendeland
2010-06-20
1
-4
/
+8
*
net: Remove unnecessary returns from void function()s
Joe Perches
2010-05-17
1
-1
/
+0
*
Bugfix: Link selection was swapped in switch.
Sjur Braendeland
2010-04-28
1
-2
/
+2
*
caif: Add reference counting to service layer
Sjur Braendeland
2010-04-28
1
-0
/
+6
*
caif: Rename functions in cfcnfg and caif_dev
Sjur Braendeland
2010-04-28
1
-8
/
+7
*
net-caif: add CAIF device registration functionality
Sjur Braendeland
2010-03-30
1
-0
/
+413