aboutsummaryrefslogtreecommitdiff
path: root/net/caif
AgeCommit message (Expand)AuthorFilesLines
2012-03-11caif: Fix for a race in socket transmit with flow control.Dmitry Tarnyagin6-24/+31
2012-02-07caif: remove duplicate initializationDan Carpenter1-2/+1
2012-02-05caif: caifdev is never used in net/caif/caif_dev.c::transmit() - remove it.Jesper Juhl1-2/+0
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-34/+11
2012-02-04caif: Add drop count for caif_net device.[email protected]1-6/+6
2012-02-04caif: Kill debugfs vars for caif socket[email protected]1-112/+1
2012-02-02caif: Bugfix double kfree_skb upon xmit failureDmitry Tarnyagin1-4/+6
2012-02-02caif: Bugfix list_del_rcu race in cfmuxl_ctrlcmd.[email protected]1-9/+3
2012-01-27net caif: Register properly as a pernet subsystem.Eric W. Biederman2-21/+2
2012-01-17caif: Remove bad WARN_ON in caif_dev[email protected]1-7/+9
2012-01-17caif: Fix typo in Vendor/Product-ID for CAIF modems[email protected]1-1/+1
2012-01-17net: kill duplicate included headerShan Wei1-1/+0
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2-4/+4
2011-12-22percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter2-4/+4
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-1/+1
2011-12-06caif: Replace BUG_ON with WARN_ON.Roar Førde1-6/+4
2011-12-06caif: Bad assert triggering false positive.[email protected]1-1/+1
2011-12-05caif: Stash away hijacked skb destructor and call it later[email protected]1-1/+33
2011-12-05caif: Add support for flow-control on device's tx-queue[email protected]1-1/+84
2011-12-05caif: Add support for CAIF over CDC NCM USB interface[email protected]5-9/+224
2011-11-30caif: Remove unused enum and parameter in cfserl[email protected]2-3/+2
2011-11-30caif: Restructure how link caif link layer enroll[email protected]2-86/+106
2011-11-30caif: Allow cfpkt_extr_head to process empty message[email protected]1-1/+2
2011-11-21caif: fix endian conversion in cffrml_transmit()Dan Carpenter1-5/+6
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
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/ne...David S. Miller1-1/+1
2011-06-16caif: Bugfix - XOFF removed channel from caif-mux[email protected]1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-01caif: Fix race when conditionally taking rtnl lock[email protected]1-6/+3
2011-05-22caif: Plug memory leak for checksum error[email protected]1-1/+6
2011-05-22caif: Fix freezes when running CAIF loopback device[email protected]1-4/+5
2011-05-22caif: Fixes freeze on Link layer removal.[email protected]3-44/+62
2011-05-22caif: Bugfix add check NULL pointer before calling functions.[email protected]1-9/+26
2011-05-15caif: remove unesesarry exports[email protected]4-24/+13
2011-05-15caif: Bugfix debugfs directory name must be unique.[email protected]1-12/+22
2011-05-15caif: Handle dev_queue_xmit errors.[email protected]6-46/+117
2011-05-15caif: prepare support for namespaces[email protected]6-180/+162
2011-05-15caif: Protected in-flight packets using dev or sock refcont.[email protected]2-4/+43
2011-05-15caif: Move refcount from service layer to sock and dev.[email protected]2-8/+31
2011-05-15caif: Add ref-count to framing layer[email protected]2-1/+39
2011-05-15caif: Use RCU and lists in cfcnfg.c for managing caif link layers[email protected]1-160/+213
2011-05-15caif: Use RCU instead of spin-lock in caif_dev.c[email protected]1-118/+159