netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-13 06:20:41 to 2022-05-13 21:44:07 UTC [more...]

[PATCH net-next 00/17] Netfilter updates for net-next
 2022-05-13 21:43 UTC  (10+ messages)
` [PATCH net-next 01/17] netfilter: ecache: use dedicated list for event redelivery
` [PATCH net-next 02/17] netfilter: conntrack: include ecache dying list in dumps
` [PATCH net-next 03/17] netfilter: conntrack: remove the percpu dying list
` [PATCH net-next 04/17] netfilter: cttimeout: decouple unlink and free on netns destruction
` [PATCH net-next 05/17] netfilter: remove nf_ct_unconfirmed_destroy helper
` [PATCH net-next 06/17] netfilter: extensions: introduce extension genid count
` [PATCH net-next 07/17] netfilter: cttimeout: decouple unlink and free on netns destruction
` [PATCH net-next 08/17] netfilter: conntrack: remove __nf_ct_unconfirmed_destroy
` [PATCH net-next 09/17] netfilter: conntrack: remove unconfirmed list

[PATCH net-next v3] net: dsa: realtek: rtl8366rb: Serialize indirect PHY register access
 2022-05-13 21:36 UTC 

[PATCH net v5 1/3] ptp: ptp_clockmatrix: Add PTP_CLK_REQ_EXTTS support
 2022-05-13 21:33 UTC  (7+ messages)
` [PATCH net v5 3/3] ptp: clockmatrix: miscellaneous cosmetic change

[PATCH v3 3/3] igb_main: Assign random MAC address instead of fail in case of invalid one
 2022-05-13 21:25 UTC 

[PATCH 1/1] ixgbe: correct SDP0 check of SFP cage for X550
 2022-05-13 20:38 UTC  (4+ messages)
` [PATCH v2 "

[PATCH net-next 0/5] Simplifications for Broadcom and Realtek DSA taggers
 2022-05-13 20:35 UTC  (3+ messages)
` [PATCH net-next 1/5] net: dsa: tag_rtl4_a: __skb_put_padto() can never fail

[PATCH ipsec,v2] xfrm: fix "disable_policy" flag use when arriving from different devices
 2022-05-13 20:34 UTC 

[PATCH 0/8] pull request (net-next): ipsec-next 2022-05-13
 2022-05-13 20:20 UTC  (10+ messages)
` [PATCH 1/8] xfrm: free not used XFRM_ESP_NO_TRAILER flag
` [PATCH 2/8] xfrm: delete not used number of external headers
` [PATCH 3/8] xfrm: rename xfrm_state_offload struct to allow reuse
` [PATCH 4/8] xfrm: store and rely on direction to construct offload flags
` [PATCH 5/8] ixgbe: propagate XFRM offload state direction instead of flags
` [PATCH 6/8] netdevsim: rely on XFRM "
` [PATCH 7/8] net/mlx5e: Use "
` [PATCH 8/8] xfrm: drop not needed flags variable in XFRM offload struct

[RFC PATCH devicetree] of: property: mark "interrupts" as optional for fw_devlink
 2022-05-13 20:12 UTC 

[PATCH v2 net-next 00/10]
 2022-05-13 19:46 UTC  (12+ messages)
` [PATCH v2 net-next 01/10] net: annotate races around sk->sk_bound_dev_if
` [PATCH v2 net-next 02/10] sctp: read sk->sk_bound_dev_if once in sctp_rcv()
` [PATCH v2 net-next 03/10] tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()
` [PATCH v2 net-next 04/10] net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_if
` [PATCH v2 net-next 05/10] dccp: use READ_ONCE() to read sk->sk_bound_dev_if
` [PATCH v2 net-next 06/10] inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()
` [PATCH v2 net-next 07/10] net_sched: em_meta: add READ_ONCE() in var_sk_bound_if()
` [PATCH v2 net-next 08/10] l2tp: use add READ_ONCE() to fetch sk->sk_bound_dev_if
` [PATCH v2 net-next 09/10] ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()
` [PATCH v2 net-next 10/10] inet: rename INET_MATCH()

