summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-11net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig4-40/+39
2020-05-11net/scm: cleanup scm_detach_fdsChristoph Hellwig1-43/+51
2020-05-11net: add a CMSG_USER_DATA macroChristoph Hellwig1-2/+2
2020-05-11net: dsa: tag_sja1105: Constify dsa_device_opsFlorian Fainelli1-1/+1
2020-05-11net: dsa: ocelot: Constify dsa_device_opsFlorian Fainelli1-1/+1
2020-05-10net: dsa: sja1105: implement cross-chip bridging operationsVladimir Oltean1-0/+151
2020-05-10net: dsa: introduce a dsa_switch_find functionVladimir Oltean1-0/+21
2020-05-10net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean3-8/+37
2020-05-10net: bridge: allow enslaving some DSA master network devicesVladimir Oltean3-13/+48
2020-05-10net: phy: Send notifier when starting the cable testAndrew Lunn1-0/+41
2020-05-10net: ethtool: Add helpers for reporting test resultsAndrew Lunn1-1/+52
2020-05-10net: ethtool: Add infrastructure for reporting cable test resultsAndrew Lunn1-0/+55
2020-05-10net: ethtool: Make helpers publicAndrew Lunn2-2/+4
2020-05-10net: ethtool: netlink: Add support for triggering a cable testAndrew Lunn5-1/+62
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed1-0/+22
2020-05-08ipv6: use DST_NOCOUNT in ip6_rt_pcpu_alloc()Eric Dumazet1-1/+1
2020-05-08ieee802154: 6lowpan: remove unnecessary comparisonYang Yingliang1-1/+1
2020-05-08net/dst: use a smaller percpu_counter batch for dst entries accountingEric Dumazet2-4/+7
2020-05-07net: relax SO_TXTIME CAP_NET_ADMIN checkEric Dumazet1-10/+18
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet4-13/+13
2020-05-07netpoll: netpoll_send_skb() returns transmit statusEric Dumazet1-4/+7
2020-05-07netpoll: move netpoll_send_skb() out of lineEric Dumazet1-2/+11
2020-05-07netpoll: remove dev argument from netpoll_send_skb_on_dev()Eric Dumazet1-4/+6
2020-05-07net/smc: remove set but not used variables 'del_llc, del_llc_resp'YueHaibing1-7/+1
2020-05-07tcp: tcp_mark_head_lost is only valid for sack-tcpzhang kai1-25/+7
2020-05-07net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller3-5/+5
2020-05-07hsr: remove WARN_ONCE() in hsr_fill_frame_info()Taehee Yoo1-1/+1
2020-05-07net: 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-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller35-174/+316
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds32-163/+285
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso1-2/+12
2020-05-06ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel2-0/+59
2020-05-06net: dsa: Do not leave DSA master with NULL netdev_opsFlorian Fainelli1-1/+2
2020-05-06net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_mirredVladimir Oltean1-5/+3
2020-05-06tcp: defer xmit timer reset in tcp_xmit_retransmit_queue()Eric Dumazet1-6/+10
2020-05-06tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet2-7/+5
2020-05-06seg6: fix SRH processing to comply with RFC8754Ahmed Abdelsalam1-2/+8
2020-05-06ipv6: Implement draft-ietf-6man-rfc4941bisFernando Gont1-52/+39
2020-05-06net: 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