netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-12 13:07:29 to 2021-01-12 19:57:13 UTC [more...]

[PATCH net-next v2 0/7] ibmvnic: Use more consistent locking
 2021-01-12 19:56 UTC  (11+ messages)
` [PATCH net-next v2 1/7] ibmvnic: restore state in change-param reset
` [PATCH net-next v2 2/7] ibmvnic: update reset function prototypes
` [PATCH net-next v2 3/7] ibmvnic: avoid allocating rwi entries
` [PATCH net-next v2 4/7] ibmvnic: switch order of checks in ibmvnic_reset
` [PATCH net-next v2 5/7] ibmvnic: serialize access to work queue
` [PATCH net-next v2 6/7] ibmvnic: check adapter->state under state_lock
` [PATCH net-next v2 7/7] ibmvnic: add comments about state_lock

[PATCH net-next v15 0/6] Add support for mv88e6393x family of Marvell
 2021-01-12 19:56 UTC  (9+ messages)
` [PATCH net-next v15 1/6] dt-bindings: net: Add 5GBASER phy interface
` [PATCH net-next v15 2/6] net: phy: Add 5GBASER interface mode
` [PATCH net-next v15 3/6] net: dsa: mv88e6xxx: Change serdes lane parameter type from u8 type to int
` [PATCH net-next v15 4/6] net: dsa: mv88e6xxx: wrap .set_egress_port method
` [PATCH net-next v15 5/6] net: dsa: mv88e6xxx: Add support for mv88e6393x family of Marvell
` [PATCH net-next v15 6/6] net: dsa: mv88e6xxx: implement .port_set_policy for Amethyst

[PATCH v0 net-next 1/1] Allow user to set metric on default route learned via Router Advertisement
 2021-01-12 19:55 UTC  (2+ messages)

[RFC PATCH 0/7] Support for virtio-net hash reporting
 2021-01-12 19:49 UTC  (10+ messages)
` [RFC PATCH 1/7] skbuff: define field for hash report type
` [RFC PATCH 2/7] vhost: support for hash report virtio-net feature
` [RFC PATCH 3/7] tun: allow use of BPF_PROG_TYPE_SCHED_CLS program type
` [RFC PATCH 4/7] tun: free bpf_program by bpf_prog_put instead of bpf_prog_destroy
` [RFC PATCH 5/7] tun: add ioctl code TUNSETHASHPOPULATION
` [RFC PATCH 6/7] tun: populate hash in virtio-net header when needed
` [RFC PATCH 7/7] tun: report new tun feature IFF_HASH

[PATCH bpf 1/2] bpf: support PTR_TO_MEM{,_OR_NULL} register spilling
 2021-01-12 19:46 UTC  (5+ messages)

[RFC PATCH 0/7] Support for virtio-net hash reporting
 2021-01-12 19:36 UTC  (3+ messages)

[PATCH bpf-next V11 0/7] bpf: New approach for BPF MTU handling
 2021-01-12 19:29 UTC  (10+ messages)
` [PATCH bpf-next V11 1/7] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V11 2/7] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx
` [PATCH bpf-next V11 3/7] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V11 4/7] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V11 5/7] bpf: drop MTU check when doing TC-BPF redirect to ingress
` [PATCH bpf-next V11 6/7] selftests/bpf: use bpf_check_mtu in selftest test_cls_redirect
` [PATCH bpf-next V11 7/7] bpf/selftests: tests using bpf_check_mtu BPF-helper

[PATCH net-next 0/4] net: ipa: remove a build dependency
 2021-01-12 19:28 UTC  (5+ messages)
` [PATCH net-next 1/4] net: ipa: remove a remoteproc dependency
` [PATCH net-next 2/4] dt-bindings: net: remove modem-remoteproc property
` [PATCH net-next 3/4] arm64: dts: qcom: sc7180: kill IPA "
` [PATCH net-next 4/4] arm64: dts: qcom: sdm845: "

[PATCH bpf-next 0/2] Allow attaching to bare tracepoints
 2021-01-12 19:27 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests: bpf: Add a new test for "

