summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-16selftest/bpf: Fix IPV6FR handling in flow dissectorSantucci Pierpaolo
2020-11-14Merge branch 'ionic-updates'Jakub Kicinski
2020-11-14ionic: useful names for booleansShannon Nelson
2020-11-14ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson
2020-11-14ionic: flatten calls to ionic_lif_rx_modeShannon Nelson
2020-11-14ionic: use mc sync for multicast filtersShannon Nelson
2020-11-14ionic: batch rx buffer refillingShannon Nelson
2020-11-14ionic: add lif quiesceShannon Nelson
2020-11-14ionic: check for link after netdev registrationShannon Nelson
2020-11-14ionic: start queues before announcing link upShannon Nelson
2020-11-14net: macb: Fix passing zero to 'PTR_ERR'YueHaibing
2020-11-14ipv6: remove unused function ipv6_skb_idev()Lukas Bulwahn
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-11-13net: phy: mscc: Add PTP support for 2 more VSC PHYsSteen Hegelund
2020-11-14Merge branch 'xdp-redirect-bulk'Daniel Borkmann
2020-11-14net: mlx5: Add xdp tx return bulking supportLorenzo Bianconi
2020-11-14net: mvpp2: Add xdp tx return bulking supportLorenzo Bianconi
2020-11-14net: mvneta: Add xdp tx return bulking supportLorenzo Bianconi
2020-11-14net: page_pool: Add bulk support for ptr_ringLorenzo Bianconi
2020-11-14net: xdp: Introduce bulking for xdp tx return pathLorenzo Bianconi
2020-11-13net: stmmac: platform: use optional clk/reset get APIsJisheng Zhang
2020-11-13r8169: improve rtl_txHeiner Kallweit
2020-11-13r8169: use READ_ONCE in rtl_tx_slots_availHeiner Kallweit
2020-11-13Merge branch 'net-ipa-two-fixes'Jakub Kicinski
2020-11-13net: ipa: ignore the microcontroller log eventAlex Elder
2020-11-13net: ipa: fix source packet contexts limitAlex Elder
2020-11-13Merge branch 'sfc-further-ef100-encap-tso-features'Jakub Kicinski
2020-11-13sfc: support GRE TSO on EF100Edward Cree
2020-11-13sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100Edward Cree
2020-11-13sfc: extend bitfield macros to 19 fieldsEdward Cree
2020-11-13Merge branch 'net-ipa-gsi-register-consolidation'Jakub Kicinski
2020-11-13net: ipa: use enumerated types for GSI field valuesAlex Elder
2020-11-13net: ipa: move GSI command opcode values into "gsi_reg.h"Alex Elder
2020-11-13net: ipa: move GSI error values into "gsi_reg.h"Alex Elder
2020-11-13net: ipa: move channel type values into "gsi_reg.h"Alex Elder
2020-11-13net: ipa: use common value for channel type and protocolAlex Elder
2020-11-13net: ipa: define GSI interrupt types with enumsAlex Elder
2020-11-13tipc: fix -Wstringop-truncation warningsWenlin Kang
2020-11-13Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...Jakub Kicinski
2020-11-13bpf: Expose bpf_d_path helper to sleepable LSM hooksKP Singh
2020-11-13bpf: Augment the set of sleepable LSM hooksKP Singh
2020-11-12Merge branch 'bpf: Enable bpf_sk_storage for FENTRY/FEXIT/RAW_TP'Alexei Starovoitov
2020-11-12bpf: selftest: Use bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau
2020-11-12bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau
2020-11-12bpf: Rename some functions in bpf_sk_storageMartin KaFai Lau
2020-11-12bpf: Folding omem_charge() into sk_storage_charge()Martin KaFai Lau
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-13Merge branch 'bpf-ptrs-beyond-pkt-end'Daniel Borkmann
2020-11-13selftests/bpf: Add asm tests for pkt vs pkt_end comparison.Alexei Starovoitov
2020-11-13selftests/bpf: Add skb_pkt_end testAlexei Starovoitov