summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/core: Add new basic hardware counterEelco Chaudron2018-09-243-19/+59
* Merge branch 'mvpp2-Add-txq-to-CPU-mapping'David S. Miller2018-09-242-1/+9
|\
| * net: mvpp2: use round-robin scheduling for TX queues on the same CPUMaxime Chevallier2018-09-242-0/+4
| * net: mvpp2: support XPS by mapping TX queues to CPUsMaxime Chevallier2018-09-241-1/+5
|/
* mlxsw: Make MLXSW_SP1_FWREV_MINOR a hard requirementPetr Machata2018-09-231-1/+4
* Merge branch 'hv_netvsc-Support-LRO-RSC-in-the-vSwitch'David S. Miller2018-09-225-39/+194
|\
| * hv_netvsc: Update document for LRO/RSC supportHaiyang Zhang2018-09-221-0/+9
| * hv_netvsc: Add handler for LRO setting changeHaiyang Zhang2018-09-223-3/+42
| * hv_netvsc: Add support for LRO/RSC in the vSwitchHaiyang Zhang2018-09-224-38/+145
|/
* Merge branch 'net-dsa-b53-SGMII-modes-fixes'David S. Miller2018-09-212-5/+7
|\
| * net: dsa: b53: Also include SGMII for mac_config and mac_link_stateFlorian Fainelli2018-09-211-4/+6
| * net: dsa: b53: Fix B53_SERDES_DIGITAL_CONTROL offsetFlorian Fainelli2018-09-211-1/+1
|/
* net: dsa: b53: Don't assign autonegotiation enabledFlorian Fainelli2018-09-211-4/+1
* decnet: Remove unnecessary check for dev->nameNathan Chancellor2018-09-211-1/+1
* selftests/net: add ipv6 tests to ip_defrag selftestPeter Oskolkov2018-09-212-98/+190
* net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov2018-09-213-3/+0
* ipv6: discard IP frag queue on more errorsPeter Oskolkov2018-09-211-5/+6
* net/ipv4: avoid compile error in fib_info_nh_uses_devEric Dumazet2018-09-211-1/+1
* Merge branch 'tcp-switch-to-Early-Departure-Time-model'David S. Miller2018-09-2113-128/+103
|\
| * net_sched: sch_fq: remove dead code dealing with retransmitsEric Dumazet2018-09-211-53/+5
| * tcp: switch tcp_internal_pacing() to tcp_wstamp_nsEric Dumazet2018-09-211-13/+4
| * tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet2018-09-213-17/+33
| * tcp: switch internal pacing timer to CLOCK_TAIEric Dumazet2018-09-212-2/+2
| * tcp: provide earliest departure time in skb->tstampEric Dumazet2018-09-216-14/+13
| * tcp: add tcp_wstamp_ns socket fieldEric Dumazet2018-09-213-11/+19
| * net_sched: sch_fq: switch to CLOCK_TAIEric Dumazet2018-09-211-3/+3
| * tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet2018-09-216-17/+26
| * tcp: switch tcp_clock_ns() to CLOCK_TAI baseEric Dumazet2018-09-211-1/+1
|/
* Merge branch 'hns3-next'David S. Miller2018-09-219-107/+120
|\
| * net: hns3: Remove redundant hclge_get_port_type()Peng Li2018-09-212-23/+0
| * net: hns3: Fix speed/duplex information loss problem when executing ethtool e...Fuyun Liang2018-09-211-27/+39
| * net: hns3: Add get_media_type ops support for VFPeng Li2018-09-213-0/+13
| * net: hns3: Remove print messages for error packetJian Shen2018-09-211-5/+0
| * net: hns3: Add unlikely for dma_mapping_error checkJian Shen2018-09-211-1/+1
| * net: hns3: Add nic state check before calling netif_tx_wake_queueJian Shen2018-09-211-1/+3
| * net: hns3: Add handle for default caseJian Shen2018-09-215-6/+20
| * net: hns3: Unify the prefix of vf functionsJian Shen2018-09-211-2/+2
| * net: hns3: Fix tqp array traversal condition for vfJian Shen2018-09-211-26/+24
| * net: hns3: Adjust prefix of tx/rx statistic namesJian Shen2018-09-213-9/+9
| * net: hns3: Unify the type convert for desc.dataJian Shen2018-09-212-5/+5
| * net: hns3: Fix ets validate issueJian Shen2018-09-211-2/+4
|/
* dt-bindings: net: ravb: Add support for r8a7744 SoCBiju Das2018-09-211-0/+1
* ravb: Disable Pause AdvertisementAndrew Lunn2018-09-211-1/+3
* Merge branch 'net-if_arp-use-define-instead-of-hard-coded-value'David S. Miller2018-09-211-9/+9
|\
| * net: if_arp: use define instead of hard-coded valueHåkon Bugge2018-09-211-1/+1
| * net: if_arp: Fix incorrect indentsHåkon Bugge2018-09-211-9/+9
|/
* net/tls: Add support for async encryption of records for performanceVakul Garg2018-09-213-188/+522
* net: freescale: fix return type of ndo_start_xmit functionYueHaibing2018-09-215-6/+10
* net: micrel: fix return type of ndo_start_xmit functionYueHaibing2018-09-212-3/+3
* net: phy: mdio-bcm-unimac: Allow configuring MDIO clock dividerFlorian Fainelli2018-09-212-2/+84