aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm/mpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-17atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse1-2/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2017-11-30atm: mpoa: remove 32-bit timekeepingTina Ruchandani1-4/+5
2017-11-21net/atm/mpc: Avoid open-coded assignment of timer callback functionKees Cook1-2/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+6
2017-10-25net: atm/mpc: Stop using open-coded timer .data fieldKees Cook1-4/+6
2017-10-18net: atm: Convert timers to use timer_setup()Kees Cook1-1/+0
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-08-09net: atm: make atmdev_ops constBhumika Goyal1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2016-08-18net: atm: remove redundant null pointer check on dev->nameColin Ian King1-1/+1
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller1-1/+1
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-3/+3
2014-03-27atm: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-01-21atm: Use ether_addr_copyJoe Perches1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-4/+2
2012-05-09atm: Convert compare_ether_addr to ether_addr_equalJoe Perches1-2/+1
2011-06-16net: Remove casts of void *Joe Perches1-1/+1
2011-05-26atm: Drop __TIME__ usageMichal Marek1-1/+1
2010-12-19net: kill unused macrosShan Wei1-2/+0
2010-10-11ATM: mpc, fix use after freeJiri Slaby1-1/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-32/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-26net/atm: Cleanup dprint/ddprintk #defines and usesJoe Perches1-75/+78
2010-01-26net/atm/mpc.c: checkpatch cleanupsJoe Perches1-193/+252
2010-01-26net/atm: Convert printk to pr_<level>Joe Perches1-1/+3
2009-09-01convert ATM drivers to netdev_tx_tStephen Hemminger1-2/+4
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-03-21atm: convert mpc device to using netdev_opsStephen Hemminger1-18/+14
2008-12-08netdevice: Kill netdev->privWang Chen1-2/+2
2008-11-12netdevice: safe convert to netdev_priv() #part-4Wang Chen1-5/+5
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison1-12/+14
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 Hideaki1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-01-09[ATM]: Check IP header validity in mpc_send_packetHerbert Xu1-0/+7
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. Biederman1-0/+4
2007-04-26[NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, netMilind Arun Choudhary1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-4/+7
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-02-10[NET] ATM: Fix whitespace errors.YOSHIFUJI Hideaki1-65/+65
2006-12-02[ATM]: Use kmemdup & kzalloc where applicableArnaldo Carvalho de Melo1-2/+1
2006-12-02[ATM]: Annotations.Al Viro1-13/+13
2006-09-28[ATM]: use NIPQUAD instead of open-coding itAl Viro1-9/+4
2006-09-22[ATM]: proper prototypes in net/atm/mpc.h (and reduce ifdef clutter)Adrian Bunk1-11/+0
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1