aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm/mpc.c
Commit message (Expand)AuthorAgeFilesLines
* atm: Drop __TIME__ usageMichal Marek2011-05-261-1/+1
* net: kill unused macrosShan Wei2010-12-191-2/+0
* ATM: mpc, fix use after freeJiri Slaby2010-10-111-1/+1
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-32/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net/atm: Cleanup dprint/ddprintk #defines and usesJoe Perches2010-01-261-75/+78
* net/atm/mpc.c: checkpatch cleanupsJoe Perches2010-01-261-193/+252
* net/atm: Convert printk to pr_<level>Joe Perches2010-01-261-1/+3
* convert ATM drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+4
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* atm: convert mpc device to using netdev_opsStephen Hemminger2009-03-211-18/+14
* netdevice: Kill netdev->privWang Chen2008-12-081-2/+2
* netdevice: safe convert to netdev_priv() #part-4Wang Chen2008-11-121-5/+5
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-311-12/+14
* 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-191-1/+1
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* [ATM]: Check IP header validity in mpc_send_packetHerbert Xu2008-01-091-0/+7
* [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-101-0/+4
* [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, netMilind Arun Choudhary2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-4/+7
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [NET] ATM: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-65/+65
* [ATM]: Use kmemdup & kzalloc where applicableArnaldo Carvalho de Melo2006-12-021-2/+1
* [ATM]: Annotations.Al Viro2006-12-021-13/+13
* [ATM]: use NIPQUAD instead of open-coding itAl Viro2006-09-281-9/+4
* [ATM]: proper prototypes in net/atm/mpc.h (and reduce ifdef clutter)Adrian Bunk2006-09-221-11/+0
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [ATM]: atm/mpc.c warning fixAndrew Morton2006-06-261-2/+1
* [ATM]: fix broken uses of NIPQUAD in net/atmAl Viro2006-06-201-10/+3
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-111-0/+1
* [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn2006-01-101-1/+1
* [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-091-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1514