Commit Graph

83 Commits (c3b92c8787367a8bb53d57d9789b558f1295cc96)

Author SHA1 Message Date
Eric Dumazet 4fb66b8210 caif: fix a potential NULL dereference 14 years ago
Jesper Juhl dec17b7451 Remove redundant linux/version.h includes from net/ 14 years ago
sjur.brandeland@stericsson.com a1b7f85e4f caif: Bugfix - XOFF removed channel from caif-mux 14 years ago
Alexey Dobriyan a6b7a40786 net: remove interrupt.h inclusion from netdevice.h 14 years ago
sjur.brandeland@stericsson.com 41be5a4a36 caif: Fix race when conditionally taking rtnl lock 14 years ago
sjur.brandeland@stericsson.com 69c867c90c caif: Plug memory leak for checksum error 14 years ago
sjur.brandeland@stericsson.com 96796ea8b6 caif: Fix freezes when running CAIF loopback device 14 years ago
sjur.brandeland@stericsson.com 54e90fb5ca caif: Fixes freeze on Link layer removal. 14 years ago
sjur.brandeland@stericsson.com 0e5a117441 caif: Bugfix add check NULL pointer before calling functions. 14 years ago
sjur.brandeland@stericsson.com 3f874adc4a caif: remove unesesarry exports 14 years ago
sjur.brandeland@stericsson.com 33b2f5598b caif: Bugfix debugfs directory name must be unique. 14 years ago
sjur.brandeland@stericsson.com c85c2951d4 caif: Handle dev_queue_xmit errors. 14 years ago
sjur.brandeland@stericsson.com bee925db9a caif: prepare support for namespaces 14 years ago
sjur.brandeland@stericsson.com b3ccfbe409 caif: Protected in-flight packets using dev or sock refcont. 14 years ago
sjur.brandeland@stericsson.com 43e3692101 caif: Move refcount from service layer to sock and dev. 14 years ago
sjur.brandeland@stericsson.com cb3cb423a0 caif: Add ref-count to framing layer 14 years ago
sjur.brandeland@stericsson.com f362144084 caif: Use RCU and lists in cfcnfg.c for managing caif link layers 14 years ago
sjur.brandeland@stericsson.com bd30ce4bc0 caif: Use RCU instead of spin-lock in caif_dev.c 14 years ago
sjur.brandeland@stericsson.com 0b1e9738de caif: Use rcu_read_lock in CAIF mux layer. 14 years ago
David S. Miller 056693a38e caif: Fix set-but-unused variables. 14 years ago
Sjur Brændeland 39b9afbb4c caif: Add BUG_ON if dev_info is missing in packet 14 years ago
Sjur Brændeland 4dd820c088 caif: Don't resend if dev_queue_xmit fails. 14 years ago
Stephen Hemminger 73d6ac633c caif: code cleanup 14 years ago
Sjur Brændeland 4a9f65f630 caif: performance bugfix - allow radio stack to prioritize packets. 14 years ago
Sjur Brændeland 0c184ed903 caif: Bugfix use for_each_safe when removing list nodes. 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
David S. Miller b2df5a8446 net/caif: Fix dangling list pointer in freed object on error. 14 years ago
Shan Wei 441c793a56 net: cleanup unused macros in net directory 14 years ago
Dan Carpenter 01a859014b caif: checking the wrong variable 14 years ago
Kumar Sanghvi d7b92affba CAIF: Fix IPv6 support in receive path for GPRS/3G 14 years ago
Dan Rosenberg 91b5c98c2e caif: don't set connection request param size before copying data 14 years ago
Tracey Dent a3106d032f Net: caif: Makefile: Remove deprecated items 14 years ago
sjur.brandeland@stericsson.com 47d1ff1765 caif: Remove noisy printout when disconnecting caif socket 14 years ago
André Carvalho de Matos f2527ec436 caif: Bugfix for socket priority, bindtodev and dbg channel. 14 years ago
Eric Dumazet 79315068f4 caif: fix two caif_connect() bugs 15 years ago
Nicolas Kaiser ee624599d3 caif: remove duplicated include 15 years ago
Sjur Braendeland 9e2e8f14d4 caif: Use default send and receive buffer size in caif_socket. 15 years ago
Sjur Braendeland e5e03ce1e5 caif: Fix function NULL pointer check. 15 years ago
Sjur Braendeland b04367df66 caif: Minor fixes in log prints. 15 years ago
Sjur Braendeland 9c44c9fa78 caif: Remove buggy re-definition of pr_debug 15 years ago
Joe Perches f6c9322c3a net/caifcaif_dev.c: Use netdev_<level> 15 years ago
Joe Perches b31fa5bad5 net/caif: Use pr_fmt 15 years ago
Jeff Mahoney 7e368739e3 net/caif/cfrfml.c: use asm/unaligned.h 15 years ago
Sjur Braendeland 24e263adba caif: Bugfix - Increase default headroom size for control channel. 15 years ago
Dan Carpenter b77026b391 caif: precedence bug 15 years ago
Sjur Braendeland 01eebb53a6 caif: Kconfig and Makefile fixes 15 years ago
Sjur Braendeland 69ad78208e caif: Add debug connection type for CAIF. 15 years ago
Sjur Braendeland 2aa40aef9d caif: Use link layer MTU instead of fixed MTU 15 years ago
Sjur Braendeland a7da1f55a8 caif: Bugfix - RFM must support segmentation. 15 years ago
Sjur Braendeland b1c74247b9 caif: Bugfix not all services uses flow-ctrl. 15 years ago