summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-08net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller3-5/+5
2020-05-08hsr: remove WARN_ONCE() in hsr_fill_frame_info()Taehee Yoo1-1/+1
2020-05-08net: dsa: introduce a dsa_port_from_netdev public helperVladimir Oltean1-0/+9
2020-05-07net: qrtr: Do not depend on ARCH_QCOMManivannan Sadhasivam1-1/+0
2020-05-07net: qrtr: Add MHI transport layerManivannan Sadhasivam3-0/+136
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller35-174/+316
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds32-163/+285
2020-05-07net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso1-2/+12
2020-05-07ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel2-0/+59
2020-05-07net: dsa: Do not leave DSA master with NULL netdev_opsFlorian Fainelli1-1/+2
2020-05-07net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_mirredVladimir Oltean1-5/+3
2020-05-07tcp: defer xmit timer reset in tcp_xmit_retransmit_queue()Eric Dumazet1-6/+10
2020-05-07tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet2-7/+5
2020-05-07seg6: fix SRH processing to comply with RFC8754Ahmed Abdelsalam1-2/+8
2020-05-07ipv6: Implement draft-ietf-6man-rfc4941bisFernando Gont1-52/+39
2020-05-07net: hsr: fix incorrect type usage for protocol variableMurali Karicheri1-1/+1
2020-05-06net: bridge: return false in br_mrp_enabled()Jason Yan1-1/+1
2020-05-05neigh: send protocol value in neighbor create notificationRoman Mashak1-3/+3
2020-05-05erspan: Add type I version 0 support.William Tu1-15/+43
2020-05-05net/smc: remove unused inline function smc_curs_readYueHaibing1-17/+0
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul8-20/+113
2020-05-05sch_choke: Remove classid from choke_skb_cb.David S. Miller1-1/+0
2020-05-05net: sched: choke: Remove unused inline function choke_set_classidYueHaibing1-5/+0
2020-05-04net: partially revert dynamic lockdep key changesCong Wang10-25/+204
2020-05-04atm: fix a memory leak of vcc->user_backCong Wang1-0/+6
2020-05-04atm: fix a UAF in lec_arp_clear_vccs()Cong Wang1-11/+11
2020-05-04devlink: let kernel allocate region snapshot idJakub Kicinski1-13/+44
2020-05-04devlink: factor out building a snapshot notificationJakub Kicinski1-11/+28
2020-05-04net_sched: sch_fq: add horizon attributeEric Dumazet1-5/+54
2020-05-04net_sched: fix tcm_parent in tc filter dumpCong Wang1-4/+4
2020-05-04net: sched: fallback to qdisc noqueue if default qdisc setup failJesper Dangaard Brouer1-3/+14
2020-05-04net/smc: save SMC-R peer link_uidKarsten Graul4-0/+13
2020-05-04net/smc: create improved SMC-R link_uidKarsten Graul4-5/+19
2020-05-04net/smc: improve termination processingKarsten Graul1-30/+31
2020-05-04net/smc: add termination reason and handle LLC protocol violationKarsten Graul4-2/+30
2020-05-04net/smc: asymmetric link taggingKarsten Graul3-9/+41
2020-05-04net/smc: assign link to a new connectionKarsten Graul1-19/+46
2020-05-04net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul3-0/+51
2020-05-04net/smc: wait for departure of an IB messageKarsten Graul3-0/+42
2020-05-04net/smc: handle incoming CDC validation messageKarsten Graul3-6/+48
2020-05-04net/smc: send failover validation messageKarsten Graul3-1/+27
2020-05-04net/smc: switch connections to alternate linkKarsten Graul6-9/+162
2020-05-04net/smc: save state of last sent CDC messageKarsten Graul2-0/+10
2020-05-04devlink: Fix reporter's recovery conditionAya Levin1-2/+5
2020-05-04tipc: fix partial topology connection closureTuong Lien1-2/+3
2020-05-04net: dsa: Do not make user port errors fatalFlorian Fainelli1-1/+1
2020-05-04net/smc: enqueue local LLC messagesKarsten Graul3-2/+33
2020-05-04net/smc: delete link processing as SMC serverKarsten Graul1-0/+72
2020-05-04net/smc: delete link processing as SMC clientKarsten Graul1-0/+72
2020-05-04net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul3-34/+45