Netdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-01 16:26:19 to 2021-07-02 18:51:42 UTC [more...]

Realtek 8139 problem on 486
 2021-07-02 19:02 UTC  (21+ messages)

[PATCH] iavf: remove redundant null check on key
 2021-07-02 18:43 UTC  (2+ messages)

[PATCH 04/24] rtw89: add debug files
 2021-07-02 18:38 UTC  (2+ messages)

[RFC net-next 0/4] Marvell Prestera add policer support
 2021-07-02 18:29 UTC  (5+ messages)
` [RFC net-next 1/4] net: marvell: prestera: do not fail if FW reply is bigger
` [RFC net-next 2/4] net: marvell: prestera: turn FW supported versions into an array
` [RFC net-next 3/4] net: sched: introduce __tc_classid_to_hwtc() helper
` [RFC net-next 4/4] net: marvell: prestera: Offload FLOW_ACTION_POLICE

Kernel Panic in skb_release_data using genet
 2021-07-02 16:49 UTC  (12+ messages)

[PATCH net-next v6 0/5] Generic XDP improvements
 2021-07-02 16:11 UTC  (9+ messages)
` [PATCH net-next v6 1/5] net: core: split out code to run generic XDP prog
` [PATCH net-next v6 2/5] bitops: add non-atomic bitops for pointers
` [PATCH net-next v6 3/5] bpf: cpumap: implement generic cpumap
` [PATCH net-next v6 4/5] bpf: devmap: implement devmap prog execution for generic XDP
` [PATCH net-next v6 5/5] bpf: tidy xdp attach selftests

[PATCH bpf-next] libbpf: ignore .eh_frame sections when parsing elf files
 2021-07-02 16:10 UTC  (2+ messages)

[regression] UDP recv data corruption
 2021-07-02 16:07 UTC  (11+ messages)

[PATCH v3] net: bridge: sync fdb to new unicast-filtering ports
 2021-07-02 15:25 UTC  (2+ messages)

[PATCH net-next v2 0/6] ar9331: mainline some parts of switch functionality
 2021-07-02 15:14 UTC  (9+ messages)
` [PATCH net-next v2 1/6] net: dsa: qca: ar9331: reorder MDIO write sequence
` [PATCH net-next v2 2/6] net: dsa: qca: ar9331: make proper initial port defaults
` [PATCH net-next v2 3/6] net: dsa: qca: ar9331: add forwarding database support
  ` [PATCH net-next v2 3/6] net: dsa: qca: ar9331: add forwarding database support'
` [PATCH net-next v2 4/6] net: dsa: qca: ar9331: add ageing time support
` [PATCH net-next v2 5/6] net: dsa: qca: ar9331: add bridge support
` [PATCH net-next v2 6/6] net: dsa: qca: ar9331: add vlan support

[PATCH net] sock: fix error in sock_setsockopt()
 2021-07-02 14:50 UTC  (2+ messages)

[PATCH net 0/8] net: fix bonding ipsec offload problems
 2021-07-02 14:26 UTC  (9+ messages)
` [PATCH net 1/8] bonding: fix suspicious RCU usage in bond_ipsec_add_sa()
` [PATCH net 2/8] bonding: fix null dereference "
` [PATCH net 3/8] net: netdevsim: use xso.real_dev instead of xso.dev in callback functions of struct xfrmdev_ops
` [PATCH net 4/8] ixgbevf: "
` [PATCH net 5/8] bonding: fix suspicious RCU usage in bond_ipsec_del_sa()
` [PATCH net 6/8] bonding: disallow setting nested bonding + ipsec offload
` [PATCH net 7/8] bonding: Add struct bond_ipesc to manage SA
` [PATCH net 8/8] bonding: fix suspicious RCU usage in bond_ipsec_offload_ok()

[PATCH net-next v3 0/3] add benchmark selftest and optimization for ptr_ring
 2021-07-02 14:18 UTC  (13+ messages)
` [PATCH net-next v3 1/3] selftests/ptr_ring: add benchmark application "
` [PATCH net-next v3 2/3] ptr_ring: move r->queue[] clearing after r->consumer_head updating
    ` [Linuxarm] "

[PATCH bpf-next V1] samples/bpf: xdp_redirect_cpu_user: cpumap qsize set larger default
 2021-07-02 14:06 UTC 

[PATCH net-next RFC 0/2] add elevated refcnt support for page pool
 2021-07-02 13:39 UTC  (6+ messages)
` [PATCH net-next RFC 1/2] page_pool: add page recycling support based on elevated refcnt

