Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
[PATCH net] wireguard: remove peer cache in netns_pre_exit
2021-10-25 4:28 UTC (4+ messages)
[PATCH bpf-next,v2] riscv, bpf: Add BPF exception tables
2021-10-25 3:53 UTC
[PATCH net-next v5] mctp: Implement extended addressing
2021-10-25 3:27 UTC
[net-next v1] tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()
2021-10-24 23:59 UTC
[PATCH iproute2-next] ip: add AMT support
2021-10-24 23:52 UTC (4+ messages)
ethtool: ring configuration for CAN devices
2021-10-24 21:37 UTC
pull-request: can-next 2021-10-24
2021-10-24 20:43 UTC (16+ messages)
` [PATCH net-next 01/15] can: bcm: Use hrtimer_forward_now()
` [PATCH net-next 02/15] can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to unsigned int
` [PATCH net-next 03/15] can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min
` [PATCH net-next 04/15] can: bittiming: change unit of TDC parameters to clock periods
` [PATCH net-next 05/15] can: bittiming: change can_calc_tdco()'s prototype to not directly modify priv
` [PATCH net-next 06/15] can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC)
` [PATCH net-next 07/15] can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from device
` [PATCH net-next 08/15] can: dev: add can_tdc_get_relative_tdco() helper function
` [PATCH net-next 09/15] can: at91/janz-ican3: replace snprintf() in show functions with sysfs_emit()
` [PATCH net-next 10/15] can: rcar: drop unneeded ARM dependency
` [PATCH net-next 11/15] can: mscan: mpc5xxx_can: Make use of the helper function dev_err_probe()
` [PATCH net-next 12/15] can: gs_usb: use %u to print unsigned values
` [PATCH net-next 13/15] can: peak_usb: CANFD: store 64-bits hw timestamps
` [PATCH net-next 14/15] can: xilinx_can: remove repeated word from the kernel-doc
` [PATCH net-next 15/15] can: xilinx_can: xcan_remove(): remove redundant netif_napi_del()
[PATCH] net: multicast: calculate csum of looped-back and forwarded packets
2021-10-24 20:14 UTC (2+ messages)
` [PATCH v2] "
[PATCH] net: nxp: lpc_eth.c: avoid hang when bringing interface down
2021-10-24 19:55 UTC (2+ messages)
[PATCH net 0/4] ksettings_{get|set} lock fixes
2021-10-24 19:48 UTC (5+ messages)
` [PATCH net 1/4] phy: phy_ethtool_ksettings_get: Lock the phy for consistency
` [PATCH net 2/4] phy: phy_ethtool_ksettings_set: Move after phy_start_aneg
` [PATCH net 3/4] phy: phy_start_aneg: Add an unlocked version
` [PATCH net 4/4] phy: phy_ethtool_ksettings_set: Lock the PHY while changing settings
[PATCH] mlxsw: spectrum: Use 'bitmap_zalloc()' when applicable
2021-10-24 19:17 UTC
[net-next PATCH] net: convert users of bitmap_foo() to linkmode_foo()
2021-10-24 18:50 UTC (2+ messages)
[PATCH net 3/4] security: add sctp_assoc_established hook
2021-10-24 18:45 UTC (2+ messages)
[PATCH v7 0/14] net: phy: Add qca8081 ethernet phy driver
2021-10-24 18:43 UTC (26+ messages)
` [PATCH v7 01/14] net: phy: at803x: replace AT803X_DEVICE_ADDR with MDIO_MMD_PCS
` [PATCH v7 02/14] net: phy: at803x: use phy_modify()
` [PATCH v7 03/14] net: phy: at803x: improve the WOL feature
` [PATCH v7 04/14] net: phy: at803x: use GENMASK() for speed status
` [PATCH v7 05/14] net: phy: add qca8081 ethernet phy driver
` [PATCH v7 06/14] net: phy: add qca8081 read_status
` [PATCH v7 07/14] net: phy: add qca8081 get_features
` [PATCH v7 08/14] net: phy: add qca8081 config_aneg
` [PATCH v7 09/14] net: phy: add constants for fast retrain related register
` [PATCH v7 10/14] net: phy: add genphy_c45_fast_retrain
` [PATCH v7 11/14] net: phy: add qca8081 config_init
` [PATCH v7 12/14] net: phy: add qca8081 soft_reset and enable master/slave seed
` [PATCH v7 13/14] net: phy: adjust qca8081 master/slave seed value if link down
` [PATCH v7 14/14] net: phy: add qca8081 cdt feature
[PATCH net-next 0/3] gve: Add jumbo-frame support for GQ
2021-10-24 18:42 UTC (4+ messages)
` [PATCH net-next 1/3] gve: Add RX context
` [PATCH net-next 2/3] gve: Implement packet continuation for RX
` [PATCH net-next 3/3] gve: Add a jumbo-frame device option
[PATCH v2 0/3] report the controller capabilities through the netlink interface
2021-10-24 18:30 UTC (3+ messages)
` [PATCH v2 1/3] can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()
[net-next] tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()
2021-10-24 17:18 UTC
[PATCH v5 net-next 00/10] Drop rtnl_lock from DSA .port_fdb_{add,del}
2021-10-24 17:17 UTC (11+ messages)
` [PATCH v5 net-next 01/10] net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns error
` [PATCH v5 net-next 02/10] net: dsa: sja1105: wait for dynamic config command completion on writes too
` [PATCH v5 net-next 03/10] net: dsa: sja1105: serialize access to the dynamic config interface
` [PATCH v5 net-next 04/10] net: mscc: ocelot: serialize access to the MAC table
` [PATCH v5 net-next 05/10] net: dsa: b53: serialize access to the ARL table
` [PATCH v5 net-next 06/10] net: dsa: lantiq_gswip: serialize access to the PCE registers
` [PATCH v5 net-next 07/10] net: dsa: introduce locking for the address lists on CPU and DSA ports
` [PATCH v5 net-next 08/10] net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_work
` [PATCH v5 net-next 09/10] selftests: lib: forwarding: allow tests to not require mz and jq
` [PATCH v5 net-next 10/10] selftests: net: dsa: add a stress test for unlocked FDB operations
[PATCH] ptp: Document the PTP_CLK_MAGIC ioctl number
2021-10-24 16:38 UTC
[PATCH] gve: Fix a possible invalid memory access
2021-10-24 15:36 UTC (4+ messages)
[syzbot] WARNING in batadv_nc_mesh_free
2021-10-24 14:58 UTC (6+ messages)
` [PATCH] net: batman-adv: fix error handling
[PATCH net 0/4] security: fixups for the security hooks in sctp
2021-10-24 13:50 UTC (4+ messages)
` [PATCH net 1/4] security: pass asoc to sctp_assoc_request and sctp_sk_clone
[PATCH] net: multicast: calculate csum of looped-back and forwarded packets
2021-10-24 13:38 UTC (4+ messages)
[PATCH net-next 0/3] Support for 16nm EPHY in GENET
2021-10-24 12:50 UTC (2+ messages)
[net-next PATCH 1/2] dt-bindings: net: macb: Add mdio bus child node
2021-10-24 12:50 UTC (2+ messages)
[net-next PATCH v2 1/3] net: mdio: Add helper functions for accessing MDIO devices
2021-10-24 12:50 UTC (2+ messages)
[net-next PATCH] octeontx2-af: Increase number of reserved entries in KPU
2021-10-24 12:40 UTC (2+ messages)
[PATCH net] net: ethernet: microchip: lan743x: Fix driver crash when lan743x_pm_resume fails
2021-10-24 12:40 UTC (2+ messages)
[PATCH net] net: ethernet: microchip: lan743x: Fix dma allocation failure by using dma_set_mask_and_coherent
2021-10-24 12:40 UTC (2+ messages)
[PATCH net-next] netdevsim: Register and unregister devlink traps on probe/remove device
2021-10-24 10:48 UTC (4+ messages)
[PATCH bpf-next v3 0/4] introduce dummy BPF STRUCT_OPS
2021-10-24 10:32 UTC (7+ messages)
` [PATCH bpf-next v3 2/4] bpf: factor out helpers to check ctx access for BTF function
` [PATCH bpf-next v3 3/4] bpf: add dummy BPF STRUCT_OPS for test purpose
[PATCH V2 net-next 0/8] net: hns3: updates for -next
2021-10-24 9:41 UTC (9+ messages)
` [PATCH net-next 1/8] net: hns3: add debugfs support for interrupt coalesce
` [PATCH net-next 2/8] net: hns3: modify mac statistics update process for compatibility
` [PATCH net-next 3/8] net: hns3: device specifications add number of mac statistics
` [PATCH net-next 4/8] net: hns3: add support pause/pfc durations for "
` [PATCH net-next 5/8] net: hns3: modify functions of converting speed ability to ethtool link mode
` [PATCH net-next 6/8] net: hns3: add update ethtool advertised link modes for FIBRE port when autoneg off
` [PATCH net-next 7/8] net: hns3: add new ras error type for roce
` [PATCH net-next 8/8] net: hns3: add error recovery module and type for himac
[PATCH V3 mlx5-next 00/13] Add mlx5 live migration driver
2021-10-24 8:30 UTC (14+ messages)
` [PATCH V3 mlx5-next 01/13] PCI/IOV: Add pci_iov_vf_id() to get VF index
` [PATCH V3 mlx5-next 02/13] net/mlx5: Reuse exported virtfn index function call
` [PATCH V3 mlx5-next 03/13] net/mlx5: Disable SRIOV before PF removal
` [PATCH V3 mlx5-next 04/13] PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PF
` [PATCH V3 mlx5-next 05/13] net/mlx5: Expose APIs to get/put the mlx5 core device
` [PATCH V3 mlx5-next 06/13] vfio: Fix VFIO_DEVICE_STATE_SET_ERROR macro
` [PATCH V3 mlx5-next 07/13] vfio: Add a macro for VFIO_DEVICE_STATE_ERROR
` [PATCH V3 mlx5-next 08/13] vfio/pci_core: Make the region->release() function optional
` [PATCH V3 mlx5-next 09/13] net/mlx5: Introduce migration bits and structures
` [PATCH V3 mlx5-next 10/13] vfio/mlx5: Expose migration commands over mlx5 device
` [PATCH V3 mlx5-next 11/13] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
` [PATCH V3 mlx5-next 12/13] vfio/pci: Expose vfio_pci_aer_err_detected()
` [PATCH V3 mlx5-next 13/13] vfio/mlx5: Use its own PCI reset_done error handler
[PATCH net-next 0/3] selftests: mlxsw: Various updates
2021-10-24 7:19 UTC (4+ messages)
` [PATCH net-next 1/3] selftests: mlxsw: Add helpers for skipping selftests
` [PATCH net-next 2/3] selftests: mlxsw: Use permanent neighbours instead of reachable ones
` [PATCH net-next 3/3] selftests: mlxsw: Reduce test run time
[PATCH net] mlxsw: pci: Recycle received packet upon allocation failure
2021-10-24 6:40 UTC
[PATCH v4] dt-bindings: net: nfc: nxp,pn544: Convert txt bindings to yaml
2021-10-23 22:10 UTC (5+ messages)
[PATCH bpf-next v2 0/5] bpftool: Switch to libbpf's hashmap for referencing BPF objects
2021-10-23 20:51 UTC (6+ messages)
` [PATCH bpf-next v2 1/5] bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)
` [PATCH bpf-next v2 2/5] bpftool: Do not expose and init hash maps for pinned path in main.c
` [PATCH bpf-next v2 3/5] bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects
` [PATCH bpf-next v2 4/5] bpftool: Switch to libbpf's hashmap for programs/maps in BTF listing
` [PATCH bpf-next v2 5/5] bpftool: Switch to libbpf's hashmap for PIDs/names references
[PATCH bpf-next 0/5] bpftool: Switch to libbpf's hashmap for referencing BPF objects
2021-10-23 20:51 UTC (7+ messages)
` [PATCH bpf-next 2/5] bpftool: Do not expose and init hash maps for pinned path in main.c
` [PATCH bpf-next 3/5] bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects
[syzbot] WARNING in nsim_dev_reload_destroy
2021-10-23 19:54 UTC
[PATCH net-next 00/19] bnxt_en: devlink enhancements
2021-10-23 19:32 UTC (20+ messages)
` [PATCH net-next 01/19] bnxt_en: refactor printing of device info
` [PATCH net-next 02/19] bnxt_en: refactor cancellation of resource reservations
` [PATCH net-next 03/19] bnxt_en: implement devlink dev reload driver_reinit
` [PATCH net-next 04/19] bnxt_en: implement devlink dev reload fw_activate
` [PATCH net-next 05/19] bnxt_en: add enable_remote_dev_reset devlink parameter
` [PATCH net-next 06/19] bnxt_en: improve error recovery information messages
` [PATCH net-next 07/19] bnxt_en: remove fw_reset devlink health reporter
` [PATCH net-next 08/19] bnxt_en: consolidate fw devlink health reporters
` [PATCH net-next 09/19] bnxt_en: improve fw diagnose devlink health messages
` [PATCH net-next 10/19] bnxt_en: Refactor coredump functions
` [PATCH net-next 11/19] bnxt_en: move coredump functions into dedicated file
` [PATCH net-next 12/19] bnxt_en: Add compression flags information in coredump segment header
` [PATCH net-next 13/19] bnxt_en: Retrieve coredump and crashdump size via FW command
` [PATCH net-next 14/19] bnxt_en: extract coredump command line from current task
` [PATCH net-next 15/19] bnxt_en: implement dump callback for fw health reporter
` [PATCH net-next 16/19] bnxt_en: Update firmware interface to 1.10.2.63
` [PATCH net-next 17/19] bnxt_en: implement firmware live patching
` [PATCH net-next 18/19] bnxt_en: Provide stored devlink "fw" version on older firmware
` [PATCH net-next 19/19] bnxt_en: Update bnxt.rst devlink documentation
[PATCH net-next] amt: add initial driver for Automatic Multicast Tunneling (AMT)
2021-10-23 19:30 UTC
[PATCH V8 5/9] x86/sev-es: Expose sev_es_ghcb_hv_call() to call ghcb hv call out of sev code
2021-10-23 17:29 UTC (4+ messages)
` [PATCH V8.1 "
[PATCH v4 net-next 0/9] Drop rtnl_lock from DSA .port_fdb_{add,del}
2021-10-23 15:07 UTC (4+ messages)
` [PATCH v4 net-next 5/9] net: dsa: lantiq_gswip: serialize access to the PCE table
[PATCH net-next 0/2] Small fixes for true expression checks
2021-10-23 14:32 UTC (4+ messages)
` [PATCH net-next 1/2] net: qed_ptp: fix check of true !rc expression
` [PATCH net-next 2/2] net: qed_dev: "
[PATCH bpf 0/4] bpf, sockmap: fixes stress testing and regression
2021-10-23 13:05 UTC (3+ messages)
` [PATCH bpf 4/4] bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg
[PATCH net-next] ax88796c: fix fetching error stats from percpu containers
2021-10-23 12:19 UTC
[RFC bpf-next 0/2] bpf: Fix BTF data for modules
2021-10-23 12:04 UTC (3+ messages)
` [PATCH bpf-next 1/2] kbuild: Unify options for BTF generation for vmlinux and modules
` [PATCH bpf-next 2/2] bpf: Add support to detect and dedup instances of same structs
[PATCH v6 0/14] net: phy: Add qca8081 ethernet phy driver
2021-10-23 10:08 UTC (17+ messages)
` [PATCH v6 01/14] net: phy: at803x: replace AT803X_DEVICE_ADDR with MDIO_MMD_PCS
` [PATCH v6 02/14] net: phy: at803x: use phy_modify()
` [PATCH v6 03/14] net: phy: at803x: improve the WOL feature
` [PATCH v6 04/14] net: phy: at803x: use GENMASK() for speed status
` [PATCH v6 05/14] net: phy: add qca8081 ethernet phy driver
` [PATCH v6 06/14] net: phy: add qca8081 read_status
` [PATCH v6 07/14] net: phy: add qca8081 get_features
` [PATCH v6 08/14] net: phy: add qca8081 config_aneg
` [PATCH v6 09/14] net: phy: add constants for fast retrain related register
` [PATCH v6 10/14] net: phy: add genphy_c45_fast_retrain
` [PATCH v6 11/14] net: phy: add qca8081 config_init
` [PATCH v6 12/14] net: phy: add qca8081 soft_reset and enable master/slave seed
` [PATCH v6 13/14] net: phy: adjust qca8081 master/slave seed value if link down
` [PATCH v6 14/14] net: phy: add qca8081 cdt feature
[PATCH 0/2] wcn36xx: add missing 5GHz channels 136 and 144
2021-10-23 9:55 UTC (3+ messages)
` [PATCH 2/2] "
[PATCH net-next v2 0/2] Small fixes for redundant checks
2021-10-23 9:26 UTC (4+ messages)
` [PATCH net-next v2 2/2] net: qed_dev: fix redundant check of rc and against -EINVAL
[PATCH V4 net-next 0/6] ethtool: add support to set/get tx copybreak buf size and rx buf len
2021-10-23 8:46 UTC (5+ messages)
[PATCH v4 0/14] net: phy: Add qca8081 ethernet phy driver
2021-10-23 8:19 UTC (5+ messages)
` [PATCH v4 01/14] net: phy: at803x: replace AT803X_DEVICE_ADDR with MDIO_MMD_PCS
[RFC v2] mt76: mt7615: mt7622: fix ibss and meshpoint
2021-10-23 7:30 UTC (2+ messages)
` [RFC,v2] "
[PATCH net] wireless: mediatek: mt7921: fix Wformat build warning
2021-10-23 7:29 UTC (3+ messages)
` [net] mt76: "
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).