netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-12 13:44:26 to 2021-01-12 21:48:22 UTC [more...]

[PATCH bpf 1/2] bpf: allow empty module BTFs
 2021-01-12 20:26 UTC  (9+ messages)
` [PATCH bpf 2/2] libbpf: allow loading empty BTFs

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

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

[PATCH] mm: net: memcg accounting for TCP rx zerocopy
 2021-01-12 21:46 UTC  (2+ messages)

[PATCH net-next 0/3] r8169: further improvements
 2021-01-12 20:21 UTC  (2+ messages)

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

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

[PATCH net-next v15 0/6] Add support for mv88e6393x family of Marvell
 2021-01-12 21:44 UTC  (14+ 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 net-next 0/4] Fix receive window restriction
 2021-01-12 20:56 UTC  (9+ messages)
` [PATCH net-next 4/4] tcp: remove limit on initial receive window

[RFC PATCH 0/7] Support for virtio-net hash reporting
 2021-01-12 20:55 UTC  (14+ 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 v3 bpf-next 0/7] Support kernel module ksym variables
 2021-01-12 20:38 UTC  (4+ messages)
` [PATCH v3 bpf-next 5/7] bpf: support BPF ksym variables in kernel modules

mlx5 error when the skb linear space is empty
 2021-01-12 20:35 UTC  (4+ messages)

[RFC PATCH net-next] bonding: add a vlan+srcmac tx hashing option
 2021-01-12 21:39 UTC  (5+ messages)

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

[PATCH net-next] udp: allow forwarding of plain (non-fraglisted) UDP GRO packets
 2021-01-12 21:16 UTC 

[PATCH v2 0/3] hv_netvsc: Prevent packet loss during VF add/remove
 2021-01-12 21:31 UTC  (3+ messages)

[PATCH net-next] net: ipa: add config dependency on QCOM_SMEM
 2021-01-12 21:29 UTC  (2+ messages)

[PATCH] igb: avoid premature Rx buffer reuse
 2021-01-12 21:22 UTC  (4+ messages)

[net] net: feature check mandating HW_CSUM is wrong
 2021-01-12 21:17 UTC  (3+ messages)

[PATCH v6 net-next 00/15] Make .ndo_get_stats64 sleepable
 2021-01-12 20:10 UTC  (8+ 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 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 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: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 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/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: "

[net-next PATCH v3 00/15] ACPI support for dpaa2 driver
 2021-01-12 18:03 UTC  (14+ messages)
` [net-next PATCH v3 09/15] device property: Introduce fwnode_get_id()
` [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 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 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 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)


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