kernel: add CONFIG_SSB_HOST_SOC symbol
[openwrt.git] / target / linux / generic / files /
2015-10-26 blogicgeneric: fix adm6996 init
2015-09-25 rmileckikernel: crypto: fix ubsec_ssb.c compilation with 4.0+
2015-09-11 nbdmvsw61xx: match swconfig function names
2015-09-11 nbdmvsw61xx: use standard swconfig get_port_link
2015-09-11 nbdyaffs2: remove __TIME__ __DATE__ macros
2015-08-21 kalozPreviously, all VLANs (port-based or 802.1q) were sharing
2015-08-17 blogicgeneric: crypto: remove IRQF_DISABLED
2015-08-15 haukekernel: yaffs2: update to version from 2015-06-02
2015-07-15 nbdar8216: add swconfig attributes for ARL table flushing
2015-07-15 nbdar8216: adjust ATU flushing in case of link changes
2015-07-15 nbdar8216: add ARL table flushing per port
2015-07-15 nbdar8216: add reading ARL table for AR8216/AR8236/AR8316
2015-07-14 blogicbuild: Prevent more gzip timestamps
2015-07-03 haukekernel: b53: fix build with brcm47xx
2015-06-21 rmileckib53: Allow using all 8 ports on BCM53011
2015-06-14 nbdar8216: Fix problem with AR8337 MAC swap handling
2015-06-10 jogob53: fix memory out of bounds access on 64 bit targets
2015-06-10 jogob53: widen stp state mask to 3 bits (instead of 2)
2015-05-12 rmileckib53: Allow using all ports on BCM53012
2015-04-12 rmileckib53: improve overriding CPU port state on BCM5301X
2015-04-10 jogob53: clean up code to match kernel style better
2015-04-10 jogob53: define registers available and needed on BCM5301X
2015-03-31 juhosgkernel: update yaffs code to the latest version
2015-03-18 jogob53: reverse duplex bit meaning for IMP state override...
2015-03-15 blogickernel: mtdsplit: add support for FIT image
2015-03-15 jogob53: global config is part of the management page,...
2015-03-06 blogicswconfig: fix build with linux 4.0
2015-02-27 jogob53: fix mmap register read/writes > 32 bit
2015-02-14 nicogeneric: ocf: irq compat stuff is not needed anymore
2015-02-12 rmileckikernel: mtdsplit_uimage: fix passed info about buf...
2015-02-12 rmileckikernel: mtdsplit_uimage: read more data to match Edimax...
2015-02-12 rmileckikernel: mtdsplit_uimage: use separated buffer for readi...
2015-02-12 rmileckikernel: mtdsplit_uimage: add parser for Edimax devices
2015-02-12 rmileckimtdsplit_uimage: more generic header verify function
2015-02-09 blogickernel: fix compile error inside adm6996.c
2015-02-02 blogicar71xx: Revert "added board support for compex wpj558"
2015-02-02 blogicadded board support for compex wpj558
2015-01-30 blogicar71xx: add Netgear WNR1000v2/WNR1000v2-VC support...
2015-01-24 nbdar8216: prefix mii_xxx functions to avoid kernel namesp...
2015-01-24 nbdar8216: add swconfig attribute to display ARL table...
2015-01-24 nbdar8216: decrease page switch wait time
2015-01-24 nbdar8216: add link change detection for switch ports
2015-01-24 nbdar8216: fix ATU flushing
2015-01-18 nbdar8216: display flow control info in swconfig get_link...
2015-01-18 nbdar8216: add 802.3az EEE info to swconfig get_link attribute
2015-01-18 nbdar8216: introduce enable_eee swconfig attribute to...
2015-01-17 blogicar8216: introduce ar8xxx_reg_clear complementing ar8xxx...
2015-01-17 blogicar8216: replace ar8xxx_rmw with ar8xxx_reg_set where...
2015-01-17 blogicar8216: define all switch_addr structs as const
2015-01-11 lukamvsw61xx: track and set per-VLAN port state in STU
2015-01-11 lukamvsw61xx: clean up and expand register definitions
2015-01-11 lukamvsw61xx: rework chip recognition
2015-01-11 lukamvsw6171: rename to 'mvsw61xx'
2015-01-05 nbdar8216: factor out AR8327/AR8337-specific driver code...
2015-01-05 nbdar8216: move definitions from ar8216.c to ar8216.h...
2015-01-02 nbdkernel: add mtd split support for trx images
2015-01-02 nbdkernel: add a mtdsplit implementation for tp-link firmw...
2015-01-02 nbdkernel: move mtdsplit files to drivers/mtd/mtdsplit...
2014-12-22 nbdkernel: remove openwrt micrel.c (replaced by upstream...
2014-12-19 lukamvsw6171: note support for 88E6172 switches
2014-12-18 nbdar8216: Inline function ar8xxx_create_mii
2014-12-18 nbdar8216: Remove read/write/rmw member functions from...
2014-12-18 nbdar8216: Create helpers mii_read32 / mii_write32 for...
2014-12-18 nbdar8216: Factor out chip-specific parameters from ar8xxx...
2014-12-18 nbdar8216: remove unused function parameter in ar8327_led_...
2014-12-12 nbdar8216: enable cpu port to receive arp and broadcast...
2014-12-01 blogickernel: add driver for Marvell 88E6171 switch
2014-12-01 blogicar8216: factor out reg_port_stats_base parameters to...
2014-12-01 blogicar8216: factor out mii_lo_first to ar8xxx_chip
2014-12-01 blogicar8216: factor out chip-specific data structures from...
2014-12-01 blogicar8216: factor out set_mirror_regs to ar8xxx_chip
2014-12-01 blogicar8216: factor out mib_func to ar8xxx_chip
2014-12-01 blogicar8216: factor out info whether switch should be config...
2014-11-27 nbdar8216: suppress PHY reset for linux 3.14
2014-11-24 nbdar8216: Fix issue with autoneg being disabled under...
2014-11-20 nbdar8216: Use generic hw_init from ar8236 for ar8216 too
2014-11-20 nbdar8216: simplify PHY fixup/init
2014-11-19 nbdar8216: use genphy_config_aneg also for PHY 0
2014-11-19 nbdar8216: factor out PHY init code into a generic function
2014-11-19 nbdar8216: introduce fixup_phys callback in ar8xxx_chip
2014-11-19 nbdar8216: after a switch reset poll until BCMR_RESET...
2014-11-19 nbdar8216: introduce global constant for number of PHYs
2014-11-14 blogicar8216: fix "unused variable" compiler warning
2014-11-03 blogicar71xx: add support for Netgear WNR2000v4
2014-10-29 blogicswconfig: last vs tail
2014-10-29 blogicswconfig: "swconfig list" shows devices in reverse...
2014-10-02 nbdar8216: set the pvid based on runtime state instead...
2014-09-23 nbdar71xx: ar8216: tagged+untagged on ar8327 (#12181)
2014-09-23 nbdar71xx: ar8216: move policies, pvid to setup_port
2014-08-25 blogickernel: add own Kconfig for OpenWrt mtdsplit drivers
2014-07-14 blogicar8216: add new phyid 0x004dd043 (ar8326)
2014-07-10 nbdar8216: disable EEE by default on AR8327 to fix stabili...
2014-07-06 haukeb53: hardcode reset GPIO for Linksys WRT300N 1.1
2014-07-05 haukeadm6996: the GPIO interface for the adm6996l does not...
2014-06-21 kaloz[ledtrig-netdev]: coding style cleanups, drop old kerne...
2014-05-24 jowRevert "ar71xx: Fix tagged+untagged operation on AR8327...
2014-05-20 nbdmac80211: update to wireless-testing 2014-05-19
2014-05-19 jowar71xx: Fix tagged+untagged operation on AR8327N (...
2014-05-08 haukekernel: fix warning in swconfig.c with kernel 3.14
2014-05-08 haukekernel/generic: modify mtd related patches for 3.14
next