[PATCH net-next 1/2] net: phy: micrel: Allow probing without .driver_data
 2022-05-13 19:37 UTC  (4+ messages)
` [PATCH net-next 2/2] net: phy: micrel: Use the kszphy probe/suspend/resume

[PATCH] bpf: Fix KASAN use-after-free Read in compute_effective_progs
 2022-05-13 19:08 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[RFC] can: ctucanfd: RX timestamping implementation
 2022-05-13 19:02 UTC  (4+ messages)
` [RFC PATCH 1/3] can: ctucanfd: add HW timestamps to RX and error CAN frames

[PATCH ipsec] xfrm: set dst dev to blackhole_netdev instead of loopback_dev in ifdown
 2022-05-13 18:56 UTC  (3+ messages)

[PATCH v2 net-next] inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
 2022-05-13 18:48 UTC  (5+ messages)

[PATCH] wireless: Fix Makefile to be in alphabetical order
 2022-05-13 18:42 UTC 

[PATCH v7 net-next 00/13] tcp: BIG TCP implementation
 2022-05-13 18:34 UTC  (14+ messages)
` [PATCH v7 net-next 01/13] net: add IFLA_TSO_{MAX_SIZE|SEGS} attributes
` [PATCH v7 net-next 02/13] net: allow gso_max_size to exceed 65536
` [PATCH v7 net-next 03/13] net: limit GSO_MAX_SIZE to 524280 bytes
` [PATCH v7 net-next 04/13] tcp_cubic: make hystart_ack_delay() aware of BIG TCP
` [PATCH v7 net-next 05/13] ipv6: add struct hop_jumbo_hdr definition
` [PATCH v7 net-next 06/13] ipv6/gso: remove temporary HBH/jumbo header
` [PATCH v7 net-next 07/13] ipv6/gro: insert "
` [PATCH v7 net-next 08/13] net: allow gro_max_size to exceed 65536
` [PATCH v7 net-next 09/13] ipv6: Add hop-by-hop header to jumbograms in ip6_output
` [PATCH v7 net-next 10/13] net: loopback: enable BIG TCP packets
` [PATCH v7 net-next 11/13] veth: "
` [PATCH v7 net-next 12/13] mlx4: support "
` [PATCH v7 net-next 13/13] mlx5: "

[PATCH v3 RESEND] efi: Do not import certificates from UEFI Secure Boot for T2 Macs
 2022-05-13 18:31 UTC  (8+ messages)
` [PATCH v4] "
  ` [PATCH v4 RESEND] "
    ` [PATCH v5] "
      ` [PATCH v6] "
        ` [PATCH v7] "

[PATCH net] net: lan966x: Fix assignment of the MAC address
 2022-05-13 18:00 UTC 

[PATCH net-next v3] bond: add mac filter option for balance-xor
 2022-05-13 17:43 UTC 

[PATCH iproute2 next v3] bond: add mac_filter option
 2022-05-13 17:43 UTC 

[PATCH net-next v2] bond: add mac filter option for balance-xor
 2022-05-13 17:35 UTC  (7+ messages)

[PATCH net-next 0/2] net: skb: Remove skb_data_area_size()
 2022-05-13 17:34 UTC  (3+ messages)
` [PATCH net-next 1/2] net: wwan: t7xx: Avoid calls to skb_data_area_size()
` [PATCH net-next 2/2] net: skb: Remove skb_data_area_size()

[PATCH -next] sfc: siena: Fix Kconfig dependencies
 2022-05-13 17:30 UTC  (3+ messages)

[PATCH] net: tulip: convert to devres
 2022-05-13 17:23 UTC  (2+ messages)
` [PATCH v2] "

[PATCH net 0/2] pull-request: can 2022-05-13
 2022-05-13 17:21 UTC  (4+ messages)
` [PATCH net 1/2] Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"
` [PATCH net 2/2] can: m_can: remove support for custom bit timing, take #2

[PATCH net-next] net: PIM register decapsulation and Forwarding
 2022-05-13 17:13 UTC  (2+ messages)

[PATCH v6 net-next 00/13] tcp: BIG TCP implementation
 2022-05-13 17:12 UTC  (10+ messages)
` [PATCH v6 net-next 13/13] mlx5: support BIG TCP packets