[PATCH v2] netdevice.7: Update documentation for SIOCGIFADDR SIOCSIFADDR SIOCDIFADDR
 2021-01-12 19:26 UTC  (2+ messages)

[PATCH] tcp: keepalive fixes
 2021-01-12 19:25 UTC 

[PATCH net-next 0/4] Fix receive window restriction
 2021-01-12 19:25 UTC  (6+ messages)
` [PATCH net-next 4/4] tcp: remove limit on initial receive window

[PATCH net-next v4 0/4] Support for RollBall 10G copper SFP modules
 2021-01-12 19:22 UTC  (7+ messages)
` [PATCH net-next v4 1/4] net: phy: mdio-i2c: support I2C MDIO protocol for RollBall "

[PATCH net-next] net: ipa: add config dependency on QCOM_SMEM
 2021-01-12 19:21 UTC 

[PATCH net-next 0/5] skbuff: introduce skbuff_heads bulking and reusing
 2021-01-12 19:19 UTC  (6+ messages)

[PATCH net-next v4 0/2] Dissect PTP L2 packet header
 2021-01-12 19:07 UTC  (3+ messages)
` [PATCH net-next v4 1/2] net: vlan: Add parse protocol header ops
` [PATCH net-next v4 2/2] net: flow_dissector: Parse PTP L2 packet header

[PATCH net] net: dsa: unbind all switches from tree when DSA master unbinds
 2021-01-12 18:51 UTC  (2+ messages)

[PATCH net] net: dsa: clear devlink port type before unregistering slave netdevs
 2021-01-12 18:49 UTC  (2+ messages)

[PATCH v3 bpf-next 1/4] bpf: introduce task_vma bpf_iter
 2021-01-12 18:43 UTC 

[PATCH v2 bpf-next 0/2] add xdp_build_skb_from_frame utility routine
 2021-01-12 18:26 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] net: xdp: introduce __xdp_build_skb_from_frame "
` [PATCH v2 bpf-next 2/2] net: xdp: introduce xdp_build_skb_from_frame "

[PATCH bpf-next 1/4] bpf: enable task local storage for tracing programs
 2021-01-12 18:21 UTC  (8+ messages)

[PATCH net-next v14 0/6] Add support for mv88e6393x family of Marvell
 2021-01-12 18:06 UTC  (7+ messages)
` [PATCH net-next v14 5/6] net: dsa: mv88e6xxx: "

[PATCH bpf v2] bpf: don't leak memory in bpf getsockopt when optlen == 0
 2021-01-12 18:04 UTC  (2+ messages)

[net-next PATCH v3 00/15] ACPI support for dpaa2 driver
 2021-01-12 18:03 UTC  (23+ messages)
` [net-next PATCH v3 01/15] Documentation: ACPI: DSD: Document MDIO PHY
` [net-next PATCH v3 02/15] net: phy: Introduce fwnode_mdio_find_device()
` [net-next PATCH v3 03/15] net: phy: Introduce phy related fwnode functions
` [net-next PATCH v3 04/15] of: mdio: Refactor of_phy_find_device()
` [net-next PATCH v3 05/15] net: phy: Introduce fwnode_get_phy_id()
` [net-next PATCH v3 06/15] of: mdio: Refactor of_get_phy_id()
` [net-next PATCH v3 07/15] net: mdiobus: Introduce fwnode_mdiobus_register_phy()
` [net-next PATCH v3 08/15] of: mdio: Refactor of_mdiobus_register_phy()
` [net-next PATCH v3 09/15] device property: Introduce fwnode_get_id()
` [net-next PATCH v3 10/15] net: mdio: Add ACPI support code for mdio
` [net-next PATCH v3 11/15] net: mdiobus: Introduce fwnode_mdiobus_register()
` [net-next PATCH v3 12/15] net/fsl: Use fwnode_mdiobus_register()
` [net-next PATCH v3 13/15] phylink: introduce phylink_fwnode_phy_connect()
` [net-next PATCH v3 14/15] net: phylink: Refactor phylink_of_phy_connect()
` [net-next PATCH v3 15/15] net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver

[Patch net] cls_flower: call nla_ok() before nla_next()
 2021-01-12 17:43 UTC  (3+ messages)

[PATCH] i40e: acquire VSI pointer only after VF is initialized
 2021-01-12 17:37 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH V3] drivers: net: marvell: Fixed two spellings,controling to controlling and oen to one
 2021-01-12 17:26 UTC  (2+ messages)

[PATCH net 0/2] mptcp: a couple of fixes
 2021-01-12 17:25 UTC  (3+ messages)
` [PATCH net 1/2] mptcp: more strict state checking for acks
` [PATCH net 2/2] mptcp: better msk-level shutdown

[PATCH net 1/2] net: stmmac: fix taprio schedule configuration
 2021-01-12 17:24 UTC  (2+ messages)
` [PATCH net 2/2] net: stmmac: fix taprio configuration when base_time is in the past

