serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / net / caif /
2012-02-03 Eric W. Biedermannet caif: Register properly as a pernet subsystem.
2011-11-21 Dan Carpentercaif: fix endian conversion in cffrml_transmit()
2011-10-31 Paul Gortmakernet: Add export.h for EXPORT_SYMBOL/THIS_MODULE to...
2011-10-31 Paul Gortmakernet: Fix files explicitly needing to include module.h
2011-10-25 David Woodhousecaif: Fix BUG() with network namespaces
2011-10-03 Dan Carpentercaif: add error handling for allocation
2011-09-22 David S. MillerMerge branch 'master' of github.com:davem330/net
2011-09-16 Eric Dumazetcaif: fix a potential NULL dereference
2011-08-28 Joe Perchescaif: Remove OOM messages, use kzalloc
2011-08-02 Stephen Hemmingerrcu: convert uses of rcu_assign_pointer(x, NULL) to...
2011-06-21 Jesper JuhlRemove redundant linux/version.h includes from net/
2011-06-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-06-17 sjur.brandeland... caif: Bugfix - XOFF removed channel from caif-mux
2011-06-07 Alexey Dobriyannet: remove interrupt.h inclusion from netdevice.h
2011-06-02 sjur.brandeland... caif: Fix race when conditionally taking rtnl lock
2011-05-23 sjur.brandeland... caif: Plug memory leak for checksum error
2011-05-23 sjur.brandeland... caif: Fix freezes when running CAIF loopback device
2011-05-23 sjur.brandeland... caif: Fixes freeze on Link layer removal.
2011-05-23 sjur.brandeland... caif: Bugfix add check NULL pointer before calling...
2011-05-15 sjur.brandeland... caif: remove unesesarry exports
2011-05-15 sjur.brandeland... caif: Bugfix debugfs directory name must be unique.
2011-05-15 sjur.brandeland... caif: Handle dev_queue_xmit errors.
2011-05-15 sjur.brandeland... caif: prepare support for namespaces
2011-05-15 sjur.brandeland... caif: Protected in-flight packets using dev or sock...
2011-05-15 sjur.brandeland... caif: Move refcount from service layer to sock and...
2011-05-15 sjur.brandeland... caif: Add ref-count to framing layer
2011-05-15 sjur.brandeland... caif: Use RCU and lists in cfcnfg.c for managing caif...
2011-05-15 sjur.brandeland... caif: Use RCU instead of spin-lock in caif_dev.c
2011-05-15 sjur.brandeland... caif: Use rcu_read_lock in CAIF mux layer.
2011-04-17 David S. Millercaif: Fix set-but-unused variables.
2011-04-11 Sjur Brændelandcaif: Add BUG_ON if dev_info is missing in packet
2011-04-11 Sjur Brændelandcaif: Don't resend if dev_queue_xmit fails.
2011-04-11 Stephen Hemmingercaif: code cleanup
2011-04-11 Sjur Brændelandcaif: performance bugfix - allow radio stack to priorit...
2011-04-11 Sjur Brændelandcaif: Bugfix use for_each_safe when removing list nodes.
2011-03-31 Lucas De MarchiFix common misspellings
2011-02-09 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-02-08 David S. Millernet/caif: Fix dangling list pointer in freed object...
2011-01-20 Shan Weinet: cleanup unused macros in net directory
2011-01-16 Dan Carpentercaif: checking the wrong variable
2011-01-11 Kumar SanghviCAIF: Fix IPv6 support in receive path for GPRS/3G
2011-01-11 Dan Rosenbergcaif: don't set connection request param size before...
2010-11-22 Tracey DentNet: caif: Makefile: Remove deprecated items
2010-11-04 sjur.brandeland... caif: Remove noisy printout when disconnecting caif...
2010-11-04 André Carvalho de... caif: Bugfix for socket priority, bindtodev and dbg...
2010-10-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-10-06 Eric Dumazetcaif: fix two caif_connect() bugs
2010-10-05 Nicolas Kaisercaif: remove duplicated include
2010-09-22 Sjur Braendelandcaif: Use default send and receive buffer size in caif_...
2010-09-22 Sjur Braendelandcaif: Fix function NULL pointer check.
2010-09-22 Sjur Braendelandcaif: Minor fixes in log prints.
2010-09-22 Sjur Braendelandcaif: Remove buggy re-definition of pr_debug
2010-09-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-09-07 Joe Perchesnet/caifcaif_dev.c: Use netdev_<level>
2010-09-07 Joe Perchesnet/caif: Use pr_fmt
2010-08-26 Jeff Mahoneynet/caif/cfrfml.c: use asm/unaligned.h
2010-08-10 Sjur Braendelandcaif: Bugfix - Increase default headroom size for contr...
2010-07-22 Dan Carpentercaif: precedence bug
2010-06-29 Sjur Braendelandcaif: Kconfig and Makefile fixes
2010-06-21 Sjur Braendelandcaif: Add debug connection type for CAIF.
2010-06-21 Sjur Braendelandcaif: Use link layer MTU instead of fixed MTU
2010-06-21 Sjur Braendelandcaif: Bugfix - RFM must support segmentation.
2010-06-21 Sjur Braendelandcaif: Bugfix not all services uses flow-ctrl.
2010-06-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-06-09 Dan Carpentercaif: fix a couple range checks
2010-05-31 Dan Carpentercaif: cleanup: remove duplicate checks
2010-05-31 Dan Carpentercaif: remove unneeded null check in caif_connect()
2010-05-29 Dan Carpentercaif: unlock on error path in cfserl_receive()
2010-05-24 Sjur Braendelandcaif: Bugfix - use MSG_TRUNC in receive
2010-05-24 Sjur Braendelandcaif: Bugfix - missing spin_unlock
2010-05-24 Sjur Braendelandcaif: Bugfix - Poll can't return POLLHUP while connecting.
2010-05-24 Sjur Braendelandcaif: Bugfix - handle mem-allocation failures
2010-05-24 Sjur Braendelandcaif: Bugfix - use standard Linux lists
2010-05-24 Sjur Braendelandcaif: Bugfix - wait_ev*_timeout returns long.
2010-05-24 Mike Frysingernet-caif: drop redundant Kconfig entries
2010-05-18 Joe Perchesnet: Remove unnecessary returns from void function()s
2010-05-18 Julia Lawallnet/caif: Use kzalloc
2010-04-28 Sjur BraendelandBugfix: Link selection was swapped in switch.
2010-04-28 Sjur Braendelandcaif: Bugfixes in CAIF netdevice for close and flow...
2010-04-28 Sjur Braendelandcaif: Rewritten socket implementation
2010-04-28 Sjur Braendelandcaif: Disconnect without waiting for response
2010-04-28 Sjur Braendelandcaif: Add reference counting to service layer
2010-04-28 Sjur Braendelandcaif: Rename functions in cfcnfg and caif_dev
2010-04-26 Eric Dumazetnet: use sk_sleep()
2010-04-20 Eric Dumazetnet: sk_sleep() helper
2010-04-01 Stephen Rothwellnet-caif: using kmalloc/kfree requires the include...
2010-03-31 Sjur Braendelandnet-caif: add CAIF Kconfig and Makefiles
2010-03-31 Sjur Braendelandnet-caif: add CAIF netdevice
2010-03-31 Sjur Braendelandnet-caif: add CAIF socket implementation
2010-03-31 Sjur Braendelandnet-caif: add CAIF device registration functionality
2010-03-31 Sjur Braendelandnet-caif: add CAIF generic caif support functions
2010-03-31 Sjur Braendelandnet-caif: add CAIF core protocol stack