summaryrefslogtreecommitdiff
path: root/net/caif/chnl_net.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-14net-caif: avoid user-triggerable WARN_ON(1)Eric Dumazet1-16/+3
2021-05-14net: caif: Drop unnecessary NULL check after container_ofGuenter Roeck1-2/+0
2021-02-16net: caif: Use netif_rx_any_context().Sebastian Andrzej Siewior1-4/+1
2020-04-30net: caif: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-1/+1
2018-04-19net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN"Colin Ian King1-1/+1
2018-01-09net: caif: remove unused hardirq.hYang Shi1-1/+0
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+2
2017-01-19net: caif: Remove unused stats member from struct chnl_netTobias Klauser1-1/+0
2016-06-28caif: Remove unneeded header fileAmitoj Kaur Chawla1-1/+0
2015-01-30caif: remove wrong dev_net_set() callNicolas Dichtel1-1/+0
2014-01-15caif: __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-2/+1
2013-04-23caif: Remove bouncing address for Daniel Martenssonsjur.brandeland@stericsson.com1-1/+1
2013-04-23caif: Remove my bouncing email address.sjur.brandeland@stericsson.com1-1/+1
2013-03-08CAIF: fix indentation for function argumentsSilviu-Mihai Popescu1-3/+3
2012-08-20caif: Do not dereference NULL in chnl_recv_cb()Jesper Juhl1-0/+4
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2012-04-13caif: Fix memory leakage in the chnl_net.c.Tomasz Gregorek1-3/+6
2012-04-02caif: Stop using NLA_PUT*().David S. Miller1-7/+7
2012-03-12caif: make zero a legal caif connetion id.sjur.brandeland@stericsson.com1-3/+6
2012-02-07caif: remove duplicate initializationDan Carpenter1-2/+1
2012-02-05caif: Add drop count for caif_net device.sjur.brandeland@stericsson.com1-6/+6
2011-06-22Remove redundant linux/version.h includes from net/Jesper Juhl1-1/+0
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-02caif: Fix race when conditionally taking rtnl locksjur.brandeland@stericsson.com1-6/+3
2011-05-16caif: remove unesesarry exportssjur.brandeland@stericsson.com1-2/+3
2011-05-16caif: prepare support for namespacessjur.brandeland@stericsson.com1-6/+6
2011-05-16caif: Protected in-flight packets using dev or sock refcont.sjur.brandeland@stericsson.com1-2/+26
2011-02-09net/caif: Fix dangling list pointer in freed object on error.David S. Miller1-2/+2
2011-01-11CAIF: Fix IPv6 support in receive path for GPRS/3GKumar Sanghvi1-1/+17
2010-09-22caif: Remove buggy re-definition of pr_debugSjur Braendeland1-3/+0
2010-09-07net/caif: Use pr_fmtJoe Perches1-25/+21
2010-06-21caif: Use link layer MTU instead of fixed MTUSjur Braendeland1-10/+57
2010-04-28caif: Bugfixes in CAIF netdevice for close and flow controlSjur Braendeland1-57/+73
2010-03-31net-caif: add CAIF netdeviceSjur Braendeland1-0/+451