aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda (follow)
AgeCommit message (Expand)AuthorFilesLines
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/net-2.6David S. Miller5-0/+5
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/net-2.6David 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/net-2.6David 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
2008-12-14irda: merge exit pathsIlpo Järvinen1-9/+8
2008-12-10net: Make staticRoel Kluin2-8/+8
2008-11-12netdevice: safe convert to netdev_priv() #part-4Wang Chen1-1/+1
2008-11-03net: '&' reduxAlexey Dobriyan1-25/+25
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+1
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-29/+34
2008-07-20tty: Ldisc revampAlan Cox1-7/+7
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller2-0/+4
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2-7/+9
2008-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-07-08irda: Fix netlink error path return valueJulius Volz1-2/+2
2008-06-20irnet_ppp: BKL pushdownArnd Bergmann2-0/+4
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+7
2008-06-03irda: Sock leak on error path in irda_create.Pavel Emelyanov1-5/+7
2008-05-25irda: Push BKL down into irda ioctl handlersAlan Cox2-28/+33
2008-05-14net/irda/irnet/irnet_irda.c needs unaligned.hAndrew Morton1-0/+1
2008-05-13irda: Fix a misalign access issue. (v2)Graf Yang3-7/+10