aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-11PCI: add USR vendor id and use it in r8169 and w6692 driverHeiner Kallweit3-4/+3
2018-11-11net_sched: sch_fq: add dctcp-like markingEric Dumazet2-0/+24
2018-11-11tcp: tsq: no longer use limit_output_bytes for paced flowsEric Dumazet3-5/+6
2018-11-11Merge branch 'tcp-tso-defer-improvements'David S. Miller1-5/+13
2018-11-11tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffiesEric Dumazet1-2/+5
2018-11-11tcp: refine tcp_tso_should_defer() after EDT adoptionEric Dumazet1-3/+4
2018-11-11tcp: do not try to defer skbs with eor mark (MSG_EOR)Eric Dumazet1-0/+4
2018-11-11tcp: minor optimization in tcp ack fast path processingYafang Shao1-3/+4
2018-11-11Merge branch 'mv88e6xxx-Support-more-SERDES-interfacxes'David S. Miller5-17/+54
2018-11-11net: dsa: mv88e6xxx: Add support for SERDES on ports 2-8 for 6390XAndrew Lunn3-11/+25
2018-11-11net: dsa: mv88e6xxx: Default ports 9/10 6390X CMODE to 1000BaseXAndrew Lunn1-3/+6
2018-11-11net: dsa: mv88e6xxx: Differentiate between 6390 and 6390X cmodesAndrew Lunn3-2/+22
2018-11-11net: dsa: mv88e6xxx: Group cmode ops togetherAndrew Lunn1-3/+3
2018-11-11Merge branch 'net-phy-convert-advertise-and-supported-to-linkmode'David S. Miller41-370/+769
2018-11-11net: phy: Add support for resolving 5G and 2.5G autonegAndrew Lunn1-0/+8
2018-11-11net: phy: Add more link modes to the settings tableAndrew Lunn1-4/+158
2018-11-11net: phy: Fixup kerneldoc markup.Andrew Lunn1-1/+1
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn10-41/+72
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn39-330/+536
2018-11-11net: phy: remove states PHY_STARTING and PHY_PENDINGHeiner Kallweit2-27/+2
2018-11-11documentation of some IP/ICMP snmp countersyupeng2-0/+223
2018-11-11tipc: improve broadcast retransmission algorithmLUU Duc Canh2-46/+14
2018-11-11Merge branch 'net-sched-indirect-tc-block-cb-registration'David S. Miller11-161/+531
2018-11-11nfp: flower: remove unnecessary code in flow lookupJohn Hurley3-14/+6
2018-11-11nfp: flower: remove TC egdev offloadsJohn Hurley4-78/+17
2018-11-11nfp: flower: offload tunnel decap rules via indirect TC blocksJohn Hurley3-4/+144
2018-11-11nfp: flower: increase scope of netdev checking functionsJohn Hurley3-31/+29
2018-11-11nfp: flower: allow non repr netdev offloadJohn Hurley4-39/+49
2018-11-11net: sched: register callbacks for indirect tc block bindsJohn Hurley3-1/+292
2018-11-11Merge branch 'PHYID-matching-macros'David S. Miller2-19/+14
2018-11-11net: phy: realtek: use new PHYID matching macrosHeiner Kallweit1-19/+10
2018-11-11net: phy: add macros for PHYID matchingHeiner Kallweit1-0/+4
2018-11-11Merge branch 'phylib-simplifications'David S. Miller3-61/+17
2018-11-11net: phy: improve and inline phy_changeHeiner Kallweit1-32/+15
2018-11-11net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit3-17/+1
2018-11-11net: phy: don't set state PHY_CHANGELINK in phy_changeHeiner Kallweit2-13/+2
2018-11-11Merge branch 'remove-PHY_HAS_INTERRUPT'David S. Miller30-123/+12
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit29-121/+6
2018-11-11net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_interruptHeiner Kallweit1-2/+6
2018-11-10sctp: Fix SKB list traversal in sctp_intl_store_ordered().David S. Miller1-5/+12
2018-11-10sctp: Fix SKB list traversal in sctp_intl_store_reasm().David S. Miller1-5/+12
2018-11-10iucv: Remove SKB list assumptions.David S. Miller1-26/+15
2018-11-10brcmfmac: Use standard SKB list accessors in brcmf_sdiod_sglist_rw.David S. Miller1-63/+74
2018-11-10OVS: remove VLAN_TAG_PRESENT - fixupMichał Mirosław1-1/+1
2018-11-09infiniband: nes: Fix more direct skb list accesses.David S. Miller1-2/+2
2018-11-09net: phy: leds: Don't make our own link speed namesKyle Roeschley2-14/+3
2018-11-09net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit2-7/+7
2018-11-09Merge branch 'dpaa2-eth-defer-probe-on-object-allocate'David S. Miller2-11/+26
2018-11-09dpaa2-ptp: defer probe when portal allocation failedIoana Ciornei1-1/+4
2018-11-09dpaa2-eth: defer probe on object allocateIoana Ciornei1-10/+22