[PATCH 0/2] iwlwifi: Fix a crash at loading
 2021-01-12 17:13 UTC  (9+ messages)
` [PATCH 1/2] iwlwifi: dbg: Don't touch the tlv data
` [PATCH 2/2] iwlwifi: dbg: Mark ucode tlv data as const

[PATCH 2/2] selftests/bpf: add verifier test for PTR_TO_MEM spill
 2021-01-12 16:59 UTC  (7+ messages)

[PATCH bpf-next 0/2] add xdp_build_skb_from_frame utility routine
 2021-01-12 16:53 UTC  (8+ messages)
` [PATCH bpf-next 1/2] net: xdp: introduce __xdp_build_skb_from_frame "
` [PATCH bpf-next 2/2] net: xdp: introduce xdp_build_skb_from_frame "

[PATCH v3 bpf-next 0/7] Support kernel module ksym variables
 2021-01-12 16:27 UTC  (3+ messages)
` [PATCH v3 bpf-next 5/7] bpf: support BPF ksym variables in kernel modules

[PATCH net 0/2] net/smc: fix out of bound access in netlink interface
 2021-01-12 16:21 UTC  (3+ messages)
` [PATCH net 1/2] smc: fix out of bound access in smc_nl_get_sys_info()
` [PATCH net 2/2] net/smc: use memcpy instead of snprintf to avoid out of bounds read

[PATCH v1 0/2] Add 100 base-x mode
 2021-01-12 16:05 UTC  (13+ messages)
` [PATCH v1 1/2] net: phy: "
` [PATCH v1 2/2] sfp: add support for 100 base-x SFPs

[PATCH net] rxrpc: Call state should be read with READ_ONCE() under some circumstances
 2021-01-12 15:59 UTC 

regression in iwlwifi: page fault in iwl_dbg_tlv_alloc_region() (commit ba8f6f4ae254)
 2021-01-12 15:59 UTC  (7+ messages)

[PATCH] rtlwifi: rtl8821ae: style: Simplify bool comparison
 2021-01-12 15:47 UTC  (3+ messages)

[PATCH v1 1/1] time64.h: Consolidated PSEC_PER_SEC definition
 2021-01-12 15:41 UTC  (2+ messages)

pull-request: can-next 2021-01-06
 2021-01-12 15:36 UTC  (9+ messages)
` [net-next 15/19] can: tcan4x5x: rework SPI access

[PATCH v10 0/1] add support for ETAS ES58X CAN USB interfaces
 2021-01-12 15:29 UTC  (4+ messages)
` [PATCH v10 1/1] can: usb: etas_es58X: "

[PATCH net] rxrpc: Fix handling of an unsupported token type in rxrpc_read()
 2021-01-12 15:23 UTC 

[PATCH ghak90 v11 00/11] audit: implement container identifier
 2021-01-12 15:09 UTC  (12+ messages)
` [PATCH ghak90 v11 01/11] audit: collect audit task parameters
` [PATCH ghak90 v11 02/11] audit: add container id
` [PATCH ghak90 v11 03/11] audit: log container info of syscalls
` [PATCH ghak90 v11 04/11] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 v11 05/11] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 v11 06/11] audit: add containerid support for user records
` [PATCH ghak90 v11 07/11] audit: add containerid filtering
` [PATCH ghak90 v11 08/11] audit: add support for containerid to network namespaces
` [PATCH ghak90 v11 09/11] audit: contid check descendancy and nesting
` [PATCH ghak90 v11 10/11] audit: track container nesting
` [PATCH ghak90 v11 11/11] audit: add capcontid to set contid outside init_user_ns