[GIT PULL] virtio: last minute fixup
 2022-05-13 17:00 UTC  (11+ messages)

[PATCH net-next v2] tls: Add opt-in zerocopy mode of sendfile()
 2022-05-13 16:02 UTC  (4+ messages)

[PATCH] ath10k: do not enforce interrupt trigger type
 2022-05-13 15:57 UTC  (2+ messages)

[PATCH 19/32] afs: Use mem_to_flex_dup() with struct afs_acl
 2022-05-13 15:44 UTC  (4+ messages)
` [PATCH 00/32] Introduce flexible array struct memcpy() helpers

[PATCH net-next v3 00/10] UDP/IPv6 refactoring
 2022-05-13 15:26 UTC  (11+ messages)
` [PATCH net-next v3 01/10] ipv6: optimise ipcm6 cookie init
` [PATCH net-next v3 02/10] udp/ipv6: move pending section of udpv6_sendmsg
` [PATCH net-next v3 03/10] udp/ipv6: prioritise the ip6 path over ip4 checks
` [PATCH net-next v3 04/10] udp/ipv6: optimise udpv6_sendmsg() daddr checks
` [PATCH net-next v3 05/10] udp/ipv6: optimise out daddr reassignment
` [PATCH net-next v3 06/10] udp/ipv6: clean up udpv6_sendmsg's saddr init
` [PATCH net-next v3 07/10] ipv6: partially inline fl6_update_dst()
` [PATCH net-next v3 08/10] ipv6: refactor opts push in __ip6_make_skb()
` [PATCH net-next v3 09/10] ipv6: improve opt-less __ip6_make_skb()
` [PATCH net-next v3 10/10] ipv6: clean up ip6_setup_cork

[PATCH ipsec] xfrm: fix "disable_policy" flag use when arriving from different devices
 2022-05-13 15:12 UTC  (4+ messages)

[PATCH ipsec-next 0/6] Extend XFRM core to allow full offload configuration
 2022-05-13 15:07 UTC  (9+ messages)
` [PATCH ipsec-next 3/6] xfrm: add an interface to offload policy
` [PATCH ipsec-next 4/6] xfrm: add TX datapath support for IPsec full offload mode
` [PATCH ipsec-next 5/6] xfrm: add RX datapath protection "
` [PATCH ipsec-next 6/6] xfrm: enforce separation between priorities of HW/SW policies

[PATCHv2 net] Documentation: add description for net.core.gro_normal_batch
 2022-05-13 15:02 UTC 

[PATCH bpf-next v3 0/2] Introduce access remote cpu elem support in BPF percpu map
 2022-05-13 15:01 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: add bpf_map_lookup_percpu_elem for "
` [PATCH bpf-next v3 2/2] selftests/bpf: add test case for bpf_map_lookup_percpu_elem

[PATCH bpf-next v3 0/7] bpf trampoline for arm64
 2022-05-13 14:59 UTC  (3+ messages)
` [PATCH bpf-next v3 4/7] bpf, arm64: Impelment bpf_arch_text_poke() "

Kernel Panic in skb_release_data using genet
 2022-05-13 14:56 UTC  (11+ messages)

[PATCHv2 bpf-next 0/2] selftests/bpf: fix ima_setup.sh missing issue
 2022-05-13 14:46 UTC  (2+ messages)

[PATCH 00/30] The panic notifiers refactor
 2022-05-13 14:44 UTC  (5+ messages)
` [PATCH 11/30] um: Improve panic notifiers consistency and ordering

[ANNOUNCE] iptables 1.8.8 release
 2022-05-13 14:40 UTC 

[PATCH wpan-next 00/11] ieee802154: Synchronous Tx support
 2022-05-13 14:26 UTC  (7+ messages)
