ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / net / can /
2010-04-13 Eric Dumazetcan: avoids a false warning
2010-04-06 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-04-02 Changli Gaonet: check the length of the socket address passed...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-02 Oliver Hartkoppcan: deny filterlist access on non-CAN interfaces
2010-01-04 Oliver Hartkoppcan: Speed up CAN frame receiption by using ml_priv
2009-11-30 Joe Perchesnet: Move && and || to end of previous line
2009-11-25 Octavian Purdilanet: use net_eq to compare nets
2009-11-11 stephen hemmingerCAN: use dev_get_by_index_rcu
2009-11-09 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-08 Eric Dumazetcan: should not use __dev_get_by_index() without locks
2009-11-06 Eric Parisnet: pass kern to net_proto_family create function
2009-11-06 Eric Parisnet: drop capability from protocol definitions
2009-10-29 roel kluinnet: Cleanup redundant tests on unsigned
2009-10-12 Neil Hormannet: Generalize socket rx gap / receive queue overflow...
2009-10-07 Stephen Hemmingernet: mark net_proto_ops as const
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-15 Oliver Hartkoppcan: fix NOHZ local_softirq_pending 08 warning
2009-08-31 Oliver Hartkoppcan: use correct NET_RX_ return values
2009-08-29 Alexey Dobriyancan: switch to seq_file
2009-08-14 Oliver Hartkoppcan: Use WARN_ONCE() instead of BUG_ON() for sanity...
2009-08-10 Eric Dumazetcan: Fix raw_getname() leak
2009-07-15 Lothar Waßmannnet/can: add module alias to can protocol drivers
2009-07-15 Lothar Waßmannnet/can bugfix: use after free bug in can protocol...
2009-06-10 Jesper Dangaard... can: af_can.c use rcu_barrier() on module unload.
2009-04-17 Oliver Hartkoppcan: Network Drop Monitor: Make use of consume_skb...
2009-03-30 Alexey Dobriyanproc 2/2: remove struct proc_dir_entry::owner
2009-02-27 Wei Yongjuncan: remove some pointless conditionals before kfree_skb()
2009-02-16 Patrick Ohlyip: support for TX timestamps on UDP and RAW sockets
2009-02-01 Harvey Harrisonnet: replace uses of __constant_{endian}
2009-01-15 Oliver Hartkoppcan: fix slowpath issue in hrtimer callback function
2009-01-06 Oliver Hartkoppcan: omit unneeded skb_clone() calls
2009-01-05 Oliver Hartkoppcan: update can-bcm for hrtimer hardirq callbacks
2008-12-15 Ilpo Järvinencan: merge error paths
2008-12-04 Oliver Hartkoppcan: omit received RTR frames for single ID filter...
2008-12-03 Oliver Hartkoppcan: Fix CAN_(EFF|RTR)_FLAG handling in can_filter
2008-10-16 Johannes Bergnet: Remove CONFIG_KMOD from net/ (towards removing...
2008-07-20 YOSHIFUJI Hideakinetns: Use net_eq() to compare net-namespaces for optim...
2008-07-06 Oliver Hartkoppcan: add sanity checks
2008-05-09 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-05-08 Oliver Hartkoppcan: Fix can_send() handling on dev_queue_xmit() failures
2008-05-03 Oliver Hartkopphrtimer: remove duplicate helper function
2008-04-27 Sam Ravnborgcan: Fix copy_from_user() results interpretation
2008-04-25 Pavel Emelyanovnet: Fix wrong interpretation of some copy_to_user...
2008-04-16 Oliver HartkoppCAN: use hrtimers in can-bcm protocol
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-02-08 Urs Thuermann[CAN]: Minor clean-ups
2008-02-08 Urs Thuermann[CAN]: Move proto_{,un}register() out of spin-locked...
2008-02-08 Urs Thuermann[CAN]: Clean up module auto loading
2008-01-28 Oliver Hartkopp[CAN]: Add virtual CAN netdevice driver
2008-01-28 Oliver Hartkopp[CAN]: Add broadcast manager (bcm) protocol
2008-01-28 Oliver Hartkopp[CAN]: Add raw protocol
2008-01-28 Oliver Hartkopp[CAN]: Add PF_CAN core module