netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-21 17:48:55 to 2020-05-22 02:23:41 UTC [more...]

[PATCH v2 bpf-next 0/3] bpf: Allow inner map with different max_entries
 2020-05-22  2:23 UTC 

[PATCH net] mptcp: use untruncated hash in ADD_ADDR HMAC
 2020-05-22  2:10 UTC 

[PATCH] xfrm: policy: Only use mark as policy lookup key
 2020-05-22  1:45 UTC  (6+ messages)
` [PATCH v2] xfrm: policy: Fix xfrm policy match

[PATCH 06/12] xen-blkfront: add callbacks for PM suspend and hibernation
 2020-05-22  1:43 UTC  (3+ messages)

[PATCH v2 bpf-next 0/7] BPF ring buffer
 2020-05-22  1:23 UTC  (16+ messages)
` [PATCH v2 bpf-next 1/7] bpf: implement BPF ring buffer and verifier support for it
` [PATCH v2 bpf-next 2/7] tools/memory-model: add BPF ringbuf MPSC litmus tests
` [PATCH v2 bpf-next 3/7] bpf: track reference type in verifier
` [PATCH v2 bpf-next 4/7] libbpf: add BPF ring buffer support
` [PATCH v2 bpf-next 5/7] selftests/bpf: add BPF ringbuf selftests
` [PATCH v2 bpf-next 6/7] bpf: add BPF ringbuf and perf buffer benchmarks
` [PATCH v2 bpf-next 7/7] docs/bpf: add BPF ring buffer design notes

[PATCH RFC] net: Avoid spurious rx_dropped increases with tap and rx_handler
 2020-05-22  1:14 UTC 

[PATCH RFC bpf-next 0/4] bpf: Add support for XDP programs in DEVMAPs
 2020-05-22  1:05 UTC  (5+ messages)
` [PATCH RFC bpf-next 1/4] bpf: Handle 8-byte values in DEVMAP and DEVMAP_HASH
` [PATCH RFC bpf-next 2/4] bpf: Add support to attach bpf program to a devmap
` [PATCH RFC bpf-next 3/4] xdp: Add xdp_txq_info to xdp_buff
` [PATCH RFC bpf-next 4/4] bpftool: Add SEC name for xdp programs attached to device map

[PATCH net 0/4] net: ethernet: fec: move GPR reigster offset and bit into DT
 2020-05-22  1:01 UTC  (6+ messages)
` [PATCH net 3/4] ARM: dts: imx6: update fec gpr property to match new format
    ` [EXT] "

[PATCH bpf] flow_dissector: Drop BPF flow dissector prog ref on netns cleanup
 2020-05-22  0:53 UTC  (3+ messages)

[bpf-next PATCH v2 0/4] ] verifier, improve ptr is_branch_taken logic
 2020-05-22  0:49 UTC  (7+ messages)
` [bpf-next PATCH v2 1/4] bpf: verifier track null pointer branch_taken with JNE and JEQ
` [bpf-next PATCH v2 2/4] bpf: selftests, verifier case for non null pointer check branch taken
` [bpf-next PATCH v2 3/4] bpf: selftests, verifier case for non null pointer map value branch
` [bpf-next PATCH v2 4/4] bpf: selftests, add printk to test_sk_lookup_kern to encode null ptr check

[PATCH bpf-next v5 00/15] Introduce AF_XDP buffer allocation API
 2020-05-22  0:37 UTC  (2+ messages)

[PATCH net-next] net: phy: mscc: fix initialization of the MACsec protocol mode
 2020-05-22  0:31 UTC  (2+ messages)

[PATCH] net: sgi: ioc3-eth: Fix return value check in ioc3eth_probe()
 2020-05-22  0:27 UTC  (2+ messages)

[PATCH net] net: don't return invalid table id error when we fall back to PF_UNSPEC
 2020-05-22  0:26 UTC  (2+ messages)

[net] net: ipip: fix wrong address family in init error path
 2020-05-22  0:25 UTC  (2+ messages)

clean up and streamline probe_kernel_* and friends v4
 2020-05-22  0:22 UTC  (11+ messages)
` [PATCH 11/23] bpf: factor out a bpf_trace_copy_string helper
` [PATCH 12/23] bpf: handle the compat string in bpf_trace_copy_string better
` [PATCH 13/23] bpf: rework the compat kernel probe handling
` [PATCH 14/23] tracing/kprobes: handle mixed kernel/userspace probes better

[net v3 0/2] net/tls: fix encryption error path
 2020-05-22  0:20 UTC  (2+ messages)

[PATCH net-next v3 0/2] provide KAPI for SQI
 2020-05-22  0:18 UTC  (2+ messages)

