aboutsummaryrefslogtreecommitdiff
path: root/net/irda
AgeCommit message (Expand)Author
2010-07-12net/irda: Remove unnecessary casts of private_dataJoe Perches
2010-06-12irttp: Print device parameters and statistics as unsignedBen Hutchings
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24net: remove trailing space in messagesFrans Pop
2010-02-18const: struct nla_policyAlexey Dobriyan
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-10net: irda: use seq_list_foo() helpersLi Zefan
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-03irda: add missing BKL in irnet_ppp ioctlThadeu Lima de Souza Cascardo
2010-02-03irda: unbalanced lock_kernel in irnet_pppThadeu Lima de Souza Cascardo
2010-01-10NET: irda, remove unnecessary checksJiri Slaby
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-11-07net/irda: push BKL into proto_opsArnd Bergmann
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-02net: file_operations should be constStephen Hemminger
2009-09-01irda: convert to netdev_tx_tStephen Hemminger
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-09Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-08-06irda: Fix irda_getname() leakEric Dumazet
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-07-27net: irda: init spinlock after memcpyDeepak Saxena
2009-07-12genetlink: make netns awareJohannes Berg
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-23net: Move rx skb_orphan call to where neededHerbert Xu
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet
2009-05-28irda: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller
2009-05-21irda: Use genl_register_family_with_ops()Michał Mirosław
2009-05-19net: use NLMSG_DEFAULT_SIZE in nlmsg_new() allocationsPablo Neira Ayuso
2009-04-01proc tty: switch ircomm to ->proc_fopsAlexey Dobriyan
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-03-21irlan: convert to net_device_opsStephen Hemminger
2009-03-21irda: net_device_ops ioctl fixStephen Hemminger
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison