Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
messages from 2022-01-12 13:07:10 to 2022-01-12 21:02:14 UTC [more...]
[PATCH bpf-next v5 1/2] Add skb_store_bytes() for BPF_PROG_TYPE_CGROUP_SKB
2022-01-12 21:01 UTC (4+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: CGROUP_SKB test for skb_store_bytes()
[wpan-next v2 00/27] IEEE 802.15.4 scan support
2022-01-12 20:46 UTC (30+ messages)
` [wpan-next v2 01/27] net: mac802154: Split the set channel hook implementation
` [wpan-next v2 02/27] net: mac802154: Ensure proper channel selection at probe time
` [wpan-next v2 03/27] net: ieee802154: Improve the way supported channels are declared
` [wpan-next v2 04/27] net: ieee802154: Give more details to the core about the channel configurations
` [wpan-next v2 05/27] net: mac802154: Convert the symbol duration into nanoseconds
` [wpan-next v2 06/27] net: mac802154: Set the symbol duration automatically
` [wpan-next v2 07/27] net: ieee802154: hwsim: Ensure frame checksum are valid
` [wpan-next v2 08/27] net: ieee802154: Drop symbol duration settings when the core does it already
` [wpan-next v2 09/27] net: ieee802154: Move IEEE 802.15.4 Kconfig main entry
` [wpan-next v2 10/27] net: mac802154: Include the softMAC stack inside the IEEE 802.15.4 menu
` [wpan-next v2 11/27] net: ieee802154: Move the address structure earlier
` [wpan-next v2 12/27] net: ieee802154: Add a kernel doc header to the ieee802154_addr structure
` [wpan-next v2 13/27] net: ieee802154: Return meaningful error codes from the netlink helpers
` [wpan-next v2 14/27] net: ieee802154: Add support for internal PAN management
` [wpan-next v2 15/27] net: ieee802154: Define a beacon frame header
` [wpan-next v2 16/27] net: ieee802154: Define frame types
` [wpan-next v2 17/27] net: ieee802154: Add support for scanning requests
` [wpan-next v2 18/27] net: mac802154: Handle scan requests
` [wpan-next v2 19/27] net: ieee802154: Full PAN management
` [wpan-next v2 20/27] net: ieee802154: Add support for beacon requests
` [wpan-next v2 21/27] net: mac802154: Handle beacons requests
` [wpan-next v2 22/27] net: ieee802154: Trace the registration of new PANs
` [wpan-next v2 23/27] net: mac802154: Add support for active scans
` [wpan-next v2 24/27] net: mac802154: Add support for processing beacon requests
` [wpan-next v2 25/27] net: mac802154: Inform device drivers about scans
` [wpan-next v2 26/27] net: mac802154: Inform device drivers about beacon operations
` [wpan-next v2 27/27] net: ieee802154: ca8210: Refuse most of the scan operations
[PATCH net] net: mscc: ocelot: don't let phylink re-enable TX PAUSE on the NPI port
2022-01-12 20:37 UTC (3+ messages)
[PATCH v21 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
2022-01-12 20:12 UTC (12+ messages)
` [PATCH v21 bpf-next 18/23] libbpf: Add SEC name for xdp_mb programs
[PATCH net-next v3 00/12] net: wwan: t7xx: PCIe driver for MediaTek M.2 modem
2022-01-12 20:08 UTC (11+ messages)
` [PATCH net-next v3 01/12] net: wwan: t7xx: Add control DMA interface
[PATCH] sit: allow encapsulated IPv6 traffic to be delivered locally
2022-01-12 19:59 UTC (2+ messages)
[PATCH net-next v2 0/3] at803x fiber/SFP support
2022-01-12 19:49 UTC (5+ messages)
` [PATCH net-next v2 2/3] net: phy: at803x: add fiber support
[PATCH net v2 0/9] Xilinx axienet fixes
2022-01-12 19:44 UTC (15+ messages)
` [PATCH net v2 1/9] net: axienet: increase reset timeout
` [PATCH net v2 2/9] net: axienet: Wait for PhyRstCmplt after core reset
` [PATCH net v2 3/9] net: axienet: reset core on initialization prior to MDIO access
` [PATCH net v2 4/9] net: axienet: add missing memory barriers
` [PATCH net v2 5/9] net: axienet: limit minimum TX ring size
` [PATCH net v2 6/9] net: axienet: Fix TX ring slot available check
` [PATCH net v2 7/9] net: axienet: fix number of TX ring slots for "
` [PATCH net v2 8/9] net: axienet: fix for TX busy handling
` [PATCH net v2 9/9] net: axienet: increase default TX ring size to 128
[PATCH 1/3 v3] net: usb: r8152: Check used MAC passthrough address
2022-01-12 19:27 UTC (18+ messages)
Phyr Starter
2022-01-12 19:08 UTC (10+ messages)
[net-next PATCH] octeontx2-pf: Change receive buffer size using ethtool
2022-01-12 19:03 UTC (2+ messages)
[PATCH RFC v1 0/3] remove remaining users of SHA-1
2022-01-12 18:57 UTC (7+ messages)
` [PATCH RFC v1 1/3] bpf: move from sha1 to blake2s in tag calculation
` [PATCH RFC v1 2/3] ipv6: move from sha1 to blake2s in address calculation
` [PATCH RFC v1 3/3] crypto: sha1_generic - import lib/sha1.c locally
[PATCH net-next v3 0/3] at803x fiber/SFP support
2022-01-12 18:54 UTC (5+ messages)
` [PATCH net-next v3 1/3] net: phy: at803x: move page selection fix to config_init
` [PATCH net-next v3 2/3] net: phy: at803x: add fiber support
` [PATCH net-next v3 3/3] net: phy: at803x: Support downstream SFP cage
Debugging stuck tcp connection across localhost
2022-01-12 18:54 UTC (17+ messages)
` Debugging stuck tcp connection across localhost [snip]
[PATCH v2 2/2] random: use BLAKE2s instead of SHA1 in extraction
2022-01-12 18:50 UTC (9+ messages)
` [PATCH crypto 0/2] smaller blake2s code size on m68k and other small platforms
` [PATCH crypto 1/2] lib/crypto: blake2s-generic: reduce code size on small systems
` [PATCH crypto 2/2] lib/crypto: blake2s: move hmac construction into wireguard
[PATCH] net: fix fragments have the disallowed options
2022-01-12 18:46 UTC (3+ messages)
[PATCH v2 0/5] can: rcar_canfd: Add support for V3U flavor
2022-01-12 18:43 UTC (3+ messages)
` [PATCH v2 2/5] can: rcar_canfd: Add support for r8a779a0 SoC
[PATCH net-next v6] net: phy: intel-xway: Add RGMII internal delay configuration
2022-01-12 18:25 UTC (9+ messages)
[PATCH v9 00/24] wfx: get out from the staging area
2022-01-12 18:23 UTC (9+ messages)
` [PATCH v9 08/24] wfx: add bus_sdio.c
[PATCH net-next 0/2] Allow disabling KSZ switch refclock
2022-01-12 18:22 UTC (3+ messages)
` [PATCH net-next 1/2] net: dsa: microchip: Document property to disable reference clock
` [PATCH net-next 2/2] net: dsa: microchip: Add "
[PATCH bpf] tools/resolve_btfids: build with host flags
2022-01-12 18:18 UTC (2+ messages)
[PATCH devicetree v2] dt-bindings: phy: Add `tx-p2p-microvolt` property binding
2022-01-12 18:16 UTC
[PATCH net-next 0/3] Cadence MACB/GEM support for ZynqMP SGMII
2022-01-12 18:11 UTC (4+ messages)
` [PATCH net-next 1/3] macb: bindings doc: added generic PHY and reset mappings for ZynqMP
` [PATCH net-next 2/3] net: macb: Added ZynqMP-specific initialization
` [PATCH net-next 3/3] arm64: dts: zynqmp: Added GEM reset definitions
[PATCH v1 net-next 0/2] use bulk reads for ocelot statistics
2022-01-12 18:12 UTC (2+ messages)
[PATCH bpf-next v4 0/8] libbpf: Implement BTFGen
2022-01-12 18:09 UTC (13+ messages)
` [PATCH bpf-next v4 1/8] libbpf: split bpf_core_apply_relo()
` [PATCH bpf-next v4 2/8] libbpf: Implement changes needed for BTFGen in bpftool
` [PATCH bpf-next v4 3/8] bpftool: Add gen btf command
` [PATCH bpf-next v4 4/8] bpftool: Implement btf_save_raw()
` [PATCH bpf-next v4 5/8] bpftool: Add struct definitions and helpers for BTFGen
` [PATCH bpf-next v4 6/8] bpftool: Implement btfgen()
` [PATCH bpf-next v4 7/8] bpftool: Implement relocations recording for BTFGen
` [PATCH bpf-next v4 8/8] bpftool: Implement btfgen_get_btf()
[syzbot] KASAN: use-after-free Read in veth_xdp_rcv
2022-01-12 18:07 UTC (2+ messages)
[PATCH iproute2 v2] ip: Extend filter links/addresses
2022-01-12 17:57 UTC (4+ messages)
[PATCH iproute2-next v4] iplink_can: add ctrlmode_{supported,_static} to the "--details --json" output
2022-01-12 17:40 UTC (2+ messages)
[PATCH net-next v2] net_sched: restore "mpu xxx" handling
2022-01-12 17:31 UTC (3+ messages)
[PATCH v2 0/3] ARM: ox810se: Add Ethernet support
2022-01-12 17:36 UTC (2+ messages)
[wpan-tools v2 0/7] IEEE 802.15.4 scan support
2022-01-12 17:35 UTC (8+ messages)
` [wpan-tools v2 1/7] iwpan: Fix the channels printing
` [wpan-tools v2 2/7] iwpan: Export iwpan_debug
` [wpan-tools v2 3/7] iwpan: Fix a comment
` [wpan-tools v2 4/7] iwpan: Remove duplicated SECTION
` [wpan-tools v2 5/7] iwpan: Synchronize nl802154 header with the Linux kernel
` [wpan-tools v2 6/7] iwpan: Add full scan support
` [wpan-tools v2 7/7] iwpan: Add events support
[PATCH net 0/7] Xilinx axienet fixes
2022-01-12 17:35 UTC (10+ messages)
` [PATCH net 1/7] net: axienet: Reset core before accessing MAC and wait for core ready
` [PATCH net 6/7] net: axienet: fix for TX busy handling
[PATCH] nfc: st-nci: Fix potential buffer overflows in EVT_TRANSACTION
2022-01-12 17:34 UTC (3+ messages)
` [PATCH v3] "
[PATCH devicetree 0/2] Common PHY to YAML + tx-amplitude property
2022-01-12 17:29 UTC (4+ messages)
` [PATCH devicetree 2/2] dt-bindings: phy: Add `tx-amplitude-microvolt` property binding
[PATCH] nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION
2022-01-12 17:25 UTC (4+ messages)
` [PATCH v3] "
[RFC bpf-next 0/4] libbpf: userspace attach by name
2022-01-12 17:04 UTC (6+ messages)
` [RFC bpf-next 1/4] libbpf: support function name-based attach for uprobes
` [RFC bpf-next 2/4] libbpf: support usdt provider/probe "
` [RFC bpf-next 3/4] selftests/bpf: add tests for u[ret]probe attach by name
` [RFC bpf-next 4/4] selftests/bpf: add test for USDT uprobe "
[RFC v2 00/19] io_uring zerocopy tx
2022-01-12 16:53 UTC (6+ messages)
` [RFC v2 02/19] skbuff: pass a struct ubuf_info in msghdr
[PATCH 00/14] udp optimisation
2022-01-12 16:49 UTC (13+ messages)
` [PATCH 09/14] ipv6: hand dst refs to cork setup
` [PATCH 13/14] net: inline part of skb_csum_hwoffload_help
[PATCH] net/ipv6: remove redundant err variable
2022-01-12 16:39 UTC (3+ messages)
[PATCH 1/2] platform: make platform_get_irq_optional() optional
2022-01-12 16:21 UTC (14+ messages)
[PATCH net-next] net_sched: restore "mpu xxx" handling
2022-01-12 16:15 UTC (5+ messages)
[RFC PATCH v2 0/8] fprobe: Introduce fprobe function entry/exit probe
2022-01-12 16:01 UTC (10+ messages)
` [RFC PATCH v2 1/8] ftrace: Add ftrace_set_filter_ips function
` [RFC PATCH v2 2/8] fprobe: Add ftrace based probe APIs
` [RFC PATCH v2 3/8] rethook: Add a generic return hook
` [RFC PATCH v2 4/8] rethook: x86: Add rethook x86 implementation
` [RFC PATCH v2 5/8] fprobe: Add exit_handler support
` [RFC PATCH v2 6/8] fprobe: Add sample program for fprobe
` [RFC PATCH v2 7/8] bpf: Add kprobe link for attaching raw kprobes
` [RFC PATCH v2 8/8] [DO NOT MERGE] Out-of-tree: Support wildcard symbol option to sample
[PATCH net] net: bonding: fix bond_xmit_broadcast return value error bug
2022-01-12 14:50 UTC (2+ messages)
[PATCH net] net: bridge: fix net device refcount tracking issue in error path
2022-01-12 14:50 UTC (2+ messages)
[PATCH net v2 0/3] net: ipa: fix two replenish bugs
2022-01-12 14:50 UTC (5+ messages)
` [PATCH net v2 1/3] net: ipa: fix atomic update in ipa_endpoint_replenish()
` [PATCH net v2 2/3] net: ipa: use a bitmap for endpoint replenish_enabled
` [PATCH net v2 3/3] net: ipa: prevent concurrent replenish
[PATCH net] net/smc: fix possible NULL deref in smc_pnet_add_eth()
2022-01-12 14:50 UTC (2+ messages)
[PATCH net] ref_tracker: use __GFP_NOFAIL more carefully
2022-01-12 14:40 UTC (2+ messages)
[PATCH bpf-next v3 0/3] libbpf: Implement BTFGen
2022-01-12 14:26 UTC (10+ messages)
` [PATCH bpf-next v3 1/3] libbpf: split bpf_core_apply_relo()
` [PATCH bpf-next v3 2/3] libbpf: Implement changes needed for BTFGen in bpftool
` [PATCH bpf-next v3 3/3] bpftool: Implement btfgen
[PATCH net-next] Revert "of: net: support NVMEM cells with MAC in text format"
2022-01-12 14:20 UTC (2+ messages)
[PATCH net] net: fix sock_timestamping_bind_phc() to release device
2022-01-12 14:20 UTC (2+ messages)
[PATCH] net: hns: Fix missing put_device() call in hns_mac_register_phy
2022-01-12 13:46 UTC (3+ messages)
` [PATCH v2] "
[PATCH crypto v2 0/2] reduce code size from blake2s on m68k and other small platforms
2022-01-12 13:18 UTC (4+ messages)
` [PATCH crypto v3 "
[PATCH net 0/2] net: ipa: fix two replenish bugs
2022-01-12 13:16 UTC (4+ messages)
` [PATCH net 2/2] net: ipa: prevent concurrent replenish
[PATCH net v2] net: phy: marvell: add Marvell specific PHY loopback
2022-01-12 13:12 UTC (2+ messages)
[PATCH] sch_api: Don't skip qdisc attach on ingress
2022-01-12 13:06 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).