aboutsummaryrefslogtreecommitdiff
path: root/net/atm/lec.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-24net: atm: use address setting helpersGravatar Jakub Kicinski 1-3/+2
2021-10-14ethernet: replace netdev->dev_addr assignment loopsGravatar Jakub Kicinski 1-2/+1
2020-10-31net: atm: fix update of position index in lec_seq_nextGravatar Colin Ian King 1-3/+2
2020-09-18net: atm: delete duplicated wordsGravatar Randy Dunlap 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-06-13net: atm: Remove the error message according to the atomic contextGravatar Liao Pingfang 1-3/+1
2020-05-04atm: fix a memory leak of vcc->user_backGravatar Cong Wang 1-0/+6
2020-01-25net: atm: use %*ph to print small bufferGravatar Andy Shevchenko 1-56/+20
2019-12-12netdev: pass the stuck queue to the timeout handlerGravatar Michael S. Tsirkin 1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-05net: atm: clean up a range checkGravatar Dan Carpenter 1-3/+1
2019-04-16net: atm: Fix potential Spectre v1 vulnerabilitiesGravatar Gustavo A. R. Silva 1-1/+5
2018-06-17atm: Preserve value of skb->truesize when accounting to vccGravatar David Woodhouse 1-2/+1
2018-05-16proc: introduce proc_create_seq_privateGravatar Christoph Hellwig 1-13/+2
2018-05-04net: atm: Fix potential Spectre v1Gravatar Gustavo A. R. Silva 1-2/+7
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 1-1/+0
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsGravatar Kees Cook 1-3/+3
2017-10-18net: atm: Convert timers to use timer_setup()Gravatar Kees Cook 1-10/+9
2017-08-09net: atm: make atmdev_ops constGravatar Bhumika Goyal 1-1/+1
2017-07-04net, atm: convert lec_arp_table.usage from atomic_t to refcount_tGravatar Reshetova, Elena 1-3/+3
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tGravatar Reshetova, Elena 1-2/+2
2016-12-28net: atm: Fix warnings in net/atm/lec.c when !CONFIG_PROC_FSGravatar Augusto Mecking Caringi 1-0/+2
2016-12-17ATM: use designated initializersGravatar Kees Cook 1-3/+3
2016-10-20net: use core MTU range checking in WAN driversGravatar Jarod Wilson 1-10/+1
2016-09-10lec: use IS_ENABLED() instead of checking for built-in or moduleGravatar Javier Martinez Canillas 1-6/+6
2016-05-04treewide: replace dev->trans_start update with helperGravatar Florian Westphal 1-2/+2
2015-03-03atm: Use eth_<foo>_addr instead of memsetGravatar Joe Perches 1-2/+2
2014-08-21lec: Use rtnl lock/unlock when updating MTUGravatar chas williams - CONTRACTOR 1-0/+2
2014-08-13lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70aGravatar chas williams - CONTRACTOR 1-4/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 1-5/+5
2014-01-21net: Fix some fallout from the etner_addr_copy() changes.Gravatar David S. Miller 1-1/+1
2014-01-21atm: Use ether_addr_copyGravatar Joe Perches 1-4/+5
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-35/+31
2012-06-04net: Remove casts to same typeGravatar Joe Perches 1-1/+1
2012-06-04net: use consume_skb() in place of kfree_skb()Gravatar Eric Dumazet 1-2/+4
2012-05-15atm: remove the coupling to token ring supportGravatar Paul Gortmaker 1-130/+8
2012-05-09atm: Convert compare_ether_addr to ether_addr_equalGravatar Joe Perches 1-3/+3
2011-08-17net: remove use of ndo_set_multicast_list in driversGravatar Jiri Pirko 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-1/+1
2011-05-26atm: Drop __TIME__ usageGravatar Michal Marek 1-1/+1
2011-04-17atm: lec: Fix set-but-unused variables.Gravatar David S. Miller 1-4/+0
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+1
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Gravatar Tejun Heo 1-1/+1
2010-11-17net/atm: Remove unnecessary casts of netdev_privGravatar Joe Perches 1-2/+1
2010-08-19atm: remove a net_device_stats clearGravatar Eric Dumazet 1-1/+0
2010-05-17net: Remove unnecessary returns from void function()sGravatar Joe Perches 1-6/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-26net/atm/lec.c: Add __lec_arp_check_expire and other cleanupsGravatar Joe Perches 1-73/+80