aboutsummaryrefslogtreecommitdiffstats
path: root/net/caif (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-10-25caif: Fix BUG() with network namespacesDavid Woodhouse1-2/+3
2011-10-03caif: add error handling for allocationDan Carpenter1-9/+14
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-1/+5
2011-09-16caif: fix a potential NULL dereferenceEric Dumazet1-1/+5
2011-08-28caif: Remove OOM messages, use kzallocJoe Perches11-75/+27
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-3/+3
2011-06-21Remove redundant linux/version.h includes from net/Jesper Juhl2-2/+0
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-06-16caif: Bugfix - XOFF removed channel from caif-muxsjur.brandeland@stericsson.com1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-01caif: Fix race when conditionally taking rtnl locksjur.brandeland@stericsson.com1-6/+3
2011-05-22caif: Plug memory leak for checksum errorsjur.brandeland@stericsson.com1-1/+6
2011-05-22caif: Fix freezes when running CAIF loopback devicesjur.brandeland@stericsson.com1-4/+5
2011-05-22caif: Fixes freeze on Link layer removal.sjur.brandeland@stericsson.com3-44/+62
2011-05-22caif: Bugfix add check NULL pointer before calling functions.sjur.brandeland@stericsson.com1-9/+26
2011-05-15caif: remove unesesarry exportssjur.brandeland@stericsson.com4-24/+13
2011-05-15caif: Bugfix debugfs directory name must be unique.sjur.brandeland@stericsson.com1-12/+22
2011-05-15caif: Handle dev_queue_xmit errors.sjur.brandeland@stericsson.com6-46/+117
2011-05-15caif: prepare support for namespacessjur.brandeland@stericsson.com6-180/+162
2011-05-15caif: Protected in-flight packets using dev or sock refcont.sjur.brandeland@stericsson.com2-4/+43
2011-05-15caif: Move refcount from service layer to sock and dev.sjur.brandeland@stericsson.com2-8/+31
2011-05-15caif: Add ref-count to framing layersjur.brandeland@stericsson.com2-1/+39
2011-05-15caif: Use RCU and lists in cfcnfg.c for managing caif link layerssjur.brandeland@stericsson.com1-160/+213
2011-05-15caif: Use RCU instead of spin-lock in caif_dev.csjur.brandeland@stericsson.com1-118/+159
2011-05-15caif: Use rcu_read_lock in CAIF mux layer.sjur.brandeland@stericsson.com2-44/+83
2011-04-17caif: Fix set-but-unused variables.David S. Miller1-9/+2
2011-04-11caif: Add BUG_ON if dev_info is missing in packetSjur Brændeland1-1/+2
2011-04-11caif: Don't resend if dev_queue_xmit fails.Sjur Brændeland9-88/+14
2011-04-11caif: code cleanupStephen Hemminger7-304/+23
2011-04-11caif: performance bugfix - allow radio stack to prioritize packets.Sjur Brændeland1-1/+5
2011-04-11caif: Bugfix use for_each_safe when removing list nodes.Sjur Brændeland1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2011-02-08net/caif: Fix dangling list pointer in freed object on error.David S. Miller1-2/+2
2011-01-19net: cleanup unused macros in net directoryShan Wei5-6/+2
2011-01-15caif: checking the wrong variableDan Carpenter1-4/+5
2011-01-10CAIF: Fix IPv6 support in receive path for GPRS/3GKumar Sanghvi1-1/+17
2011-01-10caif: don't set connection request param size before copying dataDan Rosenberg1-1/+1
2010-11-22Net: caif: Makefile: Remove deprecated itemsTracey Dent1-5/+3
2010-11-03caif: Remove noisy printout when disconnecting caif socketsjur.brandeland@stericsson.com1-2/+1
2010-11-03caif: Bugfix for socket priority, bindtodev and dbg channel.André Carvalho de Matos6-44/+49
2010-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+13
2010-10-05caif: fix two caif_connect() bugsEric Dumazet1-6/+15
2010-10-05caif: remove duplicated includeNicolas Kaiser1-1/+0
2010-09-21caif: Use default send and receive buffer size in caif_socket.Sjur Braendeland1-7/+0
2010-09-21caif: Fix function NULL pointer check.Sjur Braendeland1-1/+1
2010-09-21caif: Minor fixes in log prints.Sjur Braendeland2-7/+3
2010-09-21caif: Remove buggy re-definition of pr_debugSjur Braendeland1-3/+0
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1