summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: dynamically allocate fqdir structuresEric Dumazet2019-05-2611-63/+78
* net: add a net pointer to struct fqdirEric Dumazet2019-05-265-24/+17
* net: rename inet_frags_init_net() to fdir_init()Eric Dumazet2019-05-265-9/+6
* ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_tableEric Dumazet2019-05-261-11/+6
* netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysct...Eric Dumazet2019-05-261-12/+7
* ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]Eric Dumazet2019-05-261-10/+5
* ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]Eric Dumazet2019-05-261-12/+6
* net: rename struct fqdir fieldsEric Dumazet2019-05-269-92/+92
* net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet2019-05-266-11/+11
* inet: rename netns_frags to fqdirEric Dumazet2019-05-269-60/+61
* net: phy: tja11xx: Add TJA11xx PHY driverMarek Vasut2019-05-263-0/+430
* Merge branch 'net-hns3-add-aRFS-feature-and-fix-FEC-bugs-for-HNS3-driver'David S. Miller2019-05-264-60/+404
|\
| * net: hns3: fix for FEC configurationJian Shen2019-05-261-0/+7
| * net: hns3: add aRFS support for PFJian Shen2019-05-264-0/+238
| * net: hns3: refine the flow director handleJian Shen2019-05-262-32/+112
| * net: hns3: initialize CPU reverse mappingJian Shen2019-05-261-29/+48
|/
* Merge branch 'ath79-add-ag71xx-support'David S. Miller2019-05-266-1/+1987
|\
| * net: ethernet: add ag71xx driverOleksij Rempel2019-05-263-1/+1908
| * MIPS: ath79: ar9331: add Ethernet nodesOleksij Rempel2019-05-262-0/+34
| * dt-bindings: net: add qca,ar71xx.txt documentationOleksij Rempel2019-05-261-0/+45
|/
* Merge branch 'qed-Improve-performance-on-100G-link-for-offload-protocols'David S. Miller2019-05-2628-622/+1810
|\
| * qedf: Use hwfns and affin_hwfn_idx to get MSI-X vector index to useChad Dupuis2019-05-261-11/+28
| * qedi: Use hwfns and affin_hwfn_idx to get MSI-X vector indexManish Rangankar2019-05-261-6/+26
| * Revert "scsi: qedi: Allocate IRQs based on msix_cnt"Manish Rangankar2019-05-261-1/+1
| * qed*: Add iWARP 100g supportMichal Kalderon2019-05-263-0/+46
| * qed: Add qed devlink parameters tableMichal Kalderon2019-05-262-0/+113
| * qed: Set the doorbell address correctlyMichal Kalderon2019-05-262-12/+19
| * qedr: Change the MSI-X vectors selection to be based on affined engineMichal Kalderon2019-05-263-4/+11
| * qed: Modify offload protocols to use the affined engineMichal Kalderon2019-05-264-189/+273
| * qed*: Change hwfn used for sb initializationMichal Kalderon2019-05-264-23/+40
| * qed: Add llh ppfid interface and 100g support for offload protocolsMichal Kalderon2019-05-2611-339/+1203
| * qed: Modify api for performing a dmae to another PFMichal Kalderon2019-05-268-39/+52
|/
* Merge branch 'net-mvpp2-Classifier-updates-RSS'David S. Miller2019-05-254-48/+326
|\
| * net: mvpp2: cls: Support steering to RSS contextsMaxime Chevallier2019-05-251-4/+54
| * net: mvpp2: cls: Extract the RSS context when parsing the ethtool ruleMaxime Chevallier2019-05-251-0/+6
| * net: mvpp2: cls: Use RSS contexts to handle RSS tablesMaxime Chevallier2019-05-254-41/+255
| * net: mvpp2: cls: Bypass C2 internals FIFOs at initMaxime Chevallier2019-05-252-0/+8
| * net: mvpp2: cls: Use the correct number of rules in various placesMaxime Chevallier2019-05-253-4/+4
|/
* flow_offload: use struct_size() in kzalloc()Gustavo A. R. Silva2019-05-251-2/+1
* Merge branch 'net-stmmac-Improvements-and-Selftests'David S. Miller2019-05-2421-23/+1029
|\
| * net: stmmac: Prevent missing interrupts when running NAPIJose Abreu2019-05-241-0/+3
| * net: stmmac: dwmac4/5: Clear unused address entriesJose Abreu2019-05-241-2/+8
| * net: stmmac: dwxgmac2: Do not disable whole RX in dma_stop_rx()Jose Abreu2019-05-241-4/+0
| * net: stmmac: dwmac4/5: Do not disable whole RX in dma_stop_rx()Jose Abreu2019-05-241-4/+0
| * net: stmmac: dwmac4/5: Fix Hash FilterJose Abreu2019-05-242-0/+3
| * net: stmmac: dwmac1000: Clear unused address entriesJose Abreu2019-05-241-0/+6
| * net: stmmac: dwmac1000: Fix Hash FilterJose Abreu2019-05-241-0/+1
| * net: stmmac: Introduce selftests supportJose Abreu2019-05-245-0/+889
| * net: stmmac: dwxgmac2: Also pass control frames while in promisc modeJose Abreu2019-05-242-1/+2
| * net: stmmac: dwmac4/5: Also pass control frames while in promisc modeJose Abreu2019-05-242-1/+2