nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / net / irda /
2009-01-02 Alan Coxtty: Fix an ircomm warning and note another bug
2008-12-15 Ilpo Järvinenirda: merge exit paths
2008-12-10 Roel Kluinnet: Make static
2008-11-13 Wang Chennetdevice: safe convert to netdev_priv() #part-4
2008-11-04 Alexey Dobriyannet: '&' redux
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-07-21 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-07-21 Alan Coxtty: Ldisc revamp
2008-07-20 YOSHIFUJI Hideakinetns: Use net_eq() to compare net-namespaces for optim...
2008-07-18 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2008-07-14 Jonathan CorbetMerge commit 'v2.6.26' into bkl-removal
2008-07-08 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-07-08 Julius Volzirda: Fix netlink error path return value
2008-06-20 Arnd Bergmannirnet_ppp: BKL pushdown
2008-06-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-03 Pavel Emelyanovirda: Sock leak on error path in irda_create.
2008-05-26 Alan Coxirda: Push BKL down into irda ioctl handlers
2008-05-15 Andrew Mortonnet/irda/irnet/irnet_irda.c needs unaligned.h
2008-05-14 Graf Yangirda: Fix a misalign access issue. (v2)
2008-05-02 Harvey Harrisonirda: use get_unaligned_* helpers
2008-04-30 Alan Coxtty: The big operations rework
2008-04-29 Alexey Dobriyanproc: switch /proc/irda/irnet to seq_file interface
2008-04-15 Adrian Bunk[IRDA]: Remove irlan_eth_send_gratuitous_arp()
2008-03-28 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-26 David S. Miller[IRDA]: Store irnet_socket termios properly.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-02-29 Wang Chen[IRDA]: Use proc_create() to setup ->proc_fops first
2008-01-28 Ross Burton[IrDA]: LMP discovery timer not started by default
2008-01-28 Adrian Bunk[IrDA]: Irport removal - part 1
2008-01-28 Robie Basak[IrDA]: Frame length validation.
2008-01-28 Robie Basak[IrDA]: Resend frames on timeout.
2008-01-28 Pavel Emelyanov[NET]: Simple ctl_table to ctl_path conversions.
2008-01-28 YOSHIFUJI Hideaki[IRDA]: Use htons() where appropriate.
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2008-01-21 Jesper Juhl[IrDA]: af_irda memory leak fixes
2008-01-09 maximilian attems[IRDA]: irda_create() nuke user triggable printk
2007-12-20 Joe Perches[IRDA]: Spelling fixes
2007-12-16 Richard Knutsson[IRDA]: irda parameters warning fixes.
2007-12-16 Hinko Kocevar[IRDA]: irlmp_unregister_link() needs to free lsaps.
2007-12-05 Pavel Emelyanov[IRDA]: Move ircomm_tty_line_info() under #ifdef CONFIG...
2007-11-22 Pavel Emelyanov[IRDA]: Compilation for CONFIG_INET=n case
2007-11-20 Joe Perches[IRDA]: Add missing "space"
2007-11-01 David S. Miller[IRDA] IRNET: Fix build when TCGETS2 is defined.
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-10-26 Adrian Bunk[IRDA]: Make ircomm_tty static.
2007-10-19 Marcin Garskimore UTF-8 conversions
2007-10-19 Jan EngelhardtConvert files to UTF-8 and some cleanups
2007-10-19 Robert P. J. DayFix misspellings of "system", "controller", "interrupt...
2007-10-18 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-10-18 Eric W. Biedermansysctl: properly register the irda binary sysctl numbers
2007-10-18 Ryan Reading[IRDA]: IrCOMM discovery indication simplification
2007-10-10 Pavel Emelyanov[IRDA]: Make the IRDA use the seq_open_private()
2007-10-10 Joe Perches[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make packet reception network namespace safe
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-10-10 Samuel Ortiz[IrDA]: MSG_NOSIGNAL support for IrDA sockets
2007-08-22 Andy Whitcroft[IRDA] irda_nl_get_mode: always results in failure
2007-08-22 Jesper Juhl[IRDA]: Avoid a label defined but not used warning...
2007-07-22 Samuel Ortiz[IrDA] Typo fix in irnetlink.c copyright
2007-07-18 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-07-18 Jeremy Fitzhardingeadd kstrndup
2007-07-18 Samuel Ortiz[IrDA]: Fix IrDA build failure
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-07-11 G. Liakhovetski[IrDA]: tsap init routine factorisation.
2007-07-11 Samuel Ortiz[IrDA]: Monitor mode.
2007-07-11 Samuel Ortiz[IrDA]: Netlink layer.
2007-06-09 G. Liakhovetski[IrDA]: f-timer reloading when sending rejected frames.
2007-06-09 G. Liakhovetski[IrDA]: Fix Rx/Tx path race.
2007-05-10 Martin Schwidefsky[S390] Kconfig: unwanted menus for s390.
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-04-26 Andrew Morton[IRDA] irda_device_dongle_init: fix kzalloc(GFP_KERNEL...
2007-04-26 G. Liakhovetski[IrDA]: Misc spelling corrections.
2007-04-26 Samuel Ortiz[IrDA] af_irda: IRDA_ASSERT cleanups
2007-04-26 Samuel Ortiz[IrDA] af_irda: irda_accept cleanup
2007-04-26 Olaf Kirch[IrDA] af_irda: Silence kernel message in irda_recvmsg_...
2007-04-26 Olaf Kirch[IrDA] af_irda: irda_recvmsg_stream cleanup
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 Samuel Ortiz[IrDA]: irda lockdep annotation
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: More skb_put related conversions to skb_rese...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_network_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-04-26 Arnaldo Carvalho... [ETH]: Make eth_type_trans set skb->dev like the other...
2007-04-18 Olaf Kirch[IrDA]: Correctly handling socket error
2007-03-20 Samuel Ortiz[IrDA]: Calling ppp_unregister_channel() from process...
2007-03-20 G. Liakhovetski[IrDA]: irttp_dup spin_lock initialisation
2007-02-26 Adrian Bunk[IRDA] net/irda/: proper prototypes
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 8
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 7
2007-02-11 YOSHIFUJI Hideaki[NET] IRDA: Fix whitespace errors.
next