[PATCH 0/2 v3] net: ethernet: ti: fix some return value check
 2020-05-22  0:14 UTC  (2+ messages)

[net-next v2 00/15][pull request] 1GbE Intel Wired LAN Driver Updates 2020-05-21
 2020-05-22  0:11 UTC  (16+ messages)
` [net-next v2 01/15] igc: Remove IGC_MAC_STATE_SRC_ADDR flag
` [net-next v2 02/15] igc: Remove mac_table from igc_adapter
` [net-next v2 03/15] igc: Add support for source address filters in core
` [net-next v2 04/15] igc: Enable NFC rules based source MAC address
` [net-next v2 05/15] e1000: Do not perform reset in reset_task if we are already down
` [net-next v2 06/15] igc: Remove obsolete circuit breaker registers
` [net-next v2 07/15] igc: Remove header redirection register
` [net-next v2 08/15] igc: Remove per queue good transmited counter register
` [net-next v2 09/15] igc: Remove unused field from igc_nfc_filter
` [net-next v2 10/15] igc: Get rid of igc_max_channels()
` [net-next v2 11/15] igc: Cleanup _get|set_rxnfc ethtool ops
` [net-next v2 12/15] igc: Early return in igc_get_ethtool_nfc_entry()
` [net-next v2 13/15] igc: Add 'igc_ethtool_' prefix to functions in igc_ethtool.c
` [net-next v2 14/15] igc: Align terms used in NFC support code
` [net-next v2 15/15] igc: Change byte order in struct igc_nfc_filter

[bpf-next PATCH] bpf: Add rx_queue_mapping to bpf_sock
 2020-05-22  0:11 UTC 

[PATCH net-next,v2 0/2] qed: Add xrc core support for RoCE
 2020-05-22  0:08 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpf: Allow inner map with different max_entries
 2020-05-22  0:06 UTC  (9+ messages)
` [PATCH bpf-next 1/3] bpf: Clean up inner map type check
` [PATCH bpf-next 2/3] bpf: Relax the max_entries check for inner map
` [PATCH bpf-next 3/3] bpf: selftests: Add test for different inner map size

[PATCH] net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()
 2020-05-22  0:05 UTC  (2+ messages)

[PATCH net-next] net: psample: Add tunnel support
 2020-05-22  0:04 UTC  (2+ messages)

[PATCH net-next 0/3] devlink: Add port width attribute
 2020-05-22  0:03 UTC  (2+ messages)

[PATCH net] ethtool: count header size in reply size estimate
 2020-05-22  0:00 UTC  (2+ messages)

[net-next v4 00/12][pull request] 100GbE Intel Wired LAN Driver Updates 2020-05-19
 2020-05-21 23:34 UTC  (9+ messages)
` [net-next v4 01/12] Implementation of Virtual Bus
` [net-next v4 10/12] ASoC: SOF: Introduce descriptors for SOF client

[net-next 00/15][pull request] 1GbE Intel Wired LAN Driver Updates 2020-05-20
 2020-05-21 22:46 UTC  (4+ messages)
` [net-next 03/15] igc: Add support for source address filters in core

devlink interface for asynchronous event/messages from firmware?
 2020-05-21 22:32 UTC  (8+ messages)

[PATCH V1 net-next 00/15] ENA features and cosmetic changes
 2020-05-21 22:03 UTC  (18+ messages)
` [PATCH V1 net-next 01/15] net: ena: add support for the rx offset feature
` [PATCH V1 net-next 02/15] net: ena: rename ena_com_free_desc to make API more uniform
` [PATCH V1 net-next 03/15] net: ena: use explicit variable size for clarity
` [PATCH V1 net-next 04/15] net: ena: fix ena_com_comp_status_to_errno() return value
` [PATCH V1 net-next 05/15] net: ena: add prints to failed commands
` [PATCH V1 net-next 06/15] net: ena: simplify ena_com_update_intr_delay_resolution()
` [PATCH V1 net-next 07/15] net: ena: cosmetic: rename ena_update_tx/rx_rings_intr_moderation()
` [PATCH V1 net-next 08/15] net: ena: cosmetic: set queue sizes to u32 for consistency
` [PATCH V1 net-next 09/15] net: ena: cosmetic: fix spelling and grammar mistakes in comments
` [PATCH V1 net-next 10/15] net: ena: cosmetic: fix line break issues
` [PATCH V1 net-next 11/15] net: ena: cosmetic: remove unnecessary code
` [PATCH V1 net-next 12/15] net: ena: cosmetic: code reorderings
` [PATCH V1 net-next 13/15] net: ena: cosmetic: fix spacing issues
` [PATCH V1 net-next 14/15] net: ena: cosmetic: minor code changes
` [PATCH V1 net-next 15/15] net: ena: reduce driver load time

