netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-08 21:45:58 to 2021-07-10 02:53:56 UTC [more...]

[PATCH IPV6 1/1] ipv6: allocate enough headroom in ip6_finish_output2()
 2021-07-10  2:53 UTC  (8+ messages)
` [PATCH IPV6 v2 0/4] "
  ` [PATCH IPV6 v2 1/4] "
  ` [PATCH IPV6 v2 2/4] ipv6: use new helper skb_expand_head() in ip6_xmit()
  ` [PATCH IPV6 v2 3/4] ipv6: ip6_finish_output2 refactoring
  ` [PATCH IPV6 v2 4/4] ipv6: ip6_xmit refactoring

[PATCH net 0/6] mptcp: Connection and accounting fixes
 2021-07-10  1:50 UTC  (8+ messages)
` [PATCH net 1/6] mptcp: fix warning in __skb_flow_dissect() when do syn cookie for subflow join
` [PATCH net 2/6] mptcp: remove redundant req destruct in subflow_check_req()
` [PATCH net 3/6] mptcp: fix syncookie process if mptcp can not_accept new subflow
` [PATCH net 4/6] mptcp: avoid processing packet if a subflow reset
` [PATCH net 5/6] selftests: mptcp: fix case multiple subflows limited by server
` [PATCH net 6/6] mptcp: properly account bulk freed memory

[PATCH net v2] xdp, net: fix use-after-free in bpf_xdp_link_release
 2021-07-10  1:23 UTC  (6+ messages)

[PATCH bpf-next] bpf: add ambient BPF runtime context stored in current
 2021-07-10  1:11 UTC 

[PATCH v2 0/2] mwifiex: Add quirks for MS Surface devices
 2021-07-10  1:07 UTC  (23+ messages)
` [PATCH v2 1/2] mwifiex: pcie: add DMI-based quirk implementation for "
` [PATCH v2 2/2] mwifiex: pcie: add reset_d3cold quirk for Surface gen4+ devices

pull-request: bpf 2021-07-09
 2021-07-09 22:16 UTC 

[PATCH net] net: ip_tunnel: fix mtu calculation for ETHER tunnel devices
 2021-07-09 21:00 UTC  (2+ messages)

[PATCH net] net: validate lwtstate->data before returning from skb_tunnel_info()
 2021-07-09 21:00 UTC  (2+ messages)

[RFC PATCH 0/3] veth: more flexible channels number configuration
 2021-07-09 19:56 UTC  (15+ messages)
` [RFC PATCH 1/3] veth: implement support for set_channel ethtool op
` [RFC PATCH 2/3] veth: make queues nr configurable via kernel module params
` [RFC PATCH 3/3] selftests: net: veth: add tests for set_channel

Posible memory corruption from "mac80211: do not accept/forward invalid EAPOL frames"
 2021-07-09 19:48 UTC  (7+ messages)

[GIT PULL] virtio,vhost,vdpa: features, fixes
 2021-07-09 19:20 UTC  (2+ messages)

[Patch net-next] net: use %px to print skb address in trace_netif_receive_skb
 2021-07-09 19:18 UTC  (6+ messages)
` [Patch net-next] net_sched: use %px to print skb address in trace_qdisc_dequeue()
` [Patch net-next] net_sched: introduce tracepoint trace_qdisc_enqueue()

How to limit TCP packet lengths given to TC egress EBPF programs?
 2021-07-09 18:38 UTC 

[PATCH net-next v3] net: phy: intel-xway: Add RGMII internal delay configuration
 2021-07-09 18:31 UTC  (2+ messages)

[PATCH] net: qcom/emac: fix UAF in emac_remove
 2021-07-09 18:30 UTC  (2+ messages)

[PATCH net] net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cache
 2021-07-09 18:30 UTC  (2+ messages)

[PATCH v2] net: send SYNACK packet with accepted fwmark
 2021-07-09 18:30 UTC  (2+ messages)

[PATCH] net: ti: fix UAF in tlan_remove_one
 2021-07-09 18:30 UTC  (2+ messages)

[PATCH] net: moxa: fix UAF in moxart_mac_probe
 2021-07-09 18:30 UTC  (2+ messages)

[PATCH net] tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy path
 2021-07-09 18:30 UTC  (2+ messages)

