summaryrefslogtreecommitdiffstats
path: root/net/atm
Commit message (Expand)AuthorAgeFilesLines
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-192-2/+2
* atm: use const where reasonableMitchell Blank Jr2008-06-176-51/+50
* atm: [br2864] fix routed vcmux supportEric Kinzie2008-06-161-32/+44
* atm: [br2684] Fix oops due to skb->dev being NULLJorge Boncompte [DTI2]2008-06-161-1/+1
* Revert "atm: Do not free already unregistered net device."David S. Miller2008-05-061-0/+2
* atm: Bad locking on br2684_devs modifications.Pavel Emelyanov2008-05-041-2/+2
* atm: Do not free already unregistered net device.Pavel Emelyanov2008-05-041-2/+0
* atm: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-021-4/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-10/+19
|\
| * [NET]: Undo code bloat in hot paths due to print_mac().David S. Miller2008-04-081-10/+19
* | [ATM]: Use SEQ_START_TOKENJoe Perches2008-04-103-14/+15
* | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-262-2/+2
* | Merge branch 'master' of ../net-2.6/David S. Miller2008-03-232-3/+20
|\ \ | |/
| * [ATM]: When proc_create() fails, do some error handling work and return -ENOMEM.Wang Chen2008-03-232-3/+20
* | [ATM]: Use seq_open/release_privade instead of manual manipulations.Pavel Emelyanov2008-02-292-52/+9
* | [IPV4]: Remove check for ifa->ifa_dev != NULL.Denis V. Lunev2008-02-281-4/+0
|/
* [ATM]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-285-14/+9
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-281-1/+1
* [ATM]: Suppress some sparse warningsEric Dumazet2008-01-283-1/+5
* [ATM]: Simplify /proc/net/atm/arp openingDenis V. Lunev2008-01-281-37/+5
* [ATM]: Oops reading net/atm/arpDenis V. Lunev2008-01-281-2/+2
* [NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman2008-01-281-1/+1
* [ATM]: [br2864] whitespace cleanupChas Williams2008-01-281-108/+114
* [ATM]: [br2864] routed supportEric Kinzie2008-01-281-32/+116
* [ATM]: Convert struct class_device to struct deviceKay Sievers2008-01-281-30/+36
* [ATM]: atm is no longer experimentalRobert P. J. Day2008-01-281-7/+6
* [NETNS]: Modify the neighbour table code so it handles multiple network names...Eric W. Biederman2008-01-281-1/+14
* [NET]: Name magic constants in sock_wake_async()Pavel Emelyanov2008-01-281-1/+1
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-3/+2
* [ATM]: Check IP header validity in mpc_send_packetHerbert Xu2008-01-091-0/+7
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [BR2684]: get rid of broken header code.Stephen Hemminger2007-10-171-121/+0
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-5/+2
* [NET]: sparse warning fixesStephen Hemminger2007-10-101-1/+1
* [ATM] net/atm/lec.c: printk warning fixAndrew Morton2007-10-101-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-102-28/+17
* [NET]: all net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-101-1/+1
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+1
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-102-0/+7
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-104-9/+15
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-2/+3
* [ATM]: Replace DPRINTK() with pr_debug().Stephen Hemminger2007-10-108-182/+120
* [ATM]: Clean up duplicate includes in net/atm/Jesper Juhl2007-08-131-1/+0
* [ATM]: Eliminate dead config variable CONFIG_BR2684_FAST_TRANS.Robert P. J. Day2007-07-181-4/+0
* fallout from constified seq_operationsAl Viro2007-07-151-1/+1
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-105-8/+8
* [ATM] br2684: Use seq_list_xxx helpersPavel Emelianov2007-07-101-18/+4
* [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, netMilind Arun Choudhary2007-04-264-4/+4
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-253-9/+12
OpenPOWER on IntegriCloud