summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-14Merge branch 'Atomics for eBPF'Alexei Starovoitov
2021-01-14bpf: Document new atomic instructionsBrendan Jackman
2021-01-14bpf: Add tests for new BPF atomic operationsBrendan Jackman
2021-01-14bpf: Add bitwise atomic instructionsBrendan Jackman
2021-01-14bpf: Pull out a macro for interpreting atomic ALU operationsBrendan Jackman
2021-01-14bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman
2021-01-14bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman
2021-01-14bpf: Move BPF_STX reserved field check into BPF_STX verifier codeBrendan Jackman
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2021-01-14bpf: x86: Factor out a lookup table for some ALU opcodesBrendan Jackman
2021-01-14bpf: x86: Factor out emission of REX byteBrendan Jackman
2021-01-14bpf: x86: Factor out emission of ModR/M for *(reg + off)Brendan Jackman
2021-01-14Merge branch 'dissect-ptp-l2-packet-header'Jakub Kicinski
2021-01-14net: flow_dissector: Parse PTP L2 packet headerEran Ben Elisha
2021-01-14net: vlan: Add parse protocol header opsEran Ben Elisha
2021-01-14ch_ipsec: Remove initialization of rxq related dataAyush Sawal
2021-01-14Merge branch 'net-ipa-gsi-interrupt-updates'Jakub Kicinski
2021-01-14net: ipa: retry TX channel stop commandsAlex Elder
2021-01-14net: ipa: change stop channel retry delayAlex Elder
2021-01-14net: ipa: change GSI command timeoutAlex Elder
2021-01-14net: ipa: use usleep_range()Alex Elder
2021-01-14net: ipa: introduce some interrupt helpersAlex Elder
2021-01-14net: ipa: a few simple renamesAlex Elder
2021-01-14Merge tag 'linux-can-next-for-5.12-20210114' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2021-01-14Merge branch 'net-dsa-link-aggregation-support'Jakub Kicinski
2021-01-14net: dsa: tag_dsa: Support reception of packets from LAG devicesTobias Waldekranz
2021-01-14net: dsa: mv88e6xxx: Link aggregation supportTobias Waldekranz
2021-01-14net: dsa: Link aggregation supportTobias Waldekranz
2021-01-14net: dsa: Don't offload port attributes on standalone portsTobias Waldekranz
2021-01-14net: bonding: Notify ports about their initial stateTobias Waldekranz
2021-01-14mlxsw: pci: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-01-14net: marvell: prestera: fix uninitialized vid in prestera_port_vlans_addVladimir Oltean
2021-01-14net: openvswitch: add log message for error caseEelco Chaudron
2021-01-14Merge branch 'selftests-updates-to-allow-single-instance-of-nettest-for-clien...Jakub Kicinski
2021-01-14selftests: Add separate option to nettest for address bindingDavid Ahern
2021-01-14selftests: Remove exraneous newline in nettestDavid Ahern
2021-01-14selftests: Add separate options for server device bindingsDavid Ahern
2021-01-14selftests: Add new option for client-side passwordsDavid Ahern
2021-01-14selftests: Consistently specify address for MD5 protectionDavid Ahern
2021-01-14selftests: Make address validation apply only to client modeDavid Ahern
2021-01-14selftests: Add missing newline in nettest error messagesDavid Ahern
2021-01-14selftests: Use separate stdout and stderr buffers in nettestDavid Ahern
2021-01-14selftests: Add support to nettest to run both client and serverDavid Ahern
2021-01-14selftests: Add options to set network namespace to nettestDavid Ahern
2021-01-14selftests: Move address validation in nettestDavid Ahern
2021-01-14selftests: Move convert_addr up in nettestDavid Ahern
2021-01-14selftests: Move device validation in nettestDavid Ahern
2021-01-14Merge branch 'add-100-base-x-mode'Jakub Kicinski
2021-01-14sfp: add support for 100 base-x SFPsBjarni Jonasson
2021-01-14net: phy: Add 100 base-x modeBjarni Jonasson