summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-04-29selftests: net: tcp_mmap must use TCP_ZEROCOPY_RECEIVEEric Dumazet1-28/+38
2018-04-29tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet4-90/+116
2018-04-29Merge branch 'dsa-mv88e6xxx-remove-Global-2-setup'David S. Miller3-69/+65
2018-04-29net: dsa: mv88e6xxx: remove Global 2 setupVivien Didelot3-31/+0
2018-04-29net: dsa: mv88e6xxx: move device mapping setupVivien Didelot3-32/+44
2018-04-29net: dsa: mv88e6xxx: move trunk setupVivien Didelot3-6/+21
2018-04-28net: phy: Fix modular PHYLIB buildFlorian Fainelli3-61/+40
2018-04-27udp: remove stray export symbolWillem de Bruijn1-1/+0
2018-04-27ipv6: sr: Add documentation for seg_flowlabel sysctlAhmed Abdelsalam1-0/+13
2018-04-27drivers: net: replace UINT64_MAX with U64_MAXJisheng Zhang6-24/+7
2018-04-27ptp_pch: use helpers function for converting between ns and timespecYueHaibing1-5/+2
2018-04-27net: qrtr: Expose tunneling endpoint to user spaceBjorn Andersson3-0/+170
2018-04-27Merge branch 'selftests-Add-tests-for-mirroring-to-gretap'David S. Miller10-0/+1230
2018-04-27selftests: forwarding: Test changes in mirror-to-gretapPetr Machata1-0/+194
2018-04-27selftests: forwarding: Test neighbor updates when mirroring to gretapPetr Machata1-0/+101
2018-04-27selftests: forwarding: Test flower mirror to gretapPetr Machata1-0/+116
2018-04-27selftests: forwarding: Test mirror to gretap w/ bound devPetr Machata1-0/+213
2018-04-27selftests: forwarding: Test gretap mirror with next-hop remotePetr Machata1-0/+117
2018-04-27selftests: forwarding: Add test for mirror to gretapPetr Machata1-0/+139
2018-04-27selftests: forwarding: Add libs for gretap mirror testingPetr Machata4-0/+350
2018-04-27Merge branch 'bnxt_en-next'David S. Miller9-113/+433
2018-04-27bnxt_en: Reserve rings at driver open if none was reserved at probe time.Michael Chan1-0/+31
2018-04-27bnxt_en: Reserve RSS and L2 contexts for VF.Michael Chan3-5/+14
2018-04-27bnxt_en: Don't reserve rings on VF when min rings were not provisioned by PF.Michael Chan1-1/+26
2018-04-27bnxt_en: Reserve rings in bnxt_set_channels() if device is down.Michael Chan1-0/+2
2018-04-27bnxt_en: add debugfs support for DIMAndy Gospodarek5-0/+156
2018-04-27bnxt_en: reduce timeout on initial HWRM callsAndy Gospodarek2-3/+29
2018-04-27bnxt_en: Increase RING_IDLE minimum threshold to 50Andy Gospodarek1-1/+1
2018-04-27bnxt_en: Do not allow VF to read EEPROM.Michael Chan1-0/+5
2018-04-27bnxt_en: Display function level rx/tx_discard_pkts via ethtoolVasundhara Volam1-0/+33
2018-04-27bnxt_en: Simplify ring alloc/free error messages.Michael Chan1-37/+6
2018-04-27bnxt_en: Do not set firmware time from VF driver on older firmware.Michael Chan1-1/+2
2018-04-27bnxt_en: Check the lengths of encapsulated firmware responses.Michael Chan2-0/+21
2018-04-27bnxt_en: Remap TC to hardware queues when configuring PFC.Michael Chan1-41/+60
2018-04-27bnxt_en: Add TC to hardware QoS queue mapping logic.Michael Chan3-24/+47
2018-04-27hv_netvsc: simplify receive side calling argumentsStephen Hemminger1-32/+26
2018-04-27Merge branch 'sctp-refactor-MTU-handling'David S. Miller8-134/+105
2018-04-27sctp: allow unsetting sockopt MAXSEGMarcelo Ricardo Leitner1-7/+0
2018-04-27sctp: consider idata chunks when setting SCTP_MAXSEGMarcelo Ricardo Leitner1-3/+6
2018-04-27sctp: honor PMTU_DISABLED when handling icmpMarcelo Ricardo Leitner1-3/+5
2018-04-27sctp: re-use sctp_transport_pmtu in sctp_transport_routeMarcelo Ricardo Leitner2-22/+19
2018-04-27sctp: remove sctp_transport_pmtu_checkMarcelo Ricardo Leitner2-15/+0
2018-04-27sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner3-9/+12
2018-04-27sctp: remove sctp_assoc_pending_pmtuMarcelo Ricardo Leitner2-8/+4
2018-04-27sctp: introduce sctp_assoc_update_frag_pointMarcelo Ricardo Leitner5-39/+20
2018-04-27sctp: introduce sctp_mtu_payloadMarcelo Ricardo Leitner3-20/+31
2018-04-27sctp: introduce sctp_assoc_set_pmtuMarcelo Ricardo Leitner3-9/+15
2018-04-27sctp: remove an if() that is always trueMarcelo Ricardo Leitner1-4/+2
2018-04-27sctp: move transport pathmtu calc away of sctp_assoc_add_peerMarcelo Ricardo Leitner2-10/+7
2018-04-27sctp: remove old and unused SCTP_MIN_PMTUMarcelo Ricardo Leitner1-3/+2