summaryrefslogtreecommitdiff
path: root/net/caif
Commit message (Expand)AuthorAge
* caif: move the dereference below the NULL testWei Yongjun2012-09-10
* caif: Do not dereference NULL in chnl_recv_cb()Jesper Juhl2012-08-20
* netvm: prevent a stream-specific deadlockMel Gorman2012-07-31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-19
|\
| * caif: Fix access to freed pernet memorySjur Brændeland2012-07-16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-28
|\ \ | |/
| * caif: Clear shutdown mask to zero at reconnect.Sjur Brændeland2012-06-25
* | caif: Fixed potential memory leakKim Lilliestierna XX2012-06-25
* | caif: added check for potential null returnKim Lilliestierna XX2012-06-25
* | caif: Remove unused pointer and codeKim Lilliestierna XX2012-06-25
|/
* net: remove my future former mail addressRémi Denis-Courmont2012-06-17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-22
|\
| * Kconfig: replace "--- help ---" with "---help---"Paul Bolle2012-05-07
* | net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-15
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* | caif: set traffic class for caif packetsDmitry Tarnyagin2012-04-13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-13
|\ \
| * | caif: Fix memory leakage in the chnl_net.c.Tomasz Gregorek2012-04-13
| |/
* | caif: Stop using NLA_PUT*().David S. Miller2012-04-02
|/
* caif: make zero a legal caif connetion id.sjur.brandeland@stericsson.com2012-03-11
* caif: Fix for a race in socket transmit with flow control.Dmitry Tarnyagin2012-03-11
* caif: remove duplicate initializationDan Carpenter2012-02-07
* caif: caifdev is never used in net/caif/caif_dev.c::transmit() - remove it.Jesper Juhl2012-02-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-04
|\
| * caif: Bugfix double kfree_skb upon xmit failureDmitry Tarnyagin2012-02-02
| * caif: Bugfix list_del_rcu race in cfmuxl_ctrlcmd.sjur.brandeland@stericsson.com2012-02-02
| * net caif: Register properly as a pernet subsystem.Eric W. Biederman2012-01-27
* | caif: Add drop count for caif_net device.sjur.brandeland@stericsson.com2012-02-04
* | caif: Kill debugfs vars for caif socketsjur.brandeland@stericsson.com2012-02-04
|/
* caif: Remove bad WARN_ON in caif_devsjur.brandeland@stericsson.com2012-01-17
* caif: Fix typo in Vendor/Product-ID for CAIF modemssjur.brandeland@stericsson.com2012-01-17
* net: kill duplicate included headerShan Wei2012-01-17
* Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2012-01-09
|\
| * percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter2011-12-22
* | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-19
* | caif: Replace BUG_ON with WARN_ON.Roar Førde2011-12-06
* | caif: Bad assert triggering false positive.sjur.brandeland@stericsson.com2011-12-06
* | caif: Stash away hijacked skb destructor and call it latersjur.brandeland@stericsson.com2011-12-05
* | caif: Add support for flow-control on device's tx-queuesjur.brandeland@stericsson.com2011-12-05
* | caif: Add support for CAIF over CDC NCM USB interfacesjur.brandeland@stericsson.com2011-12-05
* | caif: Remove unused enum and parameter in cfserlsjur.brandeland@stericsson.com2011-11-30
* | caif: Restructure how link caif link layer enrollsjur.brandeland@stericsson.com2011-11-30
* | caif: Allow cfpkt_extr_head to process empty messagesjur.brandeland@stericsson.com2011-11-30
|/
* caif: fix endian conversion in cffrml_transmit()Dan Carpenter2011-11-21
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-31
* caif: Fix BUG() with network namespacesDavid Woodhouse2011-10-25
* caif: add error handling for allocationDan Carpenter2011-10-03
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-22
|\
| * caif: fix a potential NULL dereferenceEric Dumazet2011-09-16