` [PATCH wpan-next 08/11] net: mac802154: Add a warning in the hot path

[PATCH net] NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc
 2022-05-13 13:33 UTC 

[PATCH RESEND net] bonding: fix missed rcu protection
 2022-05-13 13:23 UTC  (2+ messages)

[PATCH v4] net: usb: r8152: Add in new Devices that are supported for Mac-Passthru
 2022-05-13 12:49 UTC 

[PATCH RFC] net: bridge: Clear offload_fwd_mark when passing frame up bridge interface
 2022-05-13 12:47 UTC  (5+ messages)

[PATCH net 0/2] sfc: fix some efx_separate_tx_channels errors
 2022-05-13 12:37 UTC  (4+ messages)
` [PATCH net 2/2] sfc: do not initialize non existing queues with efx_separate_tx_channels

[PATCH net-next 00/14] Wangxun 10 Gigabit Ethernet Driver
 2022-05-13 12:27 UTC  (5+ messages)

[PATCH bpf-next v3] bpftool: Use sysfs vmlinux when dumping BTF by ID
 2022-05-13 12:17 UTC 

[PATCH net-next] net: ethernet: Fix unmet direct dependencies detected for NVMEM_SUNPLUS_OCOTP
 2022-05-13 11:57 UTC 

[PATCH] can: xilinx_can: Add Transmitter delay compensation (TDC) feature support
 2022-05-13 11:56 UTC  (3+ messages)

[PATCH net-next 0/4] bnxt_en: Updates for net-next
 2022-05-13 11:50 UTC  (2+ messages)

[PATCH net] Revert "tcp/dccp: get rid of inet_twsk_purge()"
 2022-05-13 11:50 UTC  (3+ messages)

[PATCH net 0/3] net: ipa: three bug fixes
 2022-05-13 11:50 UTC  (2+ messages)

[PATCH net-next 0/2] net/smc: send and write inline optimization for smc
 2022-05-13 11:44 UTC  (5+ messages)
` [PATCH net-next 1/2] net/smc: send cdc msg inline if qp has sufficient inline space
` [PATCH net-next 2/2] net/smc: rdma write "

[PATCH net-next v7 1/2] net: axienet: Be more careful about updating tx_bd_tail
 2022-05-13 11:30 UTC  (2+ messages)

pull request: bluetooth 2022-05-11
 2022-05-13 11:21 UTC  (2+ messages)

[PATCH 1/2] kernel/bpf: change "char *" string form to "char []"
 2022-05-13 11:14 UTC  (5+ messages)

[PATCH net-next] selftests: fib_nexthops: Make the test more robust
 2022-05-13 11:10 UTC  (2+ messages)

[PATCH net] tcp: Add READ_ONCE() to read tcp_orphan_count
 2022-05-13 11:08 UTC  (7+ messages)

[PATCH -next] net: ethernet: fix platform_no_drv_owner.cocci warning
 2022-05-13 10:40 UTC  (2+ messages)

[PATCH net-next] net: page_pool: add page allocation stats for two fast page allocate path
 2022-05-13 10:40 UTC  (2+ messages)

[PATCH net-next v3 0/7] Polling be gone on LAN95xx
 2022-05-13 10:40 UTC  (2+ messages)

[PATCH] bond: fix missed rcu protection
 2022-05-13 10:30 UTC 

[PATCH v2] net: ethernet: Use swap() instead of open coding it
 2022-05-13 10:30 UTC  (2+ messages)

[PATCH net-next 00/14] introduce mt7986 ethernet support
 2022-05-13 10:26 UTC  (4+ messages)
` [PATCH net-next 02/14] dt-bindings: net: mediatek,net: add mt7986-eth binding

[RFC Patch net-next v2 0/9] net: dsa: microchip: refactor the ksz switch init function
 2022-05-13 10:22 UTC  (10+ messages)
` [RFC Patch net-next v2 1/9] net: dsa: microchip: ksz8795: update the port_cnt value in ksz_chip_data
` [RFC Patch net-next v2 2/9] net: dsa: microchip: move ksz_chip_data to ksz_common
` [RFC Patch net-next v2 3/9] net: dsa: microchip: perform the compatibility check for dev probed
` [RFC Patch net-next v2 4/9] net: dsa: microchip: move port memory allocation to ksz_common
` [RFC Patch net-next v2 5/9] net: dsa: microchip: move struct mib_names to ksz_chip_data
` [RFC Patch net-next v2 6/9] net: dsa: microchip: move get_strings to ksz_common
` [RFC Patch net-next v2 7/9] net: dsa: move mib->cnt_ptr reset code to ksz_common.c
` [RFC Patch net-next v2 8/9] net: dsa: microchip: add the phylink get_caps
` [RFC Patch net-next v2 9/9] net: dsa: microchip: remove unused members in ksz_device

