aboutsummaryrefslogtreecommitdiff
path: root/net/irda
AgeCommit message (Expand)AuthorFilesLines
2010-02-18const: struct nla_policyGravatar Alexey Dobriyan 1-1/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateGravatar Jiri Pirko 1-2/+3
2010-02-10net: irda: use seq_list_foo() helpersGravatar Li Zefan 1-24/+4
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+4
2010-02-03irda: add missing BKL in irnet_ppp ioctlGravatar Thadeu Lima de Souza Cascardo 1-0/+2
2010-02-03irda: unbalanced lock_kernel in irnet_pppGravatar Thadeu Lima de Souza Cascardo 1-1/+2
2010-01-10NET: irda, remove unnecessary checksGravatar Jiri Slaby 1-6/+0
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionGravatar André Goddard Rosa 2-5/+4
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 3-10/+10
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 2-113/+231
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 3-10/+10
2009-11-29net: Move && and || to end of previous lineGravatar Joe Perches 1-2/+2
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 5-0/+5
2009-11-12sysctl net: Remove unused binary sysctl codeGravatar Eric W. Biederman 1-28/+3
2009-11-07net/irda: push BKL into proto_opsGravatar Arnd Bergmann 1-107/+224
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 1-3/+4
2009-10-11headers: remove sched.h from interrupt.hGravatar Alexey Dobriyan 5-0/+5
2009-10-07net: mark net_proto_ops as constGravatar Stephen Hemminger 1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 1-1/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 1-4/+4
2009-09-02net: file_operations should be constGravatar Stephen Hemminger 2-8/+8
2009-09-01irda: convert to netdev_tx_tGravatar Stephen Hemminger 1-2/+4
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 3-1/+3
2009-08-09Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 3-1/+2
2009-08-06irda: Fix irda_getname() leakGravatar Eric Dumazet 1-0/+1
2009-08-05net: mark read-only arrays as constGravatar Jan Engelhardt 7-14/+14
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2009-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-0/+1
2009-07-27net: irda: init spinlock after memcpyGravatar Deepak Saxena 1-0/+1
2009-07-12genetlink: make netns awareGravatar Johannes Berg 1-1/+1
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 3-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsGravatar Patrick McHardy 1-2/+2
2009-06-23net: Move rx skb_orphan call to where neededGravatar Herbert Xu 2-3/+1
2009-06-18net: correct off-by-one write allocations reportsGravatar Eric Dumazet 1-1/+2
2009-05-28irda: Use SKB queue and list helpers instead of doing it by-hand.Gravatar David S. Miller 1-16/+2
2009-05-21irda: Use genl_register_family_with_ops()Gravatar Michał Mirosław 1-15/+2
2009-05-19net: use NLMSG_DEFAULT_SIZE in nlmsg_new() allocationsGravatar Pablo Neira Ayuso 1-1/+1
2009-04-01proc tty: switch ircomm to ->proc_fopsGravatar Alexey Dobriyan 1-118/+138
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 1-1/+0
2009-03-21irlan: convert to net_device_opsGravatar Stephen Hemminger 1-6/+13
2009-03-21irda: net_device_ops ioctl fixGravatar Stephen Hemminger 1-2/+3
2009-03-10net: convert usage of packet_type to read_mostlyGravatar Stephen Hemminger 1-1/+1
2009-02-01net: replace uses of __constant_{endian}Gravatar Harvey Harrison 1-1/+1
2009-01-02tty: Fix an ircomm warning and note another bugGravatar Alan Cox 1-2/+3
2008-12-14irda: merge exit pathsGravatar Ilpo Järvinen 1-9/+8
2008-12-10net: Make staticGravatar Roel Kluin 2-8/+8
2008-11-12netdevice: safe convert to netdev_priv() #part-4Gravatar Wang Chen 1-1/+1
2008-11-03net: '&' reduxGravatar Alexey Dobriyan 1-25/+25
2008-10-27net: convert print_mac to %pMGravatar Johannes Berg 1-3/+1
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 3-29/+34