[RFC PATCH 1/2] net: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_*
 2021-07-02 13:25 UTC  (3+ messages)
` [RFC PATCH 2/2] net: j1939: extend UAPI to notify about RX status

[PATCH] ath11k: Remove some duplicate code
 2021-07-02 11:40 UTC  (2+ messages)

[PATCH] ath: switch from 'pci_' to 'dma_' API
 2021-07-02 11:40 UTC  (2+ messages)

[PATCH v2] net: bridge: sync fdb to new unicast-filtering ports
 2021-07-02 11:32 UTC  (4+ messages)

[PATCH net-next v5 0/5] Generic XDP improvements
 2021-07-02 11:18 UTC  (4+ messages)
` [PATCH net-next v5 3/5] bpf: cpumap: implement generic cpumap

[PATCH 0/2] Add NCSI Intel OEM command to keep PHY link up on
 2021-07-02 11:25 UTC  (3+ messages)
` [PATCH 1/2] net/ncsi: add NCSI Intel OEM command to keep PHY up
` [PATCH 2/2] net/ncsi: add dummy response handler for Intel boards

[PATCH v2 bpf-next 0/8] bpf: Allow bpf tcp iter to do bpf_(get|set)sockopt
 2021-07-02 10:50 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/8] tcp: seq_file: Avoid skipping sk during tcp_seek_last_pos
` [PATCH v2 bpf-next 2/8] tcp: seq_file: Refactor net and family matching
` [PATCH v2 bpf-next 3/8] bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_state
` [PATCH v2 bpf-next 4/8] tcp: seq_file: Add listening_get_first()
` [PATCH v2 bpf-next 5/8] tcp: seq_file: Replace listening_hash with lhash2
` [PATCH v2 bpf-next 6/8] bpf: tcp: bpf iter batching and lock_sock
` [PATCH v2 bpf-next 7/8] bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter
` [PATCH v2 bpf-next 8/8] bpf: selftest: Test batching and "

[PATCH V2 3/5] net: wwan: iosm: correct link-id handling
 2021-07-02 10:48 UTC  (2+ messages)

hippi: incorrect address masking and compare operation
 2021-07-02 10:42 UTC 

[PATCH bpf] samples/bpf: Fix the error return code of xdp_redirect's main()
 2021-07-02 10:29 UTC  (2+ messages)

[PATCH net 0/2] small tc conntrack fixes
 2021-07-02  9:21 UTC  (3+ messages)
` [PATCH net 1/2] net/sched: act_ct: remove and free nf_table callbacks
` [PATCH net 2/2] nfp: flower-ct: remove callback delete deadlock

[PATCH] net: tun: fix tun_xdp_one() for IFF_TUN mode
 2021-07-02  8:50 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] rtl8xxxu: disable interrupt_in transfer for 8188cu and 8192cu
 2021-07-02  8:41 UTC  (2+ messages)

[PATCH 0/3] gve: Fixes and clean-up
 2021-07-02  8:33 UTC  (5+ messages)

[RFC bpf-next 0/5] bpf, x86: Add bpf_get_func_ip helper
 2021-07-02  8:16 UTC  (3+ messages)

[PATCH net-next V3] net: phy: marvell10g: enable WoL for 88X3310 and 88E2110
 2021-07-02  8:04 UTC 

[PATCH 0/1] Fixup unicast filter for new vlan-aware-bridge ports
 2021-07-02  7:34 UTC  (6+ messages)
` [PATCH 1/1] net: bridge: sync fdb to new unicast-filtering ports

[PATCH net] vmxnet3: fix cksum offload issues for tunnels with non-default udp ports
 2021-07-02  6:44 UTC 

Posible memory corruption from "mac80211: do not accept/forward invalid EAPOL frames"
 2021-07-02  6:54 UTC  (6+ messages)

[PATCH v4 bpf-next 0/9] bpf: Introduce BPF timers
 2021-07-02  6:23 UTC  (12+ messages)