[PATCH] random32: use real rng for non-deterministic randomness
 2022-05-13 10:07 UTC  (3+ messages)

[PATCH iproute2] tipc: fix keylen check
 2022-05-13  9:52 UTC 

[PATCH RESEND] can: j1939: do not wait 250ms if the same addr was already claimed
 2022-05-13  9:46 UTC  (9+ messages)

[syzbot] UBSAN: shift-out-of-bounds in tcf_pedit_init
 2022-05-13  9:36 UTC  (5+ messages)

[PATCH net] net/sched: act_pedit: sanitize shift argument before usage
 2022-05-13  9:27 UTC 

[RFC] netfilter: nf_tables: ignore errors on flowtable device hw offload setup
 2022-05-13  9:09 UTC  (5+ messages)

[RFC net-next] dt-bindings: net: xilinx: document xilinx emaclite driver binding
 2022-05-13  8:52 UTC  (2+ messages)

[syzbot] WARNING: suspicious RCU usage in bond_ethtool_get_ts_info
 2022-05-13  8:48 UTC  (3+ messages)

[RFC 0/6] ifcvf/vDPA: support query device config space through
 2022-05-13  8:39 UTC  (7+ messages)
` [RFC 1/6] vDPA/ifcvf: get_config_size should return a value no greater than dev implementation
` [RFC 2/6] vDPA/ifcvf: support userspace to query features and MQ of a management device
` [RFC 3/6] vDPA/ifcvf: support userspace to query device feature bits
` [RFC 4/6] vDPA: !FEATURES_OK should not block querying device config space
` [RFC 5/6] vDPA: answer num of queue pairs = 1 to userspace when VIRTIO_NET_F_MQ == 0
` [RFC 6/6] vDPA: fix 'cast to restricted le16' warnings in vdpa_dev_net_config_fill()

[RFC] A new SPI API for fast, low-latency regmap peripheral access
 2022-05-12 20:37 UTC  (2+ messages)

[PATCH] octeontx2-pf: Remove unnecessary synchronize_irq() before free_irq()
 2022-05-13  8:19 UTC 

[PATCH net-next 0/2] sfc: fix mtd memleak and simplify list handling
 2022-05-13  8:02 UTC  (3+ messages)
` [PATCH net-next 2/2] sfc: simplify mtd partitions "

[PATCH v2 net-next] net: wwan: t7xx: Fix return type of t7xx_dl_add_timedout()
 2022-05-13  7:56 UTC 

[PATCH 0/5] Atomics support for eBPF on powerpc
 2022-05-13  7:50 UTC  (7+ messages)
` [PATCH 4/5] bpf ppc32: add support for BPF_ATOMIC bitwise operations
` [PATCH 5/5] bpf ppc32: Add instructions for atomic_[cmp]xchg

[RFC PATCH bpf-next 0/9] bpf: cgroup hierarchical stats collection
 2022-05-13  7:16 UTC  (2+ messages)

[PATCH net-next] octeon_ep: delete unnecessary NULL check
 2022-05-13  7:29 UTC 

[PATCH v2 -next] octeon_ep: add missing destroy_workqueue in octep_init_module
 2022-05-13  7:10 UTC 

[PATCH v2 -next] net: hinic: add missing destroy_workqueue in hinic_pf_to_mgmt_init
 2022-05-13  7:09 UTC 

[PATCH v2] net: rtlwifi: Use pr_warn instead of WARN_ONCE
 2022-05-13  6:20 UTC  (2+ messages)
` [v2] "


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