PHY reset may still be asserted during MDIO probe
 2021-07-09 18:14 UTC  (4+ messages)

[PATCHv2] selftests: Use kselftest skip code for skipped tests
 2021-07-09 17:53 UTC  (4+ messages)

[syzbot] net test error: possible deadlock in fs_reclaim_acquire
 2021-07-09 17:42 UTC 

[PATCH] iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha
 2021-07-09 17:32 UTC  (2+ messages)

[PATCH 1/1 v2] skbuff: Fix a potential race while recycling page_pool packets
 2021-07-09 17:29 UTC  (3+ messages)

[PATCH net-next 0/4] selftests: forwarding: Tests redirects between L3 and L2 devices
 2021-07-09 16:21 UTC  (8+ messages)
` [PATCH net-next 1/4] selftests: forwarding: Test redirecting gre or ipip packets to Ethernet

[bpf-next 0/3] potential memleak and use after free in bpf verifier
 2021-07-09 15:12 UTC  (7+ messages)
` [bpf-next 3/3] bpf: Fix a use after free in bpf_check()

[PATCH 1/3] sfc: revert "reduce the number of requested xdp ev queues"
 2021-07-09 15:06 UTC  (12+ messages)
` [PATCH v2 0/3] Fix lack of XDP TX queues
  ` [PATCH v2 1/3] sfc: fix lack of XDP TX queues - error XDP TX failed (-22)
  ` [PATCH v2 2/3] sfc: revert "adjust efx->xdp_tx_queue_count with the real number of initialized queues"
  ` [PATCH v2 3/3] sfc: add logs explaining XDP_TX/REDIRECT is not available

[PATCH] net: tun: fix tun_xdp_one() for IFF_TUN mode
 2021-07-09 15:04 UTC  (17+ messages)
` [PATCH v3 1/5] net: add header len parameter to tun_get_socket(), tap_get_socket()
  ` [PATCH v3 3/5] vhost_net: remove virtio_net_hdr validation, let tun/tap do it themselves

[PATCH net-next v2] net: phy: intel-xway: Add RGMII internal delay configuration
 2021-07-09 14:35 UTC 

[PATCH net-next RFC 0/2] add elevated refcnt support for page pool
 2021-07-09 14:15 UTC  (16+ messages)
` [PATCH net-next RFC 1/2] page_pool: add page recycling support based on elevated refcnt

[RFC PATCH 0/3] mwifiex: Add quirks for MS Surface devices
 2021-07-09 14:10 UTC  (5+ messages)
` [RFC PATCH 2/3] mwifiex: pcie: add reset_d3cold quirk for Surface gen4+ devices

[RFC PATCH v2 net-next 00/10] Allow forwarding for the software bridge data path to be offloaded to capable devices
 2021-07-09 14:09 UTC  (6+ messages)
` [RFC PATCH v2 net-next 02/10] net: bridge: disambiguate offload_fwd_mark
` [RFC PATCH v2 net-next 04/10] net: bridge: switchdev: allow the data plane forwarding to be offloaded

issue with unreachable code in net sxgbe driver
 2021-07-09 14:03 UTC 

[PATCH] net: send SYNACK packet with accepted fwmark
 2021-07-09 14:02 UTC  (2+ messages)

issue with set_vlan_mode in starfire driver
 2021-07-09 13:46 UTC 

[PATCH] Bluetooth: call lock_sock() outside of spinlock section
 2021-07-09 13:50 UTC  (6+ messages)
` [PATCH v2] "
      `  "

[PATCH net-next] net: phy: intel-xway: Add RGMII internal delay configuration
 2021-07-09 13:33 UTC  (4+ messages)

Realtek 8139 problem on 486
 2021-07-09 12:43 UTC  (22+ messages)

[PATCH net-next] virtio_net: check virtqueue_add_sgs() return value
 2021-07-09 11:17 UTC  (2+ messages)

[PATCH bpf-next 0/2] Add xdp_update_skb_shared_info utility routine
 2021-07-09 11:10 UTC  (3+ messages)
` [PATCH bpf-next 1/2] net: skbuff: add xdp_frags_tsize field to skb_shared_info
` [PATCH bpf-next 2/2] net: xdp: add xdp_update_skb_shared_info utility routine

[PATCH] drivers: Follow the indentation coding standard on printks
 2021-07-09 10:30 UTC  (5+ messages)

[PATCH 0/6] treewide: rename 'mod_init' & 'mod_exit' functions to be module-specific
 2021-07-09 10:21 UTC  (9+ messages)
` [PATCH 1/6] arm: crypto: "
` [PATCH 2/6] hw_random: "
` [PATCH 3/6] lib: crypto: "
` [PATCH 4/6] MOST: cdev: "
` [PATCH 5/6] net: hdlc: "
` [PATCH 6/6] net: wireguard: "

[PATCH net] net: phy: reconfigure PHY WOL in resume if WOL option still enabled
 2021-07-09  9:57 UTC  (12+ messages)

[PATCH net v1] net: taprio offload: enforce qdisc to netdev queue mapping
 2021-07-09  9:41 UTC  (9+ messages)

[PATCH 1/2] MAINTAINERS: nfc: add Krzysztof Kozlowski as maintainer
 2021-07-09  9:24 UTC  (5+ messages)
` [linux-nfc] "
    ` [linux-nfc] "

[PATCH] ath9k: hif_usb: fix memory leak in ath9k_hif_usb_firmware_cb
 2021-07-09  8:43 UTC 

[PATCH V1 net-next 0/5] net: fec: add support for i.MX8MQ and i.MX8QM
 2021-07-09  8:18 UTC  (6+ messages)
` [PATCH V1 net-next 1/5] dt-bindings: fec: add the missing clocks properties
` [PATCH V1 net-next 2/5] dt-bindings: fec: add RGMII delayed clock property
` [PATCH V1 net-next 3/5] net: fec: add imx8mq and imx8qm new versions support
` [PATCH V1 net-next 4/5] net: fec: add eee mode tx lpi support
` [PATCH V1 net-next 5/5] net: fec: add MAC internal delayed clock feature support

[PATCH V1 0/5] net: fec: add support for i.MX8MQ and i.MX8QM
 2021-07-09  8:16 UTC  (7+ messages)
` [PATCH V1 1/5] dt-bindings: fec: add the missing clocks properties
` [PATCH V1 2/5] dt-bindings: fec: add RGMII delayed clock property
` [PATCH V1 3/5] net: fec: add imx8mq and imx8qm new versions support
` [PATCH V1 4/5] net: fec: add eee mode tx lpi support
` [PATCH V1 5/5] net: fec: add MAC internal delayed clock feature support

[PATCH net] i40e: introduce pseudo number of cpus for compatibility
 2021-07-09  7:13 UTC  (2+ messages)

[PATCH v5 bpf-next 00/11] bpf: Introduce BPF timers
 2021-07-09  7:00 UTC  (8+ messages)
` [PATCH v5 bpf-next 04/11] bpf: Add map side support for bpf timers

[PATCH bpf-next v3 0/2] libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'
 2021-07-09  2:47 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] libbpf: Fix the possible memory leak caused by obj->kconfig

[PATCH v2 0/6] Add TDX Guest Support (Attestation support)
 2021-07-09  2:43 UTC  (14+ messages)
` [PATCH v2 5/6] platform/x86: intel_tdx_attest: Add TDX Guest attestation interface driver

[PATCH net] net: bcmgenet: Ensure all TX/RX queues DMAs are disabled
 2021-07-09  2:40 UTC  (2+ messages)

[PATCH V3 0/2] vDPA/ifcvf: implement management netlink framework
 2021-07-09  2:37 UTC  (5+ messages)
` [PATCH V3 1/2] vDPA/ifcvf: introduce get_dev_type() which returns virtio dev id
` [PATCH V3 2/2] vDPA/ifcvf: implement management netlink framework for ifcvf

[PATCH ethtool v4 0/4] Extend module EEPROM API
 2021-07-08 23:40 UTC  (2+ messages)

ethtool 5.13 released
 2021-07-08 23:29 UTC 

linux-next: build warning after merge of the bpf tree
 2021-07-08 22:55 UTC 

[PATCH bpf-next v2] libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'
 2021-07-08 21:48 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the net tree
 2021-07-08 21:45 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).