` [PATCH v4 bpf-next 1/9] bpf: Introduce bpf timers
` [PATCH v4 bpf-next 2/9] bpf: Add map side support for "
` [PATCH v4 bpf-next 3/9] bpf: Prevent pointer mismatch in bpf_timer_init
` [PATCH v4 bpf-next 4/9] bpf: Remember BTF of inner maps
` [PATCH v4 bpf-next 5/9] bpf: Relax verifier recursion check
` [PATCH v4 bpf-next 6/9] bpf: Implement verifier support for validation of async callbacks
` [PATCH v4 bpf-next 7/9] bpf: Teach stack depth check about "
` [PATCH v4 bpf-next 8/9] selftests/bpf: Add bpf_timer test
` [PATCH v4 bpf-next 9/9] selftests/bpf: Add a test with bpf_timer in inner map

[PATCH 0/4] selftests: add a new test driver for sysfs
 2021-07-02  5:21 UTC  (6+ messages)
` [PATCH 1/4] selftests: add tests_sysfs module
` [PATCH 2/4] kernfs: add initial failure injection support
` [PATCH 3/4] test_sysfs: add support to use kernfs failure injection
` [PATCH 4/4] test_sysfs: demonstrate deadlock fix

[PATCH 1/2] igc: don't rd/wr iomem when PCI is removed
 2021-07-02  4:51 UTC  (2+ messages)
` [PATCH 2/2] igc: wait for the MAC copy when enabled MAC passthrough

[syzbot] BUG: sleeping function called from invalid context in crypto_drop_spawn (2)
 2021-07-02  4:33 UTC 

[PATCH net-next v1 1/1] net: usb: asix: ax88772: suspend PHY on driver probe
 2021-07-02  3:53 UTC  (4+ messages)

[PATCH] net/sched: act_ct: fix err check for nf_conntrack_confirm
 2021-07-02  3:34 UTC 

[PATCH v8 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-07-02  3:25 UTC  (9+ messages)
` [PATCH v8 09/10] vduse: "
    `  "
        `  "

[PATCH net] gve: DQO: Remove incorrect prefetch
 2021-07-02  3:13 UTC 

[PATCH] perf llvm: Fix error return code in llvm__compile_bpf()
 2021-07-02  3:01 UTC  (3+ messages)

[PATCH] ptp: Set lookup cookie when creating a PTP PPS source
 2021-07-02  1:28 UTC  (4+ messages)

[PATCH v4] sysfs: fix kobject refcount to address races with kobject removal
 2021-07-02  1:04 UTC  (5+ messages)

[PATCH][next] netfilter: nf_tables: Fix dereference of null pointer flow
 2021-07-02  0:56 UTC  (2+ messages)

[PATCH RFC net-next] dt-bindings: ethernet-controller: document signal multiplexer
 2021-07-02  0:55 UTC  (3+ messages)

[PATCH v2 bpf 0/2] potential sockmap memleak and proc stats fix
 2021-07-02  0:11 UTC  (3+ messages)
` [PATCH v2 bpf 1/2] bpf, sockmap: fix potential msg memory leak
` [PATCH v2 bpf 2/2] bpf, sockmap: sk_prot needs inuse_idx for proc stats

[PATCH net v2] net: ipv6: fix return value of ip6_skb_dst_mtu
 2021-07-01 23:47 UTC 

[PATCH net-next 0/2] at803x fiber/SFP support
 2021-07-01 23:12 UTC  (5+ messages)
` [PATCH net-next 1/2] net: phy: at803x: add fiber support
` [PATCH net-next 2/2] net: phy: at803x: Support downstream SFP cage

[PATCH net-next] s390: iucv: Avoid field over-reading memcpy()
 2021-07-01 23:00 UTC  (2+ messages)

[PATCH net v2 1/2] gve: Fix an error handling path in 'gve_probe()'
 2021-07-01 22:50 UTC  (5+ messages)
` [PATCH net v2 2/2] gve: Propagate error codes to caller

[PATCH net 00/11][pull request] Intel Wired LAN Driver Updates 2021-07-01
 2021-07-01 21:50 UTC  (13+ messages)
` [PATCH net 01/11] igc: Fix use-after-free error during reset
` [PATCH net 02/11] igb: "
` [PATCH net 03/11] igc: change default return of igc_read_phy_reg()
` [PATCH net 04/11] ixgbe: Fix an error handling path in 'ixgbe_probe()'
` [PATCH net 05/11] igc: Fix an error handling path in 'igc_probe()'
` [PATCH net 06/11] igb: Fix an error handling path in 'igb_probe()'
` [PATCH net 07/11] fm10k: Fix an error handling path in 'fm10k_probe()'
` [PATCH net 08/11] e1000e: Fix an error handling path in 'e1000_probe()'
` [PATCH net 09/11] iavf: Fix an error handling path in 'iavf_probe()'
` [PATCH net 10/11] igb: Check if num of q_vectors is smaller than max before array access
` [PATCH net 11/11] igb: Fix position of assignment to *ring

[PATCH net-next v2] gve: Simplify code and axe the use of a deprecated API
 2021-07-01 21:26 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH v2] net/bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()
 2021-07-01 21:06 UTC  (3+ messages)
` maybe similar bug exists for HCI_EV_INQUIRY_RESULT* like [Linux-kernel-mentees] [PATCH v2] net/bluetooth: "

[PATCH net-next] openvswitch: Introduce per-cpu upcall dispatch
 2021-07-01 20:59 UTC  (2+ messages)

[PATCH v2 net] net: stmmac: Terminate FPE workqueue in suspend
 2021-07-01 21:00 UTC  (2+ messages)

[PATCH v2 0/2] sms911x: DTS fixes and DT binding to json-schema conversion
 2021-07-01 21:00 UTC  (2+ messages)

[PATCH, resend] net: remove the caif_hsi driver
 2021-07-01 20:36 UTC  (2+ messages)

[PATCH net] tcp: consistently disable header prediction for mptcp
 2021-07-01 20:36 UTC  (2+ messages)

[PATCH net] udp: annotate data races around unix_sk(sk)->gso_size
 2021-07-01 20:36 UTC  (2+ messages)

[PATCH 1/1] ibmvnic: retry reset if there are no other resets
 2021-07-01 20:20 UTC  (2+ messages)

[PATCH V2 1/5] net: wwan: iosm: fix uevent reporting
 2021-07-01 20:20 UTC  (2+ messages)

[net-next Patch v3 0/3] DMAC based packet filtering
 2021-07-01 20:10 UTC  (2+ messages)

[PATCH net v2] net: bcmgenet: ensure EXT_ENERGY_DET_MASK is clear
 2021-07-01 18:50 UTC  (2+ messages)

[PATCH net-next] sctp: check pl.raise_count separately from its increment
 2021-07-01 18:50 UTC  (2+ messages)

[PATCH net-next] sctp: move 198 addresses from unusable to private scope
 2021-07-01 18:50 UTC  (2+ messages)

[PATCH net-next] net: dsa: return -EOPNOTSUPP when driver does not implement .port_lag_join
 2021-07-01 18:40 UTC  (2+ messages)

[net-next PATCH 0/3] Dynamic LMTST region setup
 2021-07-01 18:40 UTC  (2+ messages)

[PATCH net] net/802/garp: fix memleak in garp_request_join()
 2021-07-01 18:30 UTC  (2+ messages)

[PATCH net] net: annotate data race around sk_ll_usec
 2021-07-01 18:30 UTC  (2+ messages)

[PATCH bpf-next 0/3] XDP bonding support
 2021-07-01 18:20 UTC  (5+ messages)
` [PATCH bpf-next v2 0/4] "
  ` [PATCH bpf-next v2 4/4] devmap: Exclude XDP broadcast to master device

[PATCH net-net] openvswitch: Optimize operation for key comparison
 2021-07-01 18:20 UTC  (2+ messages)

[PATCH net] net/802/mrp: fix memleak in mrp_request_join()
 2021-07-01 18:20 UTC  (2+ messages)

[Patch bpf v2] skmsg: check sk_rcvbuf limit before queuing to ingress_skb
 2021-07-01 18:00 UTC  (5+ messages)

[PATCH] ptp: Add PTP_CLOCK_EXTTSUSR internal ptp_event
 2021-07-01 17:07 UTC  (8+ messages)

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


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 read-only IMAP folder(s) and NNTP newsgroup(s).