summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-02Merge tag 'mac80211-next-for-davem-2018-03-02' of git://git.kernel.org/pub/sc...David S. Miller6-72/+128
2018-03-02cxgb4: remove dead code when allocating filterGanesh Goudar1-6/+0
2018-03-02net: Convert hwsim_net_opsKirill Tkhai1-0/+1
2018-03-02mac80211_hwsim: Make hwsim_netgroup IDAKirill Tkhai1-6/+8
2018-03-01Merge branch 'tcp_bbr-more-GSO-work'David S. Miller3-28/+26
2018-03-01tcp_bbr: remove bbr->tso_segs_goalEric Dumazet1-8/+4
2018-03-01tcp_bbr: better deal with suboptimal GSO (II)Eric Dumazet3-21/+23
2018-03-01socket: skip checking sk_err for recvmmsg(MSG_ERRQUEUE)Soheil Hassas Yeganeh1-4/+6
2018-03-01Merge branch 'net-phy-Reduce-duplication'David S. Miller6-73/+36
2018-03-01net: phy: marvell10g: Utilize gen10g_no_soft_reset()Florian Fainelli1-10/+1
2018-03-01net: phy: cortina: Utilize generic functionsFlorian Fainelli1-15/+3
2018-03-01net: phy: teranetics: Utilize generic functionsFlorian Fainelli1-27/+5
2018-03-01net: phy: Export gen10g_* functionsFlorian Fainelli2-7/+21
2018-03-01net: phy: aquantia: Utilize genphy_c45_aneg_done()Florian Fainelli1-14/+6
2018-03-01Merge branch 'mac89x0-fixes-and-cleanups'David S. Miller4-113/+53
2018-03-01net/mac89x0: Replace custom debug logging with netif_* callsFinn Thain1-32/+15
2018-03-01net/mac89x0: Fix and modernize log messagesFinn Thain1-10/+9
2018-03-01net/mac89x0: Convert to platform_driverFinn Thain4-43/+33
2018-03-01net/mac89x0: Remove redundant codeFinn Thain1-32/+0
2018-03-01Merge branch 'forwarding-selftest-fixes'David S. Miller8-33/+53
2018-03-01selftests: forwarding: Add description to the multipath testsDavid Ahern1-17/+20
2018-03-01selftests: forwarding: Use PING6 instead of ping for ipv6 multipath testDavid Ahern1-1/+1
2018-03-01selftests: forwarding: Handle 0 for packet difference in multipath testsDavid Ahern1-0/+7
2018-03-01selftests: forwarding: Only check tc version for tc testsDavid Ahern7-15/+25
2018-03-01fib_rules: FRA_GENERIC_POLICY updates for ip proto, sport and dport attrsRoopa Prabhu1-1/+5
2018-03-01ipv6: allow userspace to add IFA_F_OPTIMISTIC addressesSabrina Dubroca1-1/+34
2018-03-01net: Fix spelling mistake "greater then" -> "greater than"Gal Pressman2-2/+2
2018-03-01net: phylink: Remove redundant netdev.phydev assignmentRichard Cochran1-2/+0
2018-03-01Merge branch 'smc-link-layer-control-enhancements'David S. Miller8-138/+592
2018-03-01net/smc: prevent new connections on link groupKarsten Graul4-18/+12
2018-03-01net/smc: process add/delete link messagesKarsten Graul5-7/+223
2018-03-01net/smc: do not allow eyecatchers in rmbeKarsten Graul4-3/+27
2018-03-01net/smc: process confirm/delete rkey messagesKarsten Graul4-10/+186
2018-03-01net/smc: respond to test link messagesKarsten Graul2-1/+56
2018-03-01net/smc: remove unused fields from smc structuresKarsten Graul4-18/+8
2018-03-01net/smc: move netinfo function to file smc_clc.cKarsten Graul4-45/+45
2018-03-01net/smc: cleanup smc_llc.h and smc_clc.h headersStefan Raspl5-38/+37
2018-03-01Merge branch 'ipv4-ipv6-mcast-align'David S. Miller12-1172/+1249
2018-03-01ipmr, ip6mr: Unite dumproute flowsYuval Mintz4-239/+230
2018-03-01ip6mr: Remove MFC_NOTIFY and refactor flagsYuval Mintz4-15/+9
2018-03-01ipmr, ip6mr: Unite vif seq functionsYuval Mintz4-89/+76
2018-03-01ipmr, ip6mr: Unite mfc seq logicYuval Mintz4-178/+143
2018-03-01ipmr, ip6mr: Unite logic for searching in MFC cacheYuval Mintz4-117/+134
2018-03-01ipmr, ip6mr: Make mfc_cache a common structureYuval Mintz6-303/+312
2018-03-01ipmr, ip6mr: Unite creation of new mr_tableYuval Mintz4-37/+64
2018-03-01mroute*: Make mr_table a common structYuval Mintz6-187/+186
2018-03-01ip6mr: Align hash implementation to ipmrYuval Mintz2-159/+184
2018-03-01ip6mr: Make mroute_sk rcu-basedYuval Mintz3-22/+31
2018-03-01ipmr,ipmr6: Define a uniform vif_deviceYuval Mintz9-63/+117
2018-02-28Merge branch 'fib_rules-support-sport-dport-and-proto-match'David S. Miller14-31/+292