summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-06-17selftests: mlxsw: Add a RIF counter scale testPetr Machata5-2/+162
2022-06-17selftests: mlxsw: tc_flower_scale: Add a traffic testPetr Machata1-0/+17
2022-06-17selftests: mlxsw: resource_scale: Pass target count to cleanupPetr Machata2-2/+2
2022-06-17selftests: mlxsw: resource_scale: Allow skipping a testPetr Machata2-0/+9
2022-06-17selftests: mlxsw: resource_scale: Introduce traffic testsPetr Machata2-3/+20
2022-06-17selftests: mlxsw: resource_scale: Update scale target after test setupIdo Schimmel2-0/+6
2022-06-17selftests: mirror_gre_bridge_1q_lag: Enslave port to bridge before other conf...Amit Cohen1-3/+4
2022-06-17mlxsw: Add a resource describing number of RIFsPetr Machata3-0/+42
2022-06-17mlxsw: Keep track of number of allocated RIFsPetr Machata2-0/+7
2022-06-17mlxsw: Trap ARP packets at layer 3 instead of layer 2Amit Cohen2-6/+6
2022-06-17Merge branch 'tcp-mem-pressure-fixes'David S. Miller2-7/+50
2022-06-17tcp: fix possible freeze in tx path under memory pressureEric Dumazet1-0/+17
2022-06-17tcp: fix possible freeze in tx path under memory pressureEric Dumazet1-4/+29
2022-06-17tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet1-3/+4
2022-06-17selftests/bpf: Don't force lld on non-x86 architecturesAndrii Nakryiko1-2/+9
2022-06-16Merge branch 'New BPF helpers to accelerate synproxy'Alexei Starovoitov13-21/+1833
2022-06-16selftests/bpf: Add selftests for raw syncookie helpers in TC modeMaxim Mikityanskiy3-69/+224
2022-06-16bpf: Allow the new syncookie helpers to work with SKBsMaxim Mikityanskiy1-0/+10
2022-06-16selftests/bpf: Add selftests for raw syncookie helpersMaxim Mikityanskiy5-1/+1330
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy6-1/+281
2022-06-16bpf: Allow helpers to accept pointers with a fixed sizeMaxim Mikityanskiy2-11/+45
2022-06-16bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookieMaxim Mikityanskiy2-8/+12
2022-06-16Merge branch 'net-lan743x-pci11010-pci11414-devices-enhancements'Jakub Kicinski5-9/+567
2022-06-16net: phy: add support to get Master-Slave configurationRaju Lakkaraju1-0/+3
2022-06-16net: lan743x: Add support to SGMII 1G and 2.5GRaju Lakkaraju3-9/+442
2022-06-16net: lan743x: Add support to Secure-ON WOLRaju Lakkaraju3-0/+51
2022-06-16net: lan743x: Add support to LAN743x register dumpRaju Lakkaraju2-0/+71
2022-06-16Merge branch 'net-dsa-realtek-rtl8365mb-improve-handling-of-phy-modes'Jakub Kicinski1-122/+177
2022-06-16net: dsa: realtek: rtl8365mb: handle PHY interface modes correctlyAlvin Šipraga1-107/+174
2022-06-16net: dsa: realtek: rtl8365mb: remove learn_limit_max private data memberAlvin Šipraga1-6/+1
2022-06-16net: dsa: realtek: rtl8365mb: correct the max number of portsAlvin Šipraga1-2/+1
2022-06-16net: dsa: realtek: rtl8365mb: remove port_mask private data memberAlvin Šipraga1-7/+1
2022-06-16net: dsa: realtek: rtl8365mb: rename macro RTL8367RB -> RTL8367RB_VBAlvin Šipraga1-3/+3
2022-06-16Merge branch 'net-ipa-more-multi-channel-event-ring-work'Jakub Kicinski3-50/+40
2022-06-16net: ipa: move more code out of gsi_channel_update()Alex Elder1-14/+20
2022-06-16net: ipa: call gsi_evt_ring_rx_update() unconditionallyAlex Elder1-3/+3
2022-06-16net: ipa: pass GSI pointer to gsi_evt_ring_rx_update()Alex Elder1-6/+7
2022-06-16net: ipa: don't pass channel when mapping transactionAlex Elder1-6/+10
2022-06-16net: ipa: don't assume one channel per event ringAlex Elder3-27/+6
2022-06-16Merge branch 'dt-bindings-dp83867-add-binding-for-io_impedance_ctrl-nvmem-cell'Jakub Kicinski3-9/+67
2022-06-16net: phy: dp83867: implement support for io_impedance_ctrl nvmem cellRasmus Villemoes1-6/+49
2022-06-16linux/phy.h: add phydev_err_probe() wrapper for dev_err_probe()Rasmus Villemoes1-0/+3
2022-06-16dt-bindings: dp83867: add binding for io_impedance_ctrl nvmem cellRasmus Villemoes1-3/+15
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski201-1672/+2489
2022-06-16Merge branch 'sleepable uprobe support'Alexei Starovoitov10-49/+231
2022-06-16selftests/bpf: add tests for sleepable (uk)probesDelyan Kratunov2-1/+108
2022-06-16libbpf: add support for sleepable uprobe programsDelyan Kratunov1-1/+4
2022-06-16bpf: allow sleepable uprobe programs to attachDelyan Kratunov2-8/+12
2022-06-16bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov4-5/+71
2022-06-16bpf: move bpf_prog to bpf.hDelyan Kratunov2-34/+36