summaryrefslogtreecommitdiffstats
path: root/net (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-04sctp: factor out sctp_sendmsg_check_sflags from sctp_sendmsgXin Long1-36/+36
2018-03-04sctp: factor out sctp_sendmsg_new_asoc from sctp_sendmsgXin Long1-115/+86
2018-03-04sctp: factor out sctp_sendmsg_to_asoc from sctp_sendmsgXin Long1-131/+99
2018-03-02net/usb/kalmia: use ARRAY_SIZE for various array sizing calculationsColin Ian King1-4/+4
2018-03-02cxgb4: Add TP Congestion map entry for single-portGanesh Goudar1-0/+1
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-02tools: bpftool: add support for quotations in batch filesQuentin Monnet1-14/+51
2018-03-02tools: bpftool: read from stdin when batch file name is "-"Quentin Monnet1-2/+6
2018-03-02tools: bpftool: support continuation lines in batch filesQuentin Monnet1-4/+32
2018-03-02tools: bpftool: support comments in batch filesQuentin Monnet1-0/+5
2018-03-02tcp_bbr: remove bbr->tso_segs_goalEric Dumazet1-8/+4
2018-03-02tcp_bbr: better deal with suboptimal GSO (II)Eric Dumazet3-21/+23
2018-03-02tools: bpftool: add bash completion for CFG dumpQuentin Monnet1-4/+9
2018-03-02tools: bpftool: new command-line option and documentation for 'visual'Jiong Wang2-7/+23
2018-03-02tools: bpftool: generate .dot graph from CFG informationJiong Wang3-0/+147
2018-03-02tools: bpftool: add out edges for each basic-blockJiong Wang1-2/+160
2018-03-02tools: bpftool: partition basic-block for each function in the CFGJiong Wang1-1/+117
2018-03-02tools: bpftool: detect sub-programs from the eBPF sequenceJiong Wang2-0/+190
2018-03-02tools: bpftool: factor out xlated dump related code into separate fileJiong Wang3-254/+349
2018-03-02tools: bpftool: remove unnecessary 'if' to reduce indentationJiong Wang1-20/+18
2018-03-02socket: skip checking sk_err for recvmmsg(MSG_ERRQUEUE)Soheil Hassas Yeganeh1-4/+6
2018-03-02net: phy: marvell10g: Utilize gen10g_no_soft_reset()Florian Fainelli1-10/+1
2018-03-02net: phy: cortina: Utilize generic functionsFlorian Fainelli1-15/+3
2018-03-02net: phy: teranetics: Utilize generic functionsFlorian Fainelli1-27/+5
2018-03-02net: phy: Export gen10g_* functionsFlorian Fainelli2-7/+21
2018-03-02net: phy: aquantia: Utilize genphy_c45_aneg_done()Florian Fainelli1-14/+6
2018-03-02net/mac89x0: Replace custom debug logging with netif_* callsFinn Thain1-32/+15
2018-03-02net/mac89x0: Fix and modernize log messagesFinn Thain1-10/+9
2018-03-02net/mac89x0: Convert to platform_driverFinn Thain4-43/+33
2018-03-02net/mac89x0: Remove redundant codeFinn Thain1-32/+0
2018-03-02selftests: forwarding: Add description to the multipath testsDavid Ahern1-17/+20
2018-03-02selftests: forwarding: Use PING6 instead of ping for ipv6 multipath testDavid Ahern1-1/+1
2018-03-02selftests: forwarding: Handle 0 for packet difference in multipath testsDavid Ahern1-0/+7
2018-03-02selftests: forwarding: Only check tc version for tc testsDavid Ahern7-15/+25
2018-03-02fib_rules: FRA_GENERIC_POLICY updates for ip proto, sport and dport attrsRoopa Prabhu1-1/+5
2018-03-02samples/bpf: detach prog from cgroupPrashant Bhole2-0/+4
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-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-01ipmr, ip6mr: Unite dumproute flowsYuval Mintz4-239/+230