aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/atm/lec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-05net: fill in MODULE_DESCRIPTION()s for ATMJakub Kicinski1-0/+1
2021-10-24net: atm: use address setting helpersJakub Kicinski1-3/+2
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski1-2/+1
2020-10-31net: atm: fix update of position index in lec_seq_nextColin Ian King1-3/+2
2020-09-18net: atm: delete duplicated wordsRandy Dunlap1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-13net: atm: Remove the error message according to the atomic contextLiao Pingfang1-3/+1
2020-05-04atm: fix a memory leak of vcc->user_backCong Wang1-0/+6
2020-01-25net: atm: use %*ph to print small bufferAndy Shevchenko1-56/+20
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-05net: atm: clean up a range checkDan Carpenter1-3/+1
2019-04-16net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-1/+5
2018-06-17atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse1-2/+1
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig1-13/+2
2018-05-04net: atm: Fix potential Spectre v1Gustavo A. R. Silva1-2/+7
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-3/+3
2017-10-18net: atm: Convert timers to use timer_setup()Kees Cook1-10/+9
2017-08-09net: atm: make atmdev_ops constBhumika Goyal1-1/+1
2017-07-04net, atm: convert lec_arp_table.usage from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-2/+2
2016-12-28net: atm: Fix warnings in net/atm/lec.c when !CONFIG_PROC_FSAugusto Mecking Caringi1-0/+2
2016-12-17ATM: use designated initializersKees Cook1-3/+3
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson1-10/+1
2016-09-10lec: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-6/+6
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2015-03-03atm: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2014-08-21lec: Use rtnl lock/unlock when updating MTUchas williams - CONTRACTOR1-0/+2
2014-08-13lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70achas williams - CONTRACTOR1-4/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-5/+5
2014-01-21net: Fix some fallout from the etner_addr_copy() changes.David S. Miller1-1/+1
2014-01-21atm: Use ether_addr_copyJoe Perches1-4/+5
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-35/+31
2012-06-04net: Remove casts to same typeJoe Perches1-1/+1
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet1-2/+4
2012-05-15atm: remove the coupling to token ring supportPaul Gortmaker1-130/+8
2012-05-09atm: Convert compare_ether_addr to ether_addr_equalJoe Perches1-3/+3
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+1
2011-05-26atm: Drop __TIME__ usageMichal Marek1-1/+1
2011-04-17atm: lec: Fix set-but-unused variables.David S. Miller1-4/+0
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()Tejun Heo1-1/+1
2010-11-17net/atm: Remove unnecessary casts of netdev_privJoe Perches1-2/+1
2010-08-19atm: remove a net_device_stats clearEric Dumazet1-1/+0
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-6/+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