aboutsummaryrefslogtreecommitdiff
path: root/net/irda
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 2-2/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 1-6/+6
2017-02-17irda: Fix lockdep annotations in hashbin_delete().Gravatar David S. Miller 1-18/+16
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 5-5/+5
2016-12-17irda: irnet: add member name to the miscdevice declarationGravatar LABBE Corentin 1-3/+3
2016-12-17irda: irnet: Remove unused IRNET_MAJOR defineGravatar LABBE Corentin 1-3/+0
2016-12-17irnet: ppp: move IRNET_MINOR to include/linux/miscdevice.hGravatar LABBE Corentin 1-1/+0
2016-12-17irda: irnet: Move linux/miscdevice.h includeGravatar LABBE Corentin 2-1/+1
2016-12-17irda: irproc.c: Remove unneeded linux/miscdevice.h includeGravatar LABBE Corentin 1-1/+0
2016-10-27genetlink: mark families as __ro_after_initGravatar Johannes Berg 1-2/+2
2016-10-27genetlink: statically initialize familiesGravatar Johannes Berg 1-7/+12
2016-10-27genetlink: no longer support using static family IDsGravatar Johannes Berg 1-1/+0
2016-10-21net: remove MTU limits on a few ether_setup callersGravatar Jarod Wilson 1-1/+2
2016-10-13net: deprecate eth_change_mtu, remove usageGravatar Jarod Wilson 1-1/+0
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+2
2016-09-17irda: Free skb on irda_accept error path.Gravatar phil.turnbull@oracle.com 1-3/+2
2016-08-19net/irda: remove pointless assignment/checkGravatar Vegard Nossum 1-3/+0
2016-08-13net/irda: handle iriap_register_lsap() allocation failureGravatar Vegard Nossum 1-2/+6
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+5
2016-07-25net/irda: fix NULL pointer dereference on memory allocation failureGravatar Vegard Nossum 1-2/+5
2016-06-25net: ircomm, cleanup TIOCGSERIALGravatar Jiri Slaby 1-8/+0
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 3-27/+24
2016-05-04treewide: replace dev->trans_start update with helperGravatar Florian Westphal 1-1/+1
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyGravatar Peter Hurley 2-8/+9
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyGravatar Peter Hurley 3-7/+4
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyGravatar Peter Hurley 1-5/+5
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyGravatar Peter Hurley 1-2/+1
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Gravatar Peter Hurley 1-1/+1
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Gravatar Peter Hurley 2-4/+4
2016-02-14Merge 4.5-rc4 into tty-nextGravatar Greg Kroah-Hartman 1-2/+1
2016-01-29irda: fix a potential use-after-free in ircomm_param_requestGravatar WANG Cong 1-2/+1
2016-01-28tty: Remove ASYNC_CLOSINGGravatar Peter Hurley 1-4/+0
2016-01-28tty: Use termios c_*flag macrosGravatar Peter Hurley 2-15/+9
2015-12-14net: add validation for the socket syscall protocol argumentGravatar Hannes Frederic Sowa 1-0/+3
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-30/+1
2015-11-03irda: Delete an unnecessary check before the function call "irlmp_unregister_...Gravatar Markus Elfring 1-2/+1
2015-10-21irda: precedence bug in irlmp_seq_hb_idx()Gravatar Dan Carpenter 1-1/+1
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsGravatar Peter Hurley 1-30/+1
2015-05-25irda: use msecs_to_jiffies for conversion to jiffiesGravatar Nicholas Mc Guire 1-2/+2
2015-05-11net: Pass kern from net_proto_family.create to sk_allocGravatar Eric W. Biederman 1-1/+1
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+3
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+3
2015-03-07net: irda: fix wait_until_sent poll timeoutGravatar Johan Hovold 1-1/+3
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-3/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgGravatar Ying Xue 1-15/+14
2015-02-23irda: replace current->state by set_current_state()Gravatar Fabian Frederick 2-3/+3
2015-01-30irda: use msecs_to_jiffies for conversionsGravatar Nicholas Mc Guire 1-3/+5
2014-12-10irda: Convert function pointer arrays and uses to constGravatar Joe Perches 4-13/+15
2014-11-24new helper: memcpy_to_msg()Gravatar Al Viro 1-1/+1