aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm
Commit message (Expand)AuthorAgeFilesLines
* Subject: [PATCH] br2684: restore net_dev initializationRabin Vincent2009-05-021-0/+1
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-312-2/+0
* atm: convert clip driver to net_device_opsStephen Hemminger2009-03-211-3/+6
* atm: convert mpc device to using netdev_opsStephen Hemminger2009-03-212-19/+18
* atm: lec use dev_change_mtuStephen Hemminger2009-03-211-1/+1
* lec: convert to net_device_opsStephen Hemminger2009-01-211-9/+11
* lec: convert to internal network_device_statsStephen Hemminger2009-01-212-28/+17
* clip: convert to internal network_device_statsStephen Hemminger2009-01-211-18/+12
* br2684: convert to net_device_opsStephen Hemminger2009-01-211-9/+11
* atm: br2684 internal statsStephen Hemminger2009-01-211-23/+15
* netdevice: Kill netdev->privWang Chen2008-12-081-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-051-1/+5
|\
| * ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc tableChas Williams2008-12-041-1/+5
* | atm: 32-bit ioctl compatibilityDavid Woodhouse2008-12-036-27/+135
* | netdevice: safe convert to netdev_priv() #part-4Wang Chen2008-11-123-22/+24
* | net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-1/+1
* | net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-313-21/+27
* | net: convert print_mac to %pMJohannes Berg2008-10-272-24/+7
|/
* net/atm/lec.c: drop code after returnJulia Lawall2008-09-221-1/+0
* net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo2008-09-201-4/+4
* atm: fix const assignment/discard warnings in the ATM networking driverDavid Howells2008-07-301-9/+13
* 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