summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-03-12ptp_pch: Remove unused function 'pch_ch_control_read()'Lee Jones2-12/+0
2021-03-12net: dsa: bcm_sf2: setup BCM4908 internal crossbarRafał Miłecki3-0/+53
2021-03-12net: dsa: bcm_sf2: store PHY interface/mode in port structureRafał Miłecki2-4/+13
2021-03-12net: ipv4: route.c: Fix indentation of multi line comment.Shubhankar Kuranagatti1-48/+49
2021-03-12net: broadcom: bcm4908_enet: support TX interruptRafał Miłecki1-35/+103
2021-03-12dt-bindings: net: bcm4908-enet: add optional TX interruptRafał Miłecki1-4/+13
2021-03-12Merge branch 'macb-fixed-link-fixes'David S. Miller2-0/+44
2021-03-12net: macb: Disable PCS auto-negotiation for SGMII fixed-link modeRobert Hancock2-0/+30
2021-03-12net: macb: poll for fixed link state in SGMII modeRobert Hancock1-0/+14
2021-03-12Merge tag 'mlx5-updates-2021-03-12' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller12-55/+107
2021-03-12net/mlx5e: Allow to match on ICMP parametersMaor Dickman2-0/+49
2021-03-12net/mlx5: CT: Add support for mirroringPaul Blakey2-9/+14
2021-03-12net/mlx5: Display the command index in command mailbox dumpAlaa Hleihel1-14/+18
2021-03-12net/mlx5e: allocate 'indirection_rqt' buffer dynamicallyArnd Bergmann1-3/+13
2021-03-12net/mlx5e: Dump ICOSQ WQE descriptor on CQE with error eventsTariq Toukan1-0/+1
2021-03-12net/mlx5e: Use net_prefetchw instead of prefetchw in MPWQE TX datapathMaxim Mikityanskiy1-1/+1
2021-03-12net/mlx5e: Remove redundant newline in NL_SET_ERR_MSG_MODRoi Dayan1-2/+2
2021-03-12net/mlx5: Read congestion counters from all ports when lag is activeMark Zhang1-1/+1
2021-03-12net/mlx5: remove unneeded semicolonJiapeng Chong1-1/+1
2021-03-12net/mlx5: use kvfree() for memory allocated with kvzalloc()Junlin Yang1-5/+5
2021-03-12net/mlx5: DR, Add missing vhca_id consume from STEv1Yevgeny Kliteynik1-0/+1
2021-03-12net/mlx5: DR, Remove unneeded rx_decap_l3 function for STEv1Yevgeny Kliteynik1-18/+0
2021-03-12net/mlx5: DR, Fixed typo in STE v0Yevgeny Kliteynik1-1/+1
2021-03-12docs: networking: phy: Improve placement of parenthesisJonathan Neuschäfer1-2/+2
2021-03-11Merge branch 'tcp-delayed-completions'David S. Miller3-19/+13
2021-03-11tcp: remove obsolete check in __tcp_retransmit_skb()Eric Dumazet1-8/+0
2021-03-11tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()Eric Dumazet1-6/+4
2021-03-11tcp: plug skb_still_in_host_queue() to TSQEric Dumazet2-5/+9
2021-03-11isdn: remove extra spaces in the header fileTong Zhang1-7/+7
2021-03-11tipc: clean up warnings detected by sparseHoang Huu Le3-22/+58
2021-03-11tipc: convert dest node's address to network orderHoang Le1-1/+1
2021-03-11Merge branch 'mlxsw-Implement-sampling-using-mirroring'David S. Miller8-22/+181
2021-03-11mlxsw: spectrum_matchall: Implement sampling using mirroringIdo Schimmel4-4/+63
2021-03-11mlxsw: spectrum_trap: Split sampling traps between ASICsIdo Schimmel1-13/+26
2021-03-11mlxsw: spectrum_matchall: Split sampling support between ASICsIdo Schimmel3-3/+43
2021-03-11mlxsw: spectrum_span: Add SPAN probability rate supportIdo Schimmel4-3/+15
2021-03-11mlxsw: reg: Extend mirroring registers with probability rate fieldIdo Schimmel2-2/+17
2021-03-11mlxsw: spectrum_span: Add SPAN session identifier supportIdo Schimmel3-2/+22
2021-03-11Merge tag 'mlx5-updates-2021-03-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller20-118/+169
2021-03-11Merge branch 'nexthop-Resilient-next-hop-groups'David S. Miller5-39/+1584
2021-03-11nexthop: Enable resilient next-hop groupsPetr Machata1-4/+0
2021-03-11nexthop: Notify userspace about bucket migrationsPetr Machata1-6/+39
2021-03-11nexthop: Add netlink handlers for bucket getPetr Machata1-1/+109
2021-03-11nexthop: Add netlink handlers for bucket dumpPetr Machata1-0/+283
2021-03-11nexthop: Add netlink handlers for resilient nexthop groupsPetr Machata1-5/+145
2021-03-11nexthop: Allow reporting activity of nexthop bucketsIdo Schimmel2-0/+37
2021-03-11nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel2-0/+36
2021-03-11nexthop: Implement notifiers for resilient nexthop groupsPetr Machata1-12/+308
2021-03-11nexthop: Add data structures for resilient group notificationsIdo Schimmel1-0/+19
2021-03-11nexthop: Add implementation of resilient next-hop groupsPetr Machata2-13/+546