summaryrefslogtreecommitdiff
path: root/net/irda (unfollow)
Commit message (Expand)Author
2020-05-10irda: Free skb on irda_accept error path.phil.turnbull@oracle.com
2018-09-15irda: Only insert new objects into the global database via setsockoptTyler Hicks
2018-09-15irda: Fix memory leak caused by repeated binds of irda socketTyler Hicks
2017-08-30irda: do not leak initialized list.dev to userspaceColin Ian King
2017-02-26irda: Fix lockdep annotations in hashbin_delete().David S. Miller
2016-09-30net/irda: handle iriap_register_lsap() allocation failureVegard Nossum
2016-08-16net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2015-11-03irda: Delete an unnecessary check before the function call "irlmp_unregister_...Markus Elfring
2015-10-21irda: precedence bug in irlmp_seq_hb_idx()Dan Carpenter
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley
2015-05-25irda: use msecs_to_jiffies for conversion to jiffiesNicholas Mc Guire
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-03-07net: irda: fix wait_until_sent poll timeoutJohan Hovold
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-02-23irda: replace current->state by set_current_state()Fabian Frederick
2015-01-30irda: use msecs_to_jiffies for conversionsNicholas Mc Guire
2014-12-10irda: Convert function pointer arrays and uses to constJoe Perches
2014-11-24new helper: memcpy_to_msg()Al Viro
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-12irda: Fix build failures after IRDA_DEBUG->pr_debugJoe Perches
2014-11-12irda: Convert IRDA_DEBUG to pr_debugJoe Perches
2014-11-11irda: Remove IRDA_<TYPE> logging macrosJoe Perches
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-11-02irda: stop calling sk_prot->disconnect() on connection failureLinus Torvalds
2014-09-30irda: add __init to irlan_openFabian Frederick
2014-08-13irda: Fix rd_frame control field initialization in irlap_send_rd_frame()Maks Naumov
2014-07-15irda: remove unnecessary break after returnFabian Frederick
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley
2014-06-23trivial: net/irda/irlmp.c: Fix closing brace followed by ifRasmus Villemoes
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2013-12-06net/irda: Fix FSF address in file headersJeff Kirsher
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-14genetlink: make all genl_ops users constJohannes Berg
2013-10-19net: misc: Remove extern from function prototypesJoe Perches
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra
2013-07-19net/irda: fixed style issues in irttpDragos Foianu
2013-07-16net/irda: fixed style issues in irlan_ethDragos Foianu
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-05-19net: irda: using kzalloc() instead of kmalloc() to avoid strncpy() issue.Chen Gang
2013-04-25irda: irlmp_reasons[] can be staticWu Fengguang
2013-04-19irda: small read past the end of array in debug codeDan Carpenter
2013-04-12TTY: ircomm: fix DTR being raised on hang upJohan Hovold
2013-04-08TTY: ircomm, use GFP_KERNEL in ircomm_open()Mathias Krause
2013-04-08irda: use GFP_KERNEL in irda_connect_response()Mathias Krause
2013-04-08irda: use GFP_KERNEL in irda_create()Mathias Krause
2013-04-07irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause
2013-03-20net/irda: add missing error path release_sock callKees Cook