aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda
AgeCommit message (Expand)AuthorFilesLines
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+3
2015-03-07net: irda: fix wait_until_sent poll timeoutJohan Hovold1-1/+3
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-15/+14
2015-02-23irda: replace current->state by set_current_state()Fabian Frederick2-3/+3
2015-01-30irda: use msecs_to_jiffies for conversionsNicholas Mc Guire1-3/+5
2014-12-10irda: Convert function pointer arrays and uses to constJoe Perches4-13/+15
2014-11-24new helper: memcpy_to_msg()Al Viro1-1/+1
2014-11-24new helper: memcpy_from_msg()Al Viro1-3/+3
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2014-11-12irda: Fix build failures after IRDA_DEBUG->pr_debugJoe Perches6-18/+6
2014-11-12irda: Convert IRDA_DEBUG to pr_debugJoe Perches36-1285/+797
2014-11-11irda: Remove IRDA_<TYPE> logging macrosJoe Perches25-206/+190
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-11-02irda: stop calling sk_prot->disconnect() on connection failureLinus Torvalds1-2/+0
2014-09-30irda: add __init to irlan_openFabian Frederick1-2/+2
2014-08-13irda: Fix rd_frame control field initialization in irlap_send_rd_frame()Maks Naumov1-1/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-5/+5
2014-07-15irda: remove unnecessary break after returnFabian Frederick2-2/+0
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen2-2/+3
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley1-4/+2
2014-06-23trivial: net/irda/irlmp.c: Fix closing brace followed by ifRasmus Villemoes1-1/+2
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-1/+1
2013-12-06net/irda: Fix FSF address in file headersJeff Kirsher14-42/+14
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-4/+0
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+5
2013-10-19net: misc: Remove extern from function prototypesJoe Perches1-10/+5
2013-10-04sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra1-3/+2
2013-07-19net/irda: fixed style issues in irttpDragos Foianu1-27/+23
2013-07-16net/irda: fixed style issues in irlan_ethDragos Foianu1-17/+14
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2013-05-19net: irda: using kzalloc() instead of kmalloc() to avoid strncpy() issue.Chen Gang1-1/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-5/+4
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-6/+2
2013-04-25irda: irlmp_reasons[] can be staticWu Fengguang1-1/+1
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+11
2013-04-19irda: small read past the end of array in debug codeDan Carpenter2-2/+11
2013-04-14Merge 3.9-rc7 intp tty-nextGreg Kroah-Hartman1-0/+2
2013-04-12TTY: ircomm: fix DTR being raised on hang upJohan Hovold1-1/+1
2013-04-08TTY: ircomm, use GFP_KERNEL in ircomm_open()Mathias Krause1-1/+1
2013-04-08irda: use GFP_KERNEL in irda_connect_response()Mathias Krause1-2/+1
2013-04-08irda: use GFP_KERNEL in irda_create()Mathias Krause1-1/+1
2013-04-07irda: Fix missing msg_namelen update in irda_recvmsg_dgram()Mathias Krause1-0/+2
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman1-2/+4
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman1-13/+16
2013-03-20net/irda: add missing error path release_sock callKees Cook1-2/+4
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby1-5/+1
2013-03-06net/irda: Raise dtr in non-blocking openPeter Hurley1-2/+9
2013-03-06net/irda: Use barrier to set task statePeter Hurley1-1/+1
2013-03-06net/irda: Hold port lock while bumping blocked_openPeter Hurley1-2/+2
2013-03-06net/irda: Fix port open countsPeter Hurley1-9/+5
2013-02-27irda: small read beyond end of array in debug codeDan Carpenter1-2/+5
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-5/+5
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-2/+1
2013-01-29Merge branch 'master' into for-nextJiri Kosina2-0/+2
2013-01-27irda: buffer overflow in irnet_ctrl_read()Dan Carpenter1-59/+58
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-1/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-2/+2
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers1-1/+1
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2012-11-28irda: irttp: fix memory leak in irttp_open_tsap() error pathTommi Rantala1-0/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+1
2012-10-14Merge 3.7-rc1 into tty-linusGreg Kroah-Hartman2-2/+2
2012-10-05net, TTY: initialize tty->driver_data before usageSasha Levin1-0/+2
2012-10-04silence some noisy printks in irdaDave Jones2-2/+2
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-1/+1
2012-09-05serial: add a new helper functionHuang Shijie2-3/+3
2012-08-13TTY: ircomm_tty, add tty installJiri Slaby1-16/+25
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman3-5/+5
2012-07-16irda: Fix typo in irdaMasanari Iida2-2/+2
2012-07-16tty: move the termios object into the ttyAlan Cox2-11/+11
2012-06-12TTY: ircomm, use tty_port_close_start helperJiri Slaby1-47/+1
2012-06-12TTY: ircomm, use tty_port_close_end helperJiri Slaby1-15/+1
2012-06-12TTY: ircomm, define carrier routinesJiri Slaby1-10/+33
2012-06-12TTY: ircomm, define local tty_portJiri Slaby1-53/+56
2012-06-12TTY: ircomm, use tty from tty_portJiri Slaby4-41/+70
2012-06-12TTY: ircomm, revamp lockingJiri Slaby1-20/+18
2012-06-12TTY: ircomm, use flags from tty_portJiri Slaby3-30/+31
2012-06-12TTY: ircomm, use open counts from tty_portJiri Slaby1-21/+21
2012-06-12TTY: ircomm, use close times from tty_portJiri Slaby2-8/+6
2012-06-12TTY: ircomm, add tty_portJiri Slaby2-11/+12
2012-06-04net: Remove casts to same typeJoe Perches1-3/+3
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-2/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells4-4/+0
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-5/+1
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2011-12-21irda: use msecs_to_jiffies() rather than manual calculationXi Wang1-2/+2
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-11-21irttp: Use kmemdup rather than duplicating its implementationThomas Meyer1-3/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker4-0/+5
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller2-6/+6
2011-09-16IRDA: Fix global type conflicts in net/irda/irsysctl.c v2Andi Kleen2-6/+6
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby1-1/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+5
2011-06-16net: Remove casts of void *Joe Perches10-35/+35
2011-06-06irda: iriap: Use seperate lockdep class for irias_objects->hb_spinlockDavid S. Miller1-0/+5
2011-05-19irda: Fix error propagation in ircomm_lmp_connect_response()David S. Miller1-4/+1
2011-05-19irda: Kill set but unused variable 'bytes' in irlan_check_command_param()David S. Miller1-4/+0
2011-05-19irda: Kill set but unused variable 'clen' in ircomm_connect_indication()David S. Miller1-6/+0
2011-05-19irda: Kill set but unused vars 'saddr' and 'daddr' in irlan_provider_connect_...David S. Miller1-3/+0
2011-05-12net/irda/ircomm_tty.c: Use flip buffers to deliver dataAmit Virdi1-9/+5
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+1
2011-04-17irda: irproc: Fix set-but-unused variables.David S. Miller1-3/+2
2011-04-17irda: irlap_event: Fix set-but-unused variables.David S. Miller1-3/+0
2011-04-12irda: fix locking unbalance in irda_sendmsgDave Jones1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi9-15/+15
2011-03-27irda: validate peer name and attribute lengthsDan Rosenberg1-0/+6
2011-03-27irda: prevent heap corruption on invalid nicknameDan Rosenberg1-0/+3
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-2/+2
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-2/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-2/+2
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-9/+11
2010-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-7/+11
2010-12-23irda: prevent integer underflow in IRLMP_ENUMDEVICESDan Rosenberg1-7/+11
2010-11-22Net: irda: irnet: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-1/+1
2010-11-22Net: irda: irlan: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-1/+1
2010-11-22Net: irda: ircomm: Makefile: Remove deprecated kbuild goal defintionsTracey Dent1-2/+2
2010-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-8/+22
2010-11-18net: irda: irttp: sync error paths of data- and udata-requestsWolfram Sang1-4/+5
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2-2/+0
2010-11-16irda: irttp: allow zero byte packetsWolfram Sang1-6/+19
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-10-11irda: Fix heap memory corruption in iriap.cSamuel Ortiz1-1/+2
2010-10-11irda: Fix parameter extraction stack overflowSamuel Ortiz1-1/+3
2010-10-11irda: Remove BKL instances from irnetSamuel Ortiz2-19/+44
2010-10-11irda: Remove BKL instances from af_irda.cSamuel Ortiz1-174/+196
2010-09-23net: return operator cleanupEric Dumazet7-27/+27
2010-09-23Fix typo configue => configure in commentsThomas Weber1-1/+1
2010-09-15irda/irnet: use noop_llseekArnd Bergmann1-1/+2
2010-09-14net/irda: Use static const char * const where possibleJoe Perches1-1/+1
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-3/+3
2010-09-07irda: off by oneDan Carpenter1-1/+1
2010-08-30irda: Correctly clean up self->ias_obj on irda_bind() failure.David S. Miller1-2/+2
2010-08-21irda: use net_device_stats from struct net_deviceEric Dumazet1-23/+9
2010-08-19irda: fix a race in irlan_eth_xmit()Eric Dumazet1-1/+3
2010-08-04ppp: make channel_ops conststephen hemminger1-1/+1
2010-07-12net/irda: Remove unnecessary casts of private_dataJoe Perches1-5/+5
2010-06-12irttp: Print device parameters and statistics as unsignedBen Hutchings1-7/+7
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches2-5/+0
2010-04-20net: sk_sleep() helperEric Dumazet1-7/+7
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller20-0/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo20-0/+21
2010-03-24net: remove trailing space in messagesFrans Pop1-1/+1
2010-02-18const: struct nla_policyAlexey Dobriyan1-1/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+3
2010-02-10net: irda: use seq_list_foo() helpersLi Zefan1-24/+4
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+4
2010-02-03irda: add missing BKL in irnet_ppp ioctlThadeu Lima de Souza Cascardo1-0/+2
2010-02-03irda: unbalanced lock_kernel in irnet_pppThadeu Lima de Souza Cascardo1-1/+2
2010-01-10NET: irda, remove unnecessary checksJiri Slaby1-6/+0
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2-5/+4
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-10/+10
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-113/+231
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa3-10/+10
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-0/+5
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-28/+3
2009-11-07net/irda: push BKL into proto_opsArnd Bergmann1-107/+224
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-3/+4
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan5-0/+5
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-4/+4
2009-09-02net: file_operations should be constStephen Hemminger2-8/+8
2009-09-01irda: convert to netdev_tx_tStephen Hemminger1-2/+4
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-1/+3
2009-08-09Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller3-1/+2
2009-08-06irda: Fix irda_getname() leakEric Dumazet1-0/+1
2009-08-05net: mark read-only arrays as constJan Engelhardt7-14/+14
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2009-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2009-07-27net: irda: init spinlock after memcpyDeepak Saxena1-0/+1
2009-07-12genetlink: make netns awareJohannes Berg1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan3-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-23net: Move rx skb_orphan call to where neededHerbert Xu2-3/+1
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-1/+2
2009-05-28irda: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller1-16/+2
2009-05-21irda: Use genl_register_family_with_ops()Michał Mirosław1-15/+2
2009-05-19net: use NLMSG_DEFAULT_SIZE in nlmsg_new() allocationsPablo Neira Ayuso1-1/+1
2009-04-01proc tty: switch ircomm to ->proc_fopsAlexey Dobriyan1-118/+138
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-1/+0
2009-03-21irlan: convert to net_device_opsStephen Hemminger1-6/+13
2009-03-21irda: net_device_ops ioctl fixStephen Hemminger1-2/+3
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-1/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-01-02tty: Fix an ircomm warning and note another bugAlan Cox1-2/+3