aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/platforms/iss/network.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-14xtensa: iss: fix handling error cases in iss_net_configure()Yang Yingliang1-17/+15
2022-07-14xtensa: iss/network: provide release() callbackMax Filippov1-0/+10
2022-07-14xtensa: iss/network: drop 'devices' listMax Filippov1-18/+3
2022-05-01xtensa: iss: extract and constify network callbacksMax Filippov1-19/+28
2022-05-01xtensa: iss: clean up per-device locking in network driverMax Filippov1-21/+18
2022-05-01xtensa: iss: replace iss_net_set_mac with eth_mac_addrMax Filippov1-14/+1
2022-05-01xtensa: iss: drop opened_list logic from the network driverMax Filippov1-39/+14
2022-03-25Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-2/+2
2022-03-06net: xtensa: use strscpy to copy stringsJason Wang1-2/+2
2022-03-04net: xtensa: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2021-10-29net: xtensa: use eth_hw_addr_set()Jakub Kicinski1-1/+2
2021-10-02arch: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-1/+1
2018-01-29Merge tag 'xtensa-20180129' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-8/+6
2017-12-16xtensa: clean up custom-controlled debug outputMax Filippov1-8/+6
2017-11-02xtensa: Convert timers to use timer_setup()Kees Cook1-8/+5
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-07-13xtensa: ISS: add missing va_end into split_if_specMax Filippov1-2/+6
2015-06-16xtensa: don't use module_init for non-modular core network.c codePaul Gortmaker1-3/+1
2015-04-13xtensa: ISS: fix locking in TAP network adapterMax Filippov1-14/+15
2014-01-14xtensa: ISS: raise network polling rate to 10 times/secMax Filippov1-1/+1
2014-01-14xtensa: ISS: avoid simple_strtoul usageMax Filippov1-11/+11
2014-01-14xtensa: ISS: clean up diagnostic, increase verbosityMax Filippov1-11/+12
2014-01-14xtensa: ISS: always use fixed tuntap configMax Filippov1-14/+8
2014-01-14xtensa: ISS: enable iss_net_set_macMax Filippov1-3/+2
2014-01-14xtensa: ISS: drop IP setup, clean up MAC setupMax Filippov1-46/+31
2014-01-14xtensa: ISS: init network interface name before the probeMax Filippov1-7/+7
2014-01-14xtensa: ISS: fix command line parameter nameMax Filippov1-1/+1
2014-01-14xtensa: ISS: clean up iss-network driverMax Filippov1-124/+52
2013-10-16xtensa: Cocci spatch "noderef"Thomas Meyer1-1/+2
2013-06-05xtensa: ISS: fix section mismatch in iss_net_setupMax Filippov1-1/+1
2012-10-03xtensa: ISS: fix __simc implementationMax Filippov1-49/+0
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2010-05-02xtensa: Fix the network driver for the simulator targetChris Zankel1-8/+14
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6Linus Torvalds1-2/+2
2008-12-04xtensa: Kill directly reference of netdev->privWang Chen1-8/+8
2008-12-04xtensa: Update platform files to reflect new location of the header files.Chris Zankel1-2/+2
2008-11-06xtensa: move headers files to arch/xtensa/includeChris Zankel1-1/+1
2008-10-27net: convert more to %pMJohannes Berg1-4/+1
2008-10-14xtensa: use newer __SPIN_LOCK_UNLOCKED macroRobert P. J. Day1-1/+1
2008-02-13[XTENSA] Prevent inlining ISS platform asm constructsMarc Gauthier1-0/+1
2008-02-13[XTENSA] Concentrate platforms into one platforms directory.Chris Zankel1-0/+822