[PATCH net-next] Extending bpf_setsockopt with SO_BINDTODEVICE sockopt
 2020-05-21 21:55 UTC  (4+ messages)

[PATCH] xfrm: Fix double ESP trailer insertion in IPsec crypto offload
 2020-05-21 21:49 UTC 

[PATCH net-next] net/tls: fix race condition causing kernel panic
 2020-05-21 21:40 UTC  (9+ messages)

[PATCH V2 net-next 0/2] net: hns3: adds two VLAN feature
 2020-05-21 21:37 UTC  (3+ messages)

[PATCH net-next 00/12] net: atlantic: QoS implementation
 2020-05-21 21:36 UTC  (7+ messages)
` [PATCH net-next 03/12] net: atlantic: changes for multi-TC support
    ` [EXT] "

[PATCH net] net: mscc: ocelot: fix address ageing time (again)
 2020-05-21 21:31 UTC 

[PATCH v2 0/3] bridge: mrp: Add br_mrp_unique_ifindex function
 2020-05-21 23:19 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] switchdev: mrp: Remove the variable mrp_ring_state
` [PATCH v2 3/3] bridge: mrp: Restore port state when deleting MRP instance

[PATCH] netprio_cgroup: Fix unlimited memory leak of v2 cgroup
 2020-05-21 21:14 UTC  (5+ messages)
` [PATCH v2] netprio_cgroup: Fix unlimited memory leak of v2 cgroups

[PATCH RFC net-next 00/13] RX filtering for DSA switches
 2020-05-21 21:10 UTC  (14+ messages)
` [PATCH RFC net-next 01/13] net: core: dev_addr_lists: add VID to device address
` [PATCH RFC net-next 02/13] net: 8021q: vlan_dev: add vid tag to addresses of uc and mc lists
` [PATCH RFC net-next 03/13] net: 8021q: vlan_dev: add vid tag for vlan device own address
` [PATCH RFC net-next 04/13] ethernet: eth: add default vid len for all ethernet kind devices
` [PATCH RFC net-next 05/13] net: bridge: multicast: propagate br_mc_disabled_update() return
` [PATCH RFC net-next 06/13] net: core: dev_addr_lists: export some raw __hw_addr helpers
` [PATCH RFC net-next 07/13] net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_work
` [PATCH RFC net-next 08/13] net: dsa: add ability to program unicast and multicast filters for CPU port
` [PATCH RFC net-next 09/13] net: dsa: mroute: don't panic the kernel if called without the prepare phase
` [PATCH RFC net-next 10/13] net: bridge: add port flags for host flooding
` [PATCH RFC net-next 11/13] net: dsa: deal with new flooding port attributes from bridge
` [PATCH RFC net-next 12/13] net: dsa: treat switchdev notifications for multicast router connected to port
` [PATCH RFC net-next 13/13] net: dsa: wire up multicast IGMP snooping attribute notification

[GIT PULL] vhost/vdpa: minor fixes
 2020-05-21 20:55 UTC  (2+ messages)

[PATCH net] r8169: fix OCP access on RTL8117
 2020-05-21 20:03 UTC 

[PATCH 0/2] Make WOL of e1000e consistent with sysfs device wakeup
 2020-05-21 19:23 UTC  (4+ messages)
` [PATCH 1/2] e1000e: Do not wake up the system via WOL if device wakeup is disabled
` [PATCH 2/2] e1000e: Make WOL info in ethtool consistent with device wake up ability

[PATCH net 0/2] netdevsim: Two small fixes
 2020-05-21 19:20 UTC  (2+ messages)

[bpf-next PATCH v3 0/5] bpf: Add sk_msg and networking helpers
 2020-05-21 19:12 UTC  (12+ messages)
` [bpf-next PATCH v3 4/5] bpf: selftests, add sk_msg helpers load and attach test
` [bpf-next PATCH v3 5/5] bpf: selftests, test probe_* helpers from SCHED_CLS

[PATCH v2 00/15] net: taint when the device driver firmware crashes
 2020-05-21 19:01 UTC  (9+ messages)
` [PATCH v2 12/15] ath10k: use new module_firmware_crashed()

[PATCH v2 net-next 0/7] dpaa2-eth: add support for Rx traffic classes
 2020-05-21 19:07 UTC  (13+ messages)

[PATCH net] tipc: block BH before using dst_cache
 2020-05-21 18:29 UTC 

[PATCH] net: mvneta: only do WoL speed down if the PHY is valid
 2020-05-21 18:20 UTC  (5+ messages)

