aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-22net/atm/lec.c: drop code after returnJulia Lawall1-1/+0
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-4/+4
2008-07-30atm: fix const assignment/discard warnings in the ATM networking driverDavid Howells1-9/+13
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2-2/+2
2008-06-17atm: use const where reasonableMitchell Blank Jr6-51/+50
2008-06-16atm: [br2864] fix routed vcmux supportEric Kinzie1-32/+44
2008-06-16atm: [br2684] Fix oops due to skb->dev being NULLJorge Boncompte [DTI2]1-1/+1
2008-05-06Revert "atm: Do not free already unregistered net device."David S. Miller1-0/+2
2008-05-04atm: Bad locking on br2684_devs modifications.Pavel Emelyanov1-2/+2
2008-05-04atm: Do not free already unregistered net device.Pavel Emelyanov1-2/+0
2008-05-02atm: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev1-4/+2
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+19
2008-04-10[ATM]: Use SEQ_START_TOKENJoe Perches3-14/+15
2008-04-08[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller1-10/+19
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2-2/+2
2008-03-23Merge branch 'master' of ../net-2.6/David S. Miller2-3/+20
2008-03-23[ATM]: When proc_create() fails, do some error handling work and return -ENOMEM.Wang Chen2-3/+20
2008-02-29[ATM]: Use seq_open/release_privade instead of manual manipulations.Pavel Emelyanov2-52/+9
2008-02-28[IPV4]: Remove check for ifa->ifa_dev != NULL.Denis V. Lunev1-4/+0
2008-02-28[ATM]: Use proc_create() to setup ->proc_fops firstWang Chen5-14/+9
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-1/+1
2008-01-28[ATM]: Suppress some sparse warningsEric Dumazet3-1/+5
2008-01-28[ATM]: Simplify /proc/net/atm/arp openingDenis V. Lunev1-37/+5
2008-01-28[ATM]: Oops reading net/atm/arpDenis V. Lunev1-2/+2
2008-01-28[NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman1-1/+1
2008-01-28[ATM]: [br2864] whitespace cleanupChas Williams1-108/+114
2008-01-28[ATM]: [br2864] routed supportEric Kinzie1-32/+116
2008-01-28[ATM]: Convert struct class_device to struct deviceKay Sievers1-30/+36
2008-01-28[ATM]: atm is no longer experimentalRobert P. J. Day1-7/+6
2008-01-28[NETNS]: Modify the neighbour table code so it handles multiple network namespacesEric W. Biederman1-1/+14
2008-01-28[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov1-1/+1
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-3/+2
2008-01-09[ATM]: Check IP header validity in mpc_send_packetHerbert Xu1-0/+7
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1
2007-10-17[BR2684]: get rid of broken header code.Stephen Hemminger1-121/+0
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-5/+2
2007-10-10[NET]: sparse warning fixesStephen Hemminger1-1/+1
2007-10-10[ATM] net/atm/lec.c: printk warning fixAndrew Morton1-1/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2-28/+17
2007-10-10[NET]: all net/ cleanup with ARRAY_SIZEDenis Cheng1-1/+1
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman2-0/+7
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman4-9/+15
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-2/+3
2007-10-10[ATM]: Replace DPRINTK() with pr_debug().Stephen Hemminger8-182/+120
2007-08-13[ATM]: Clean up duplicate includes in net/atm/Jesper Juhl1-1/+0
2007-07-18[ATM]: Eliminate dead config variable CONFIG_BR2684_FAST_TRANS.Robert P. J. Day1-4/+0
2007-07-15fallout from constified seq_operationsAl Viro1-1/+1
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter5-8/+8