ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / net / atm /
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-10 Li Zefannet: atm: use seq_list_foo() helpers
2010-01-27 Joe Perchesnet/atm: Cleanup dprint/ddprintk #defines and uses
2010-01-27 Joe Perchesnet/atm/lec.c: Add __lec_arp_check_expire and other...
2010-01-27 Joe Perchesnet/atm/svc.c: checkpatch cleanups
2010-01-27 Joe Perchesnet/atm/signaling.c: checkpatch cleanups
2010-01-27 Joe Perchesnet/atm/resources.c: checkpatch cleanups
2010-01-27 Joe Perchesnet/atm/raw.c: checkpatch cleanups
2010-01-27 Joe Perchesnet/atm/pvc.c: checkpatch cleanups
2010-01-27 Joe Perchesnet/atm/proc.c: checkpatch cleanups
2010-01-27 Joe Perchesnet/atm/pppoatm.c: checkpatch cleanups
2010-01-27 Joe Perchesnet/atm/mpoa_proc.c: checkpatch cleanups
2010-01-27 Joe Perchesnet/atm/mpoa_caches.c: checkpatch cleanups
2010-01-27 Joe Perchesnet/atm/mpc.c: checkpatch cleanups
2010-01-27 Joe Perchesnet/atm/lec.c: checkpatch cleanups
2010-01-27 Joe Perchesnet/atm/ioctl.c: checkpatch cleanups
2010-01-27 Joe Perchesnet/atm/common.c: checkpatch cleanups
2010-01-27 Joe Perchesnet/atm/clip.c: checkpatch cleanups
2010-01-27 Joe Perchesnet/atm/br2684.c: checkpatch cleanups
2010-01-27 Joe Perchesnet/atm/atm_sysfs.c: checkpatch cleanups
2010-01-27 Joe Perchesnet/atm/atm_misc.c: checkpatch cleanups
2010-01-27 Joe Perchesnet/atm/addr.c: Convert include <asm to include <linux
2010-01-27 Joe Perchesnet/atm: Convert printk to pr_<level>
2009-12-09 chas williams -... atm: [br2684] allow routed mode operation again
2009-12-09 chas williams -... atm: [lec] initialize .netdev_ops before calling regist...
2009-11-25 Octavian Purdilanet: use net_eq to compare nets
2009-11-12 Arnd Bergmannnet/atm: move all compat_ioctl handling to atm/ioctl.c
2009-11-06 Eric Parisnet: pass kern to net_proto_family create function
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-03 Karl Hiramotoatm/br2684: netif_stop_queue() when atm device busy...
2009-09-02 Stephen Hemmingernet: make neigh_ops constant
2009-09-01 Stephen Hemmingerconvert ATM drivers to netdev_tx_t
2009-08-05 Jan Engelhardtnet: mark read-only arrays as const
2009-07-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-10 Jiri Olsanet: adding memory barrier to the poll and receive...
2009-07-06 Patrick McHardynet: convert remaining non-symbolic return values in...
2009-07-06 Patrick McHardynet: use NETDEV_TX_OK instead of 0 in ndo_start_xmit...
2009-06-18 Eric Dumazetatm: sk_wmem_alloc initial value is one
2009-06-13 Patrick McHardynet: fix network drivers ndo_start_xmit() return values...
2009-06-12 Michał Mirosławbridge: Simplify interface for ATM LANE
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-05-29 Eric Dumazetatm: unset IFF_XMIT_DST_RELEASE in clip_setup()
2009-05-28 David S. Milleratm: Use SKB queue and list helpers instead of doing...
2009-05-02 Rabin VincentSubject: [PATCH] br2684: restore net_dev initialization
2009-03-30 Alexey Dobriyanproc 2/2: remove struct proc_dir_entry::owner
2009-03-22 Stephen Hemmingeratm: convert clip driver to net_device_ops
2009-03-22 Stephen Hemmingeratm: convert mpc device to using netdev_ops
2009-03-21 Stephen Hemmingeratm: lec use dev_change_mtu
2009-01-21 Stephen Hemmingerlec: convert to net_device_ops
2009-01-21 Stephen Hemmingerlec: convert to internal network_device_stats
2009-01-21 Stephen Hemmingerclip: convert to internal network_device_stats
2009-01-21 Stephen Hemmingerbr2684: convert to net_device_ops
2009-01-21 Stephen Hemmingeratm: br2684 internal stats
2008-12-08 Wang Chennetdevice: Kill netdev->priv
2008-12-06 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-12-04 Chas WilliamsATM: CVE-2008-5079: duplicate listen() on socket corrup...
2008-12-04 David Woodhouseatm: 32-bit ioctl compatibility
2008-11-13 Wang Chennetdevice: safe convert to netdev_priv() #part-4
2008-11-10 Kay Sieversnet: struct device - replace bus_id with dev_name(...
2008-10-31 Harvey Harrisonnet: replace NIPQUAD() in net/*/
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-09-23 Julia Lawallnet/atm/lec.c: drop code after return
2008-09-21 Arnaldo Carvalho... net: Use hton[sl]() instead of __constant_hton[sl]...
2008-07-30 David Howellsatm: fix const assignment/discard warnings in the ATM...
2008-07-20 YOSHIFUJI Hideakinetns: Use net_eq() to compare net-namespaces for optim...
2008-06-17 Mitchell Blank Jratm: use const where reasonable
2008-06-17 Eric Kinzieatm: [br2864] fix routed vcmux support
2008-06-17 Jorge Boncompte... atm: [br2684] Fix oops due to skb->dev being NULL
2008-05-06 David S. MillerRevert "atm: Do not free already unregistered net device."
2008-05-05 Pavel Emelyanovatm: Bad locking on br2684_devs modifications.
2008-05-05 Pavel Emelyanovatm: Do not free already unregistered net device.
2008-05-02 Denis V. Lunevatm: assign PDE->data before gluing PDE into /proc...
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-10 Joe Perches[ATM]: Use SEQ_START_TOKEN
2008-04-08 David S. Miller[NET]: Undo code bloat in hot paths due to print_mac().
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-24 David S. MillerMerge branch 'master' of ../net-2.6/
2008-03-24 Wang Chen[ATM]: When proc_create() fails, do some error handling...
2008-02-29 Pavel Emelyanov[ATM]: Use seq_open/release_privade instead of manual...
2008-02-29 Denis V. Lunev[IPV4]: Remove check for ifa->ifa_dev != NULL.
2008-02-28 Wang Chen[ATM]: Use proc_create() to setup ->proc_fops first
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_key.
2008-01-28 Eric Dumazet[ATM]: Suppress some sparse warnings
2008-01-28 Denis V. Lunev[ATM]: Simplify /proc/net/atm/arp opening
2008-01-28 Denis V. Lunev[ATM]: Oops reading net/atm/arp
2008-01-28 Eric W. Biederman[NETNS]: Add netns parameter to inet_(dev_)add_type.
2008-01-28 Chas Williams[ATM]: [br2864] whitespace cleanup
2008-01-28 Eric Kinzie[ATM]: [br2864] routed support
2008-01-28 Kay Sievers[ATM]: Convert struct class_device to struct device
2008-01-28 Robert P. J. Day[ATM]: atm is no longer experimental
2008-01-28 Eric W. Biederman[NETNS]: Modify the neighbour table code so it handles...
2008-01-28 Pavel Emelyanov[NET]: Name magic constants in sock_wake_async()
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2008-01-09 Herbert Xu[ATM]: Check IP header validity in mpc_send_packet
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-10-18 Stephen Hemminger[BR2684]: get rid of broken header code.
2007-10-12 Kay SieversDriver core: change add_uevent_var to use a struct
next