aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-36/+12
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-16/+12
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-106/+1
2017-06-30irda: don't open-code memdup_user()Al Viro1-36/+12
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-3/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-9/+8
2017-06-16networking: introduce and use skb_put_data()Johannes Berg2-5/+3
2017-06-13tty: ircomm: remove dead and broken ioctl codeJohan Hovold1-106/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-2/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar2-2/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-6/+6
2017-02-17irda: Fix lockdep annotations in hashbin_delete().David S. Miller1-18/+16
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds5-5/+5
2016-12-17irda: irnet: add member name to the miscdevice declarationLABBE Corentin1-3/+3
2016-12-17irda: irnet: Remove unused IRNET_MAJOR defineLABBE Corentin1-3/+0
2016-12-17irnet: ppp: move IRNET_MINOR to include/linux/miscdevice.hLABBE Corentin1-1/+0
2016-12-17irda: irnet: Move linux/miscdevice.h includeLABBE Corentin2-1/+1
2016-12-17irda: irproc.c: Remove unneeded linux/miscdevice.h includeLABBE Corentin1-1/+0
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-2/+2
2016-10-27genetlink: statically initialize familiesJohannes Berg1-7/+12
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-10-21net: remove MTU limits on a few ether_setup callersJarod Wilson1-1/+2
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2016-09-17irda: Free skb on irda_accept error path.phil.turnbull@oracle.com1-3/+2
2016-08-19net/irda: remove pointless assignment/checkVegard Nossum1-3/+0
2016-08-13net/irda: handle iriap_register_lsap() allocation failureVegard Nossum1-2/+6
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+5
2016-07-25net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+5
2016-06-25net: ircomm, cleanup TIOCGSERIALJiri Slaby1-8/+0
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-27/+24
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2-8/+9
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley3-7/+4
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley1-5/+5
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley1-2/+1
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-1/+1
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2-4/+4
2016-02-14Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman1-2/+1
2016-01-29irda: fix a potential use-after-free in ircomm_param_requestWANG Cong1-2/+1
2016-01-28tty: Remove ASYNC_CLOSINGPeter Hurley1-4/+0
2016-01-28tty: Use termios c_*flag macrosPeter Hurley2-15/+9
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-30/+1
2015-11-03irda: Delete an unnecessary check before the function call "irlmp_unregister_service"Markus Elfring1-2/+1
2015-10-21irda: precedence bug in irlmp_seq_hb_idx()Dan Carpenter1-1/+1
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley1-30/+1