summaryrefslogtreecommitdiffstats
path: root/net/atm/mpc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-5/+6
|\
| * net: atm/mpc: Stop using open-coded timer .data fieldKees Cook2017-10-251-4/+6
| * net: atm: Convert timers to use timer_setup()Kees Cook2017-10-181-1/+0
* | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
|/
* net: atm: make atmdev_ops constBhumika Goyal2017-08-091-1/+1
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* net: atm: remove redundant null pointer check on dev->nameColin Ian King2016-08-181-1/+1
* net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller2014-09-011-1/+1
* net: Add ops->ndo_xmit_flush()David S. Miller2014-08-241-1/+1
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-3/+3
* atm: replace del_timer by del_timer_syncJulia Lawall2014-03-271-1/+1
* atm: Use ether_addr_copyJoe Perches2014-01-211-1/+1
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-4/+2
* atm: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-2/+1
* net: Remove casts of void *Joe Perches2011-06-161-1/+1
* 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
OpenPOWER on IntegriCloud