summaryrefslogtreecommitdiff
path: root/arch/xtensa/platforms/iss/network.c
AgeCommit message (Expand)Author
2023-09-20xtensa: iss/network: make functions staticRandy Dunlap
2023-07-10xtensa: ISS: fix call to split_if_specMax Filippov
2023-07-10xtensa: ISS: add comment about etherdev freeingMax Filippov
2022-07-14xtensa: iss: fix handling error cases in iss_net_configure()Yang Yingliang
2022-07-14xtensa: iss/network: provide release() callbackMax Filippov
2022-07-14xtensa: iss/network: drop 'devices' listMax Filippov
2022-05-01xtensa: iss: extract and constify network callbacksMax Filippov
2022-05-01xtensa: iss: clean up per-device locking in network driverMax Filippov
2022-05-01xtensa: iss: replace iss_net_set_mac with eth_mac_addrMax Filippov
2022-05-01xtensa: iss: drop opened_list logic from the network driverMax Filippov
2022-03-25Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2022-03-06net: xtensa: use strscpy to copy stringsJason Wang
2022-03-04net: xtensa: Use netif_rx().Sebastian Andrzej Siewior
2021-10-29net: xtensa: use eth_hw_addr_set()Jakub Kicinski
2021-10-02arch: use eth_hw_addr_set()Jakub Kicinski
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-01-29Merge tag 'xtensa-20180129' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2017-12-16xtensa: clean up custom-controlled debug outputMax Filippov
2017-11-02xtensa: Convert timers to use timer_setup()Kees Cook
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-07-13xtensa: ISS: add missing va_end into split_if_specMax Filippov
2015-06-16xtensa: don't use module_init for non-modular core network.c codePaul Gortmaker
2015-04-13xtensa: ISS: fix locking in TAP network adapterMax Filippov
2014-01-14xtensa: ISS: raise network polling rate to 10 times/secMax Filippov
2014-01-14xtensa: ISS: avoid simple_strtoul usageMax Filippov
2014-01-14xtensa: ISS: clean up diagnostic, increase verbosityMax Filippov
2014-01-14xtensa: ISS: always use fixed tuntap configMax Filippov
2014-01-14xtensa: ISS: enable iss_net_set_macMax Filippov
2014-01-14xtensa: ISS: drop IP setup, clean up MAC setupMax Filippov
2014-01-14xtensa: ISS: init network interface name before the probeMax Filippov
2014-01-14xtensa: ISS: fix command line parameter nameMax Filippov
2014-01-14xtensa: ISS: clean up iss-network driverMax Filippov
2013-10-16xtensa: Cocci spatch "noderef"Thomas Meyer
2013-06-05xtensa: ISS: fix section mismatch in iss_net_setupMax Filippov
2012-10-03xtensa: ISS: fix __simc implementationMax Filippov
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2010-05-02xtensa: Fix the network driver for the simulator targetChris Zankel
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6Linus Torvalds
2008-12-04xtensa: Kill directly reference of netdev->privWang Chen
2008-12-04xtensa: Update platform files to reflect new location of the header files.Chris Zankel
2008-11-06xtensa: move headers files to arch/xtensa/includeChris Zankel
2008-10-27net: convert more to %pMJohannes Berg
2008-10-14xtensa: use newer __SPIN_LOCK_UNLOCKED macroRobert P. J. Day
2008-02-13[XTENSA] Prevent inlining ISS platform asm constructsMarc Gauthier