summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-28cxgb4: Delete all hash and TCAM filters before resource cleanupVishal Kulkarni2-11/+33
2019-04-28net: dsa: mv88e6xxx: Remove legacy probe supportAndrew Lunn1-70/+1
2019-04-28Merge branch 'mv88e6060-cleanups'David S. Miller2-66/+67
2019-04-28net: dsa: mv88e6060: Replace REG_READ macroAndrew Lunn1-13/+7
2019-04-28net: dsa: mv88e6060: Replace REG_WRITE macroAndrew Lunn1-32/+41
2019-04-28net: dsa: mv88e6060: Replace ds with privAndrew Lunn2-21/+23
2019-04-28net: dsa: mv88e6060: Add SPDX headerAndrew Lunn1-5/+1
2019-04-28ibmvnic: Add device identification to requested IRQsMurilo Fossa Vicentini2-4/+11
2019-04-28cpsw: Put back cpsw_ndo_poll_controller()David S. Miller1-0/+12
2019-04-28Merge branch 'net-ethernet-ti-clean-up-and-optimizations'David S. Miller25-1639/+1868
2019-04-28net: ethernet: ti: cpsw: move ethtool func in separate fileGrygorii Strashko4-725/+769
2019-04-28net: ethernet: ti: cpsw: switch to use mac sl apiGrygorii Strashko4-42/+34
2019-04-28net: ethernet: ti: cpsw: introduce mac sl module apiGrygorii Strashko2-0/+401
2019-04-28net: ethernet: ti: cpsw: move common hw init code in separate funcGrygorii Strashko4-102/+139
2019-04-28net: ethernet: ti: davinci_cpdma: use dma_addr_t for desc_mem_phys and desc_h...Grygorii Strashko1-2/+2
2019-04-28net: ethernet: ti: cpsw: move cpsw definitions in priv headerGrygorii Strashko2-426/+438
2019-04-28net: ethernet: ti: cpsw: refactor probe to group common hw initializationGrygorii Strashko1-116/+97
2019-04-28net: ethernet: ti: davinci_mdio: use devm_ioremap()Grygorii Strashko1-1/+1
2019-04-28net: ethernet: ti: ale: do not auto delete mcast super entriesGrygorii Strashko1-0/+3
2019-04-28net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac modeGrygorii Strashko3-14/+20
2019-04-28net: ethernet: ti: ale: use define for host port in cpsw_ale_set_allmulti()Grygorii Strashko1-2/+2
2019-04-28net: ethernet: ti: ale: fix mcast super settingGrygorii Strashko1-1/+1
2019-04-28net: ethernet: ti: cpsw: drop cpsw_tx_packet_submit()Grygorii Strashko1-12/+3
2019-04-28net: ethernet: ti: cpsw: use devm_alloc_etherdev_mqs()Grygorii Strashko1-12/+6
2019-04-28net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state callGrygorii Strashko1-3/+0
2019-04-28net: ethernet: ti: cpsw: use local var dev in probeGrygorii Strashko1-32/+33
2019-04-28net: ethernet: ti: cpsw: update cpsw_split_res() to accept cpsw_commonGrygorii Strashko1-8/+6
2019-04-28net: ethernet: ti: cpsw: drop CONFIG_TI_CPSW_ALE config optionGrygorii Strashko3-28/+2
2019-04-28net: ethernet: ti: cpsw: drop TI_DAVINCI_CPDMA config optionGrygorii Strashko3-43/+3
2019-04-28net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko18-180/+18
2019-04-28Merge branch 'strict-netlink-validation'David S. Miller163-923/+1764
2019-04-28genetlink: optionally validate strictly/dumpsJohannes Berg37-3/+405
2019-04-28netlink: add strict parsing for future attributesJohannes Berg2-0/+22
2019-04-28netlink: re-add parse/validate functions in strict modeJohannes Berg2-0/+106
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg145-933/+1233
2019-04-28netlink: add NLA_MIN_LENJohannes Berg2-2/+13
2019-04-28Merge branch 'nla_nest_start'David S. Miller114-494/+565
2019-04-28net: fix two coding style issuesMichal Kubecek2-3/+4
2019-04-28ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek4-28/+25
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek111-466/+539
2019-04-27Merge branch 'net-tls-small-code-cleanup'David S. Miller3-50/+38
2019-04-27net/tls: byte swap device req TCP seq no upon settingJakub Kicinski2-2/+2
2019-04-27net/tls: move definition of tls ops into net/tls.hJakub Kicinski2-22/+18
2019-04-27net/tls: remove old exports of sk_destruct functionsJakub Kicinski2-20/+17
2019-04-27net/tls: don't log errors every time offload can't proceedJakub Kicinski1-6/+1
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller36-360/+1465
2019-04-26Merge branch 'hns3-next'David S. Miller10-55/+69
2019-04-26net: hns3: remove reset after command send failedWeihang Li1-10/+0
2019-04-26net: hns3: prevent double free in hns3_put_ring_config()Huazhong Tan1-5/+5
2019-04-26net: hns3: extend the loopback state acquisition timeliuzhongzhu1-2/+2