summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-12mptcp: add rm_list in mptcp_options_receivedGeliang Tang3-10/+18
2021-03-12mptcp: add rm_list_tx in mptcp_pm_dataGeliang Tang3-10/+18
2021-03-12mptcp: add rm_list in mptcp_out_optionsGeliang Tang4-13/+48
2021-03-12Merge branch 'resil-nhgroups-netdevsim-selftests'David S. Miller5-10/+2059
2021-03-12selftests: netdevsim: Add test for resilient nexthop groups offload APIIdo Schimmel1-0/+620
2021-03-12selftests: forwarding: Add resilient multipath tunneling nexthop testIdo Schimmel1-0/+361
2021-03-12selftests: forwarding: Add resilient hashing testIdo Schimmel1-0/+400
2021-03-12selftests: fib_nexthops: Test resilient nexthop groupsIdo Schimmel1-0/+517
2021-03-12selftests: fib_nexthops: List each test case in a different lineIdo Schimmel1-4/+26
2021-03-12selftests: fib_nexthops: Declutter test outputIdo Schimmel1-0/+2
2021-03-12netdevsim: Allow reporting activity on nexthop bucketsIdo Schimmel1-0/+61
2021-03-12netdevsim: Add support for resilient nexthop groupsIdo Schimmel1-0/+55
2021-03-12netdevsim: Create a helper for setting nexthop hardware flagsIdo Schimmel1-3/+10
2021-03-12netdevsim: fib: Introduce a lock to guard nexthop hashtablePetr Machata1-3/+7
2021-03-12Merge branch 'ptp-warnings'David S. Miller5-25/+32
2021-03-12ptp: ptp_p: Demote non-conformant kernel-doc headers and supply a param descr...Lee Jones1-3/+6
2021-03-12ptp: ptp_clockmatrix: Demote non-kernel-doc header to standard commentLee Jones1-2/+2
2021-03-12ptp_pch: Move 'pch_*()' prototypes to shared headerLee Jones4-8/+24
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