summaryrefslogtreecommitdiffstats
path: root/net/atm/mpc.c
Commit message (Expand)AuthorAge
* atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse2018-06-16
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* atm: mpoa: remove 32-bit timekeepingTina Ruchandani2017-11-30
* net/atm/mpc: Avoid open-coded assignment of timer callback functionKees Cook2017-11-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-15
|\
| * net: atm/mpc: Stop using open-coded timer .data fieldKees Cook2017-10-25
| * net: atm: Convert timers to use timer_setup()Kees Cook2017-10-18
* | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-05
|/
* net: atm: make atmdev_ops constBhumika Goyal2017-08-10
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-01
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-27
* net: atm: remove redundant null pointer check on dev->nameColin Ian King2016-08-19
* net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller2014-09-01
* net: Add ops->ndo_xmit_flush()David S. Miller2014-08-25
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* atm: replace del_timer by del_timer_syncJulia Lawall2014-03-27
* atm: Use ether_addr_copyJoe Perches2014-01-21
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* atm: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-09
* net: Remove casts of void *Joe Perches2011-06-16
* atm: Drop __TIME__ usageMichal Marek2011-05-26
* net: kill unused macrosShan Wei2010-12-20
* ATM: mpc, fix use after freeJiri Slaby2010-10-11
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-18
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* net/atm: Cleanup dprint/ddprintk #defines and usesJoe Perches2010-01-27
* net/atm/mpc.c: checkpatch cleanupsJoe Perches2010-01-27
* net/atm: Convert printk to pr_<level>Joe Perches2010-01-27
* convert ATM drivers to netdev_tx_tStephen Hemminger2009-09-01
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-05
* atm: convert mpc device to using netdev_opsStephen Hemminger2009-03-21
* netdevice: Kill netdev->privWang Chen2008-12-08
* netdevice: safe convert to netdev_priv() #part-4Wang Chen2008-11-13
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-31
* atm: fix const assignment/discard warnings in the ATM networking driverDavid Howells2008-07-30
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-20
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
* [ATM]: Check IP header validity in mpc_send_packetHerbert Xu2008-01-09
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-10
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-10
* [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, netMilind Arun Choudhary2007-04-26
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-26
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-26
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-26
* [NET] ATM: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-11
* [ATM]: Use kmemdup & kzalloc where applicableArnaldo Carvalho de Melo2006-12-03
* [ATM]: Annotations.Al Viro2006-12-03
* [ATM]: use NIPQUAD instead of open-coding itAl Viro2006-09-28
* [ATM]: proper prototypes in net/atm/mpc.h (and reduce ifdef clutter)Adrian Bunk2006-09-22
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-21