Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-17atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-11-30atm: mpoa: remove 32-bit timekeepingTina Ruchandani
2017-11-22net/atm/mpc: Avoid open-coded assignment of timer callback functionKees Cook
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-10-25net: atm/mpc: Stop using open-coded timer .data fieldKees Cook
2017-10-18net: atm: Convert timers to use timer_setup()Kees Cook
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-08-10net: atm: make atmdev_ops constBhumika Goyal
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-02-28lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2016-08-19net: atm: remove redundant null pointer check on dev->nameColin Ian King
2014-09-02net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller
2014-08-25net: Add ops->ndo_xmit_flush()David S. Miller
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-03-27atm: replace del_timer by del_timer_syncJulia Lawall
2014-01-22atm: Use ether_addr_copyJoe Perches
2013-05-29net: pass info struct via netdevice notifierJiri Pirko
2012-05-10atm: Convert compare_ether_addr to ether_addr_equalJoe Perches
2011-06-17net: Remove casts of void *Joe Perches
2011-05-26atm: Drop __TIME__ usageMichal Marek
2010-12-20net: kill unused macrosShan Wei
2010-10-11ATM: mpc, fix use after freeJiri Slaby
2010-05-18net: Remove unnecessary returns from void function()sJoe Perches
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-27net/atm: Cleanup dprint/ddprintk #defines and usesJoe Perches
2010-01-27net/atm/mpc.c: checkpatch cleanupsJoe Perches
2010-01-27net/atm: Convert printk to pr_<level>Joe Perches
2009-09-01convert ATM drivers to netdev_tx_tStephen Hemminger
2009-07-06net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy
2009-03-22atm: convert mpc device to using netdev_opsStephen Hemminger
2008-12-08netdevice: Kill netdev->privWang Chen
2008-11-13netdevice: safe convert to netdev_priv() #part-4Wang Chen
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison
2008-07-31atm: fix const assignment/discard warnings in the ATM networking driverDavid Howells
2008-07-20netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-03-25[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-01-09[ATM]: Check IP header validity in mpc_send_packetHerbert Xu
2007-10-11[NET]: Make the device list and device lookups per namespace.Eric W. Biederman
2007-10-11[NET]: Make device event notification network namespace safeEric W. Biederman
2007-04-26[NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, netMilind Arun Choudhary
2007-04-26[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-26[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-26[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo
2007-02-11[NET] ATM: Fix whitespace errors.YOSHIFUJI Hideaki
2006-12-03[ATM]: Use kmemdup & kzalloc where applicableArnaldo Carvalho de Melo
2006-12-03[ATM]: Annotations.Al Viro
2006-09-29[ATM]: use NIPQUAD instead of open-coding itAl Viro
2006-09-23[ATM]: proper prototypes in net/atm/mpc.h (and reduce ifdef clutter)Adrian Bunk
2006-07-22[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris