summaryrefslogtreecommitdiffstats
path: root/net/irda
Commit message (Expand)AuthorAgeFilesLines
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-6/+6
* irda: Fix lockdep annotations in hashbin_delete().David S. Miller2017-02-171-18/+16
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-245-5/+5
* irda: irnet: add member name to the miscdevice declarationLABBE Corentin2016-12-171-3/+3
* irda: irnet: Remove unused IRNET_MAJOR defineLABBE Corentin2016-12-171-3/+0
* irnet: ppp: move IRNET_MINOR to include/linux/miscdevice.hLABBE Corentin2016-12-171-1/+0
* irda: irnet: Move linux/miscdevice.h includeLABBE Corentin2016-12-172-1/+1
* irda: irproc.c: Remove unneeded linux/miscdevice.h includeLABBE Corentin2016-12-171-1/+0
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-2/+2
* genetlink: statically initialize familiesJohannes Berg2016-10-271-7/+12
* genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
* net: remove MTU limits on a few ether_setup callersJarod Wilson2016-10-211-1/+2
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-3/+2
|\
| * irda: Free skb on irda_accept error path.phil.turnbull@oracle.com2016-09-171-3/+2
* | net/irda: remove pointless assignment/checkVegard Nossum2016-08-191-3/+0
|/
* net/irda: handle iriap_register_lsap() allocation failureVegard Nossum2016-08-131-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-271-2/+5
|\
| * net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum2016-07-251-2/+5
* | net: ircomm, cleanup TIOCGSERIALJiri Slaby2016-06-251-8/+0
|/
* Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-203-27/+24
|\
| * tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-302-8/+9
| * tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley2016-04-303-7/+4
| * tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley2016-04-301-5/+5
| * tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley2016-04-301-2/+1
| * tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
| * tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-302-4/+4
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
|/
* Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman2016-02-141-2/+1
|\
| * irda: fix a potential use-after-free in ircomm_param_requestWANG Cong2016-01-291-2/+1
* | tty: Remove ASYNC_CLOSINGPeter Hurley2016-01-281-4/+0
* | tty: Use termios c_*flag macrosPeter Hurley2016-01-282-15/+9
|/
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+3
* Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-11-041-30/+1
|\
| * tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley2015-10-171-30/+1
* | irda: Delete an unnecessary check before the function call "irlmp_unregister_...Markus Elfring2015-11-031-2/+1
* | irda: precedence bug in irlmp_seq_hb_idx()Dan Carpenter2015-10-211-1/+1
|/
* irda: use msecs_to_jiffies for conversion to jiffiesNicholas Mc Guire2015-05-251-2/+2
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-091-1/+3
|\
| * Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-03-081-1/+3
| |\
| | * net: irda: fix wait_until_sent poll timeoutJohan Hovold2015-03-071-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-032-3/+3
|\| |
| * | irda: replace current->state by set_current_state()Fabian Frederick2015-02-232-3/+3
| |/
* / net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-15/+14
|/
* irda: use msecs_to_jiffies for conversionsNicholas Mc Guire2015-01-301-3/+5
* irda: Convert function pointer arrays and uses to constJoe Perches2014-12-104-13/+15
* new helper: memcpy_to_msg()Al Viro2014-11-241-1/+1
* new helper: memcpy_from_msg()Al Viro2014-11-241-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-141-2/+0
|\