[PATCH v6 net-next 00/15] Make .ndo_get_stats64 sleepable
 2021-01-12 14:37 UTC  (7+ messages)
` [PATCH v6 net-next 03/15] net: procfs: hold netif_lists_lock when retrieving device statistics
` [PATCH v6 net-next 14/15] net: bonding: ensure .ndo_get_stats64 can sleep

[PATCH net-next v3 0/2] Dissect PTP L2 packet header
 2021-01-12 14:16 UTC  (4+ messages)
` [PATCH net-next v3 2/2] net: flow_dissector: Parse "

[PATCH net] net: stmmac: use __napi_schedule() for PREEMPT_RT
 2021-01-12 14:01 UTC 

[RFC PATCH v2] net: bridge: igmp: Extend IGMP query to be per vlan
 2021-01-12 13:59 UTC 

[PATCH V2 net 4/6] net: stmmac: fix dma physical address of descriptor when display ring
 2021-01-12 13:59 UTC  (2+ messages)

[PATCH v2] net: phy: realtek: Add support for RTL9000AA/AN
 2021-01-12 13:54 UTC  (4+ messages)

[PATCH 0/4] net: sfp: add support for GPON RTL8672/RTL9601C and Ubiquiti U-Fiber
 2021-01-12 13:33 UTC  (3+ messages)
` [PATCH v3 0/2] "

[PATCH] wireless: realtek: Simplify bool comparison
 2021-01-12 13:25 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 06/51] ath11k: fix crash caused by NULL rx_channel
 2021-01-12 13:11 UTC  (12+ messages)
` [PATCH AUTOSEL 5.10 07/51] rtlwifi: rise completion at the last step of firmware callback
` [PATCH AUTOSEL 5.10 09/51] ath11k: qmi: try to allocate a big block of DMA memory first
` [PATCH AUTOSEL 5.10 14/51] ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram
` [PATCH AUTOSEL 5.10 16/51] qede: fix offload for IPIP tunnel packets
` [PATCH AUTOSEL 5.10 17/51] stmmac: intel: Add PCI IDs for TGL-H platform
` [PATCH AUTOSEL 5.10 23/51] CDC-NCM: remove "connected" log message
` [PATCH AUTOSEL 5.10 31/51] net: usb: qmi_wwan: add Quectel EM160R-GL
` [PATCH AUTOSEL 5.10 35/51] misdn: dsp: select CONFIG_BITREVERSE
` [PATCH AUTOSEL 5.10 36/51] net: ethernet: fs_enet: Add missing MODULE_LICENSE
` [PATCH AUTOSEL 5.10 37/51] selftests: fix the return value for UDP GRO test

[PATCH AUTOSEL 5.4 05/28] netfilter: ipset: fixes possible oops in mtype_resize
 2021-01-12 12:56 UTC  (6+ messages)
` [PATCH AUTOSEL 5.4 08/28] ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram
` [PATCH AUTOSEL 5.4 11/28] CDC-NCM: remove "connected" log message
` [PATCH AUTOSEL 5.4 16/28] net: usb: qmi_wwan: add Quectel EM160R-GL
` [PATCH AUTOSEL 5.4 20/28] net: ethernet: fs_enet: Add missing MODULE_LICENSE
` [PATCH AUTOSEL 5.4 21/28] selftests: fix the return value for UDP GRO test

[PATCH AUTOSEL 4.19 05/16] ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram
 2021-01-12 12:57 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 06/16] qede: fix offload for IPIP tunnel packets
` [PATCH AUTOSEL 4.19 09/16] net: usb: qmi_wwan: add Quectel EM160R-GL


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).