summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-30netfilter: use macros to create module aliases.Flavio Leitner
2019-04-30netfilter: conntrack: limit sysctl setting for boolean optionsTonghao Zhang
2019-04-30netfilter: nf_tables: drop include of module.h from nf_tables.hPaul Gortmaker
2019-04-30netfilter: nf_tables: fix implicit include of module.hPaul Gortmaker
2019-04-30netfilter: nf_tables: relocate header content to consumerPaul Gortmaker
2019-04-29net: phy: micrel: make sure the factory test bit is clearedAntoine Tenart
2019-04-28net: phy: avoid unneeded MDIO reads in genphy_read_statusHeiner Kallweit
2019-04-28Merge branch 'dsa-tag-modules'David S. Miller
2019-04-28dsa: Allow tag drivers to be built as modulesAndrew Lunn
2019-04-28dsa: tag_brcm: Avoid unused symbolsAndrew Lunn
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn
2019-04-28dsa: Make use of the list of tag driversAndrew Lunn
2019-04-28dsa: Add stub tag driver put methodAndrew Lunn
2019-04-28dsa: Rename dsa_resolve_tag_protocol() to _get ready for lockingAndrew Lunn
2019-04-28dsa: Register the none tagger opsAndrew Lunn
2019-04-28dsa: Keep link list of tag driversAndrew Lunn
2019-04-28dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn
2019-04-28dsa: Add TAG protocol to tag opsAndrew Lunn
2019-04-28dsa: Add MODULE_LICENSE to tag driversAndrew Lunn
2019-04-28dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn
2019-04-28dsa: Move tagger name into its ops structureAndrew Lunn
2019-04-28dsa: Add SPDX header to tag drivers.Andrew Lunn
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-27cxgb4: Delete all hash and TCAM filters before resource cleanupVishal Kulkarni
2019-04-27net: dsa: mv88e6xxx: Remove legacy probe supportAndrew Lunn
2019-04-27Merge branch 'mv88e6060-cleanups'David S. Miller
2019-04-27net: dsa: mv88e6060: Replace REG_READ macroAndrew Lunn
2019-04-27net: dsa: mv88e6060: Replace REG_WRITE macroAndrew Lunn
2019-04-27net: dsa: mv88e6060: Replace ds with privAndrew Lunn
2019-04-27net: dsa: mv88e6060: Add SPDX headerAndrew Lunn
2019-04-27ibmvnic: Add device identification to requested IRQsMurilo Fossa Vicentini
2019-04-27cpsw: Put back cpsw_ndo_poll_controller()David S. Miller
2019-04-27Merge branch 'net-ethernet-ti-clean-up-and-optimizations'David S. Miller
2019-04-27net: ethernet: ti: cpsw: move ethtool func in separate fileGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: switch to use mac sl apiGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: introduce mac sl module apiGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: move common hw init code in separate funcGrygorii Strashko
2019-04-27net: ethernet: ti: davinci_cpdma: use dma_addr_t for desc_mem_phys and desc_h...Grygorii Strashko
2019-04-27net: ethernet: ti: cpsw: move cpsw definitions in priv headerGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: refactor probe to group common hw initializationGrygorii Strashko
2019-04-27net: ethernet: ti: davinci_mdio: use devm_ioremap()Grygorii Strashko
2019-04-27net: ethernet: ti: ale: do not auto delete mcast super entriesGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac modeGrygorii Strashko
2019-04-27net: ethernet: ti: ale: use define for host port in cpsw_ale_set_allmulti()Grygorii Strashko
2019-04-27net: ethernet: ti: ale: fix mcast super settingGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: drop cpsw_tx_packet_submit()Grygorii Strashko
2019-04-27net: ethernet: ti: cpsw: use devm_alloc_etherdev_mqs()Grygorii Strashko
2019-04-27net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state callGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: use local var dev in probeGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: update cpsw_split_res() to accept cpsw_commonGrygorii Strashko