| Commit message (Expand) | Author | Age | Files | Lines |
* | irda: move net/irda/ to drivers/staging/irda/net/ | Greg Kroah-Hartman | 2017-08-29 | 51 | -31653/+0 |
* | irda: do not leak initialized list.dev to userspace | Colin Ian King | 2017-08-19 | 1 | -1/+1 |
* | Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-07-06 | 1 | -36/+12 |
|\ |
|
| * | irda: don't open-code memdup_user() | Al Viro | 2017-06-30 | 1 | -36/+12 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-07-05 | 3 | -16/+12 |
|\ \ |
|
| * | | net: manual clean code which call skb_put_[data:zero] | yuan linyu | 2017-06-20 | 1 | -3/+2 |
| * | | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2017-06-16 | 1 | -1/+1 |
| * | | networking: make skb_put & friends return void pointers | Johannes Berg | 2017-06-16 | 1 | -9/+8 |
| * | | networking: introduce and use skb_put_data() | Johannes Berg | 2017-06-16 | 2 | -5/+3 |
* | | | Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2017-07-04 | 1 | -106/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | tty: ircomm: remove dead and broken ioctl code | Johan Hovold | 2017-06-13 | 1 | -106/+1 |
| |/ |
|
* / | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 2017-06-07 | 1 | -1/+1 |
|/ |
|
* | net: Work around lockdep limitation in sockets that use sockets | David Howells | 2017-03-10 | 1 | -2/+3 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 2 | -2/+3 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 2017-02-28 | 1 | -6/+6 |
* | irda: Fix lockdep annotations in hashbin_delete(). | David S. Miller | 2017-02-17 | 1 | -18/+16 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 5 | -5/+5 |
* | irda: irnet: add member name to the miscdevice declaration | LABBE Corentin | 2016-12-17 | 1 | -3/+3 |
* | irda: irnet: Remove unused IRNET_MAJOR define | LABBE Corentin | 2016-12-17 | 1 | -3/+0 |
* | irnet: ppp: move IRNET_MINOR to include/linux/miscdevice.h | LABBE Corentin | 2016-12-17 | 1 | -1/+0 |
* | irda: irnet: Move linux/miscdevice.h include | LABBE Corentin | 2016-12-17 | 2 | -1/+1 |
* | irda: irproc.c: Remove unneeded linux/miscdevice.h include | LABBE Corentin | 2016-12-17 | 1 | -1/+0 |
* | genetlink: mark families as __ro_after_init | Johannes Berg | 2016-10-27 | 1 | -2/+2 |
* | genetlink: statically initialize families | Johannes Berg | 2016-10-27 | 1 | -7/+12 |
* | genetlink: no longer support using static family IDs | Johannes Berg | 2016-10-27 | 1 | -1/+0 |
* | net: remove MTU limits on a few ether_setup callers | Jarod Wilson | 2016-10-21 | 1 | -1/+2 |
* | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 2016-10-13 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-09-23 | 1 | -3/+2 |
|\ |
|
| * | irda: Free skb on irda_accept error path. | phil.turnbull@oracle.com | 2016-09-17 | 1 | -3/+2 |
* | | net/irda: remove pointless assignment/check | Vegard Nossum | 2016-08-20 | 1 | -3/+0 |
|/ |
|
* | net/irda: handle iriap_register_lsap() allocation failure | Vegard Nossum | 2016-08-14 | 1 | -2/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-07-27 | 1 | -2/+5 |
|\ |
|
| * | net/irda: fix NULL pointer dereference on memory allocation failure | Vegard Nossum | 2016-07-25 | 1 | -2/+5 |
* | | net: ircomm, cleanup TIOCGSERIAL | Jiri Slaby | 2016-06-25 | 1 | -8/+0 |
|/ |
|
* | Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2016-05-21 | 3 | -27/+24 |
|\ |
|
| * | tty: Replace ASYNC_INITIALIZED bit and update atomically | Peter Hurley | 2016-04-30 | 2 | -8/+9 |
| * | tty: Replace ASYNC_CHECK_CD and update atomically | Peter Hurley | 2016-04-30 | 3 | -7/+4 |
| * | tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically | Peter Hurley | 2016-04-30 | 1 | -5/+5 |
| * | tty: Replace ASYNC_CTS_FLOW bit and update atomically | Peter Hurley | 2016-04-30 | 1 | -2/+1 |
| * | tty: Replace TTY_THROTTLED bit tests with tty_throttled() | Peter Hurley | 2016-04-30 | 1 | -1/+1 |
| * | tty: Replace TTY_IO_ERROR bit tests with tty_io_error() | Peter Hurley | 2016-04-30 | 2 | -4/+4 |
* | | treewide: replace dev->trans_start update with helper | Florian Westphal | 2016-05-04 | 1 | -1/+1 |
|/ |
|
* | Merge 4.5-rc4 into tty-next | Greg Kroah-Hartman | 2016-02-14 | 1 | -2/+1 |
|\ |
|
| * | irda: fix a potential use-after-free in ircomm_param_request | WANG Cong | 2016-01-30 | 1 | -2/+1 |
* | | tty: Remove ASYNC_CLOSING | Peter Hurley | 2016-01-28 | 1 | -4/+0 |
* | | tty: Use termios c_*flag macros | Peter Hurley | 2016-01-28 | 2 | -15/+9 |
|/ |
|
* | net: add validation for the socket syscall protocol argument | Hannes Frederic Sowa | 2015-12-14 | 1 | -0/+3 |
* | Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2015-11-05 | 1 | -30/+1 |
|\ |
|
| * | tty: Remove ASYNC_CLOSING checks in open()/hangup() methods | Peter Hurley | 2015-10-18 | 1 | -30/+1 |