Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner
2019-04-10net: caif: avoid using qdisc_qlen()Paolo Abeni
2018-07-22net: caif: Add a missing rcu_read_unlock() in caif_flow_cbYueHaibing
2018-01-09net: caif: use strlcpy() instead of strncpy()Xiongfeng Wang
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2015-08-18net: caif: convert to using IFF_NO_QUEUEPhil Sutter
2014-02-10net: Include appropriate header file in caif/caif_dev.cRashika Kheria
2013-05-29net: pass info struct via netdevice notifierJiri Pirko
2013-04-23caif: Remove my bouncing email address.sjur.brandeland@stericsson.com
2013-03-08CAIF: fix indentation for function argumentsSilviu-Mihai Popescu
2013-03-03caif_dev: fix sparse warnings for caif_flow_cbSilviu-Mihai Popescu
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-17caif: Fix access to freed pernet memorySjur Brændeland
2012-06-26caif: added check for potential null returnKim Lilliestierna XX
2012-06-26caif: Remove unused pointer and codeKim Lilliestierna XX
2012-06-18net: remove my future former mail addressRémi Denis-Courmont
2012-02-06caif: caifdev is never used in net/caif/caif_dev.c::transmit() - remove it.Jesper Juhl
2012-01-28net caif: Register properly as a pernet subsystem.Eric W. Biederman
2012-01-17caif: Remove bad WARN_ON in caif_devsjur.brandeland@stericsson.com
2012-01-10Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds
2011-12-22percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter
2011-12-07caif: Replace BUG_ON with WARN_ON.Roar Førde
2011-12-06caif: Stash away hijacked skb destructor and call it latersjur.brandeland@stericsson.com
2011-12-06caif: Add support for flow-control on device's tx-queuesjur.brandeland@stericsson.com
2011-12-06caif: Add support for CAIF over CDC NCM USB interfacesjur.brandeland@stericsson.com
2011-12-01caif: Remove unused enum and parameter in cfserlsjur.brandeland@stericsson.com
2011-12-01caif: Restructure how link caif link layer enrollsjur.brandeland@stericsson.com
2011-11-01net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-10-26caif: Fix BUG() with network namespacesDavid Woodhouse
2011-09-17caif: fix a potential NULL dereferenceEric Dumazet
2011-06-22Remove redundant linux/version.h includes from net/Jesper Juhl
2011-05-23caif: Plug memory leak for checksum errorsjur.brandeland@stericsson.com
2011-05-16caif: Handle dev_queue_xmit errors.sjur.brandeland@stericsson.com
2011-05-16caif: prepare support for namespacessjur.brandeland@stericsson.com
2011-05-16caif: Use RCU instead of spin-lock in caif_dev.csjur.brandeland@stericsson.com
2011-04-18caif: Fix set-but-unused variables.David S. Miller
2011-04-12caif: Don't resend if dev_queue_xmit fails.Sjur Brændeland
2011-04-12caif: code cleanupStephen Hemminger
2010-11-04caif: Bugfix for socket priority, bindtodev and dbg channel.André Carvalho de Matos
2010-09-22caif: Fix function NULL pointer check.Sjur Braendeland
2010-09-07net/caifcaif_dev.c: Use netdev_<level>Joe Perches
2010-09-07net/caif: Use pr_fmtJoe Perches
2010-06-21caif: Use link layer MTU instead of fixed MTUSjur Braendeland
2010-05-18net: Remove unnecessary returns from void function()sJoe Perches
2010-04-28Bugfix: Link selection was swapped in switch.Sjur Braendeland
2010-04-28caif: Add reference counting to service layerSjur Braendeland
2010-04-28caif: Rename functions in cfcnfg and caif_devSjur Braendeland
2010-03-31net-caif: add CAIF device registration functionalitySjur Braendeland