summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: sched: protect against stack overflow in TC act_mirredJohn Hurley2019-06-281-0/+14
* net: sched: refactor reinsert actionJohn Hurley2019-06-284-6/+5
* ipv4: enable route flushing in network namespacesChristian Brauner2019-06-281-4/+8
* Merge tag 'batadv-next-for-davem-20190627v2' of git://git.open-mesh.org/linux...David S. Miller2019-06-2840-457/+1035
|\
| * batman-adv: mcast: apply optimizations for routable packets, tooLinus Lüssing2019-06-271-18/+241
| * batman-adv: mcast: detect, distribute and maintain multicast router presenceLinus Lüssing2019-06-274-54/+399
| * batman-adv: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-278-144/+39
| * batman-adv: mcast: avoid redundant multicast TT entries with bridgesLinus Lüssing2019-06-271-6/+27
| * batman-adv: mcast: collect softif listeners from IP lists insteadLinus Lüssing2019-06-271-49/+143
| * batman-adv: mcast: shorten multicast tt/tvlv worker spinlock sectionLinus Lüssing2019-05-253-151/+164
| * batman-adv: Use includes instead of fwdeclsSven Eckelmann2019-05-2528-80/+60
| * batman-adv: Add missing include for atomic functionsSven Eckelmann2019-05-252-0/+2
| * batman-adv: Fix includes for *_MAX constantsSven Eckelmann2019-05-255-0/+5
| * batman-adv: Start new development cycleSimon Wunderlich2019-05-211-1/+1
* | Merge branch 'hns3-next'David S. Miller2019-06-2813-91/+184
|\ \
| * | net: hns3: optimize the CSQ cmd error handlingPeng Li2019-06-282-8/+26
| * | net: hns3: remove RXD_VLD check in hns3_handle_bdinfoYunsheng Lin2019-06-283-12/+0
| * | net: hns3: remove unused linkmode definitionJian Shen2019-06-281-19/+0
| * | net: hns3: fix a statistics issue about l3l4 checksum errorYufeng Mo2019-06-281-1/+1
| * | net: hns3: handle empty unknown interruptHuazhong Tan2019-06-281-5/+10
| * | net: hns3: re-schedule reset task while VF reset failHuazhong Tan2019-06-282-8/+23
| * | net: hns3: add Asym Pause support to fix autoneg problemYonglong Liu2019-06-282-0/+8
| * | net: hns3: fix a -Wformat-nonliteral compile warningYonglong Liu2019-06-281-2/+1
| * | net: hns3: add some error checking in hclge_tm moduleYunsheng Lin2019-06-281-1/+5
| * | net: hns3: change SSU's buffer allocation according to UMYunsheng Lin2019-06-283-5/+64
| * | net: hns3: enable DCB when TC num is one and pfc_en is non-zeroYunsheng Lin2019-06-283-2/+20
| * | net: hns3: fix __QUEUE_STATE_STACK_XOFF not cleared issueHuazhong Tan2019-06-281-28/+26
|/ /
* | Merge branch 'Better-PHYLINK-compliance-for-SJA1105-DSA'David S. Miller2019-06-281-2/+54
|\ \
| * | net: dsa: sja1105: Mark in-band AN modes not supported for PHYLINKVladimir Oltean2019-06-281-0/+5
| * | net: dsa: sja1105: Check for PHY mode mismatches with what PHYLINK reportsVladimir Oltean2019-06-281-0/+44
| * | net: dsa: sja1105: Don't check state->link in phylink_mac_configVladimir Oltean2019-06-281-4/+7
|/ /
* | hinic: reduce rss_init stack usageArnd Bergmann2019-06-281-7/+13
* | Merge branch 'stmmac-10GbE-using-XGMAC'David S. Miller2019-06-287-56/+176
|\ \
| * | net: stmmac: Update Kconfig entryJose Abreu2019-06-281-1/+1
| * | net: stmmac: Only disable interrupts if NAPI is scheduledJose Abreu2019-06-281-5/+5
| * | net: stmmac: Update RX Tail Pointer to last free entryJose Abreu2019-06-281-0/+2
| * | net: stmmac: Enable support for > 32 Bits addressing in XGMACJose Abreu2019-06-285-15/+66
| * | net: stmmac: Do not disable interrupts when cleaning TXJose Abreu2019-06-281-5/+3
| * | net: stmmac: Add the missing speeds that XGMAC supportsJose Abreu2019-06-284-23/+86
| * | net: stmmac: dwxgmac: Fix the undefined burst settingJose Abreu2019-06-281-3/+3
| * | net: stmmac: Decrease default RX Watchdog valueJose Abreu2019-06-282-3/+3
| * | net: stmmac: Do not try to enable PHY EEE if MAC does not support itJose Abreu2019-06-281-1/+1
| * | net: stmmac: dwxgmac: Enable EDMA by defaultJose Abreu2019-06-282-0/+6
|/ /
* | net: stmmac: Fix case when PHY handle is not presentJose Abreu2019-06-281-2/+6
* | sis900: remove TxIDLESergej Benilov2019-06-281-12/+12
* | tipc: add dst_cache support for udp mediaXin Long2019-06-281-25/+47
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-28101-276/+719
|\ \
| * \ Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-06-288-14/+19
| |\ \
| | * | clk: socfpga: stratix10: fix divider entry for the emac clocksDinh Nguyen2019-06-251-2/+2
| | * | clk: Do a DT parent lookup even when index < 0Stephen Boyd2019-06-171-1/+1