[PATCH bpf v2] flow_dissector: Drop BPF flow dissector prog ref on netns cleanup
 2020-05-21 18:14 UTC  (3+ messages)

[PATCH bpf-next v4 00/15] Introduce AF_XDP buffer allocation API
 2020-05-21 18:06 UTC  (6+ messages)
` [PATCH bpf-next v4 01/15] xsk: fix xsk_umem_xdp_frame_sz()

[RFC PATCH net-next 0/4] RGMII Internal delay common property
 2020-05-21 18:06 UTC  (5+ messages)
` [RFC PATCH net-next 1/4] dt-bindings: net: Add tx and rx internal delays
` [RFC PATCH net-next 2/4] net: phy: Add a helper to return the index for of the internal delay
` [RFC PATCH net-next 3/4] dt-bindings: net: Add RGMII internal delay for DP83869

[PATCH net-next 0/4] Implement filter terse dump mode support
 2020-05-21 18:01 UTC  (3+ messages)
` [PATCH iproute2-next 0/2] "

[PATCH iproute2-next 0/4] RAW format dumps through RDMAtool
 2020-05-20 10:25 UTC  (5+ messages)
` [PATCH iproute2-next 1/4] rdma: Refactor res_qp_line
` [PATCH iproute2-next 2/4] rdma: Add support to get QP in raw format
` [PATCH iproute2-next 3/4] rdma: Add support to get CQ "
` [PATCH iproute2-next 4/4] rdma: Add support to get MR "

do a single memdup_user in sctp_setsockopt
 2020-05-21 17:47 UTC  (31+ messages)
` [PATCH 02/49] sctp: pass a kernel pointer to sctp_setsockopt_bindx
` [PATCH 03/49] sctp: pass a kernel pointer to __sctp_setsockopt_connectx
` [PATCH 19/49] sctp: pass a kernel pointer to sctp_setsockopt_maxseg
` [PATCH 22/49] sctp: pass a kernel pointer to sctp_setsockopt_fragment_interleave
` [PATCH 24/49] sctp: pass a kernel pointer to sctp_setsockopt_auth_chunk
` [PATCH 25/49] sctp: pass a kernel pointer to sctp_setsockopt_hmac_ident
` [PATCH 26/49] sctp: pass a kernel pointer to sctp_setsockopt_auth_key
` [PATCH 27/49] sctp: pass a kernel pointer to sctp_setsockopt_active_key
` [PATCH 28/49] sctp: pass a kernel pointer to sctp_setsockopt_del_key
` [PATCH 29/49] sctp: pass a kernel pointer to sctp_setsockopt_deactivate_key
` [PATCH 30/49] sctp: pass a kernel pointer to sctp_setsockopt_auto_asconf
` [PATCH 31/49] sctp: pass a kernel pointer to sctp_setsockopt_paddr_thresholds
` [PATCH 32/49] sctp: pass a kernel pointer to sctp_setsockopt_recvrcvinfo
` [PATCH 33/49] sctp: pass a kernel pointer to sctp_setsockopt_recvnxtinfo
` [PATCH 34/49] sctp: pass a kernel pointer to sctp_setsockopt_pr_supported
` [PATCH 35/49] sctp: pass a kernel pointer to sctp_setsockopt_default_prinfo
` [PATCH 36/49] sctp: pass a kernel pointer to sctp_setsockopt_reconfig_supported
` [PATCH 37/49] sctp: pass a kernel pointer to sctp_setsockopt_enable_strreset
` [PATCH 38/49] sctp: pass a kernel pointer to sctp_setsockopt_reset_streams
` [PATCH 39/49] sctp: pass a kernel pointer to sctp_setsockopt_reset_assoc
` [PATCH 40/49] sctp: pass a kernel pointer to sctp_setsockopt_add_streams
` [PATCH 41/49] sctp: pass a kernel pointer to sctp_setsockopt_scheduler
` [PATCH 42/49] sctp: pass a kernel pointer to sctp_setsockopt_scheduler_value
` [PATCH 43/49] sctp: pass a kernel pointer to sctp_setsockopt_interleaving_supported
` [PATCH 44/49] sctp: pass a kernel pointer to sctp_setsockopt_reuse_port
` [PATCH 45/49] sctp: pass a kernel pointer to sctp_setsockopt_event
` [PATCH 46/49] "
` [PATCH 47/49] sctp: pass a kernel pointer to sctp_setsockopt_auth_supported
` [PATCH 48/49] sctp: pass a kernel pointer to sctp_setsockopt_ecn_supported
` [PATCH 49/49] sctp: pass a kernel pointer to sctp_setsockopt_pf_expose


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