netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-06 20:28:57 to 2020-05-07 08:55:18 UTC [more...]

[RFC PATCH bpf-next 0/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
 2020-05-07  8:55 UTC  (12+ messages)

[PATCH next] ARM: dts: am57xx: fix networking on boards with ksz9031 phy
 2020-05-07  8:42 UTC  (2+ messages)

[bpf-next PATCH 00/10] bpf: selftests, test_sockmap improvements
 2020-05-07  8:31 UTC  (3+ messages)
` [bpf-next PATCH 03/10] bpf: selftests, sockmap test prog run without setting cgroup

[RFC PATCH bpf-next 0/3] arm64 BPF JIT Optimizations
 2020-05-07  8:29 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/3] arm64: insn: Fix two bugs in encoding 32-bit logical immediates
` [RFC PATCH bpf-next 2/3] bpf, arm64: Optimize AND,OR,XOR,JSET BPF_K using arm64 "
` [RFC PATCH bpf-next 3/3] bpf, arm64: Optimize ADD,SUB,JMP BPF_K using arm64 add/sub immediates

[PATCH net-next 1/1] hinic: add three net_device_ops of vf
 2020-05-07  0:43 UTC 

[net-next v3 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2020-05-05
 2020-05-07  8:17 UTC  (13+ messages)
` [net-next v3 1/9] Implementation of Virtual Bus
` [net-next v3 2/9] ice: Create and register virtual bus for RDMA
` [net-next v3 3/9] ice: Complete RDMA peer registration
` [net-next v3 4/9] ice: Support resource allocation requests
` [net-next v3 5/9] ice: Enable event notifications
` [net-next v3 6/9] ice: Allow reset operations
` [net-next v3 7/9] ice: Pass through communications to VF
` [net-next v3 8/9] i40e: Move client header location
` [net-next v3 9/9] i40e: Register a virtbus device to provide RDMA

[RFC PATCH 0/7] Share events between metrics
 2020-05-07  8:14 UTC  (8+ messages)
` [RFC PATCH 1/7] perf expr: migrate expr ids table to libbpf's hashmap
` [RFC PATCH 2/7] perf metricgroup: change evlist_used to a bitmap
` [RFC PATCH 3/7] perf metricgroup: free metric_events on error
` [RFC PATCH 4/7] perf metricgroup: always place duration_time last
` [RFC PATCH 5/7] perf metricgroup: delay events string creation
` [RFC PATCH 6/7] perf metricgroup: order event groups by size
` [RFC PATCH 7/7] perf metricgroup: remove duped metric group events

[PATCH net-next 0/7] net: atlantic: driver updates
 2020-05-07  8:15 UTC  (8+ messages)
` [PATCH net-next 1/7] net: atlantic: use __packed instead of the full expansion
` [PATCH net-next 2/7] net: atlantic: minor MACSec code cleanup
` [PATCH net-next 3/7] net: atlantic: rename AQ_NIC_RATE_2GS to AQ_NIC_RATE_2G5
` [PATCH net-next 4/7] net: atlantic: remove TPO2 check from A0 code
` [PATCH net-next 5/7] net: atlantic: remove hw_atl_b0_hw_rss_set call from A2 code
` [PATCH net-next 6/7] net: atlantic: remove check for boot code survivability before reset request
` [PATCH net-next 7/7] net: atlantic: unify get_mac_permanent

[PATCH net-next] net: phy: Make iproc_mdio_resume static
 2020-05-07  8:03 UTC 

[PATCH] net: remove spurious declaration of tcp_default_init_rwnd()
 2020-05-07  7:58 UTC 

[net-next PATCH v3 0/5] Introduce new fwnode based APIs to support phylink and phy layers
 2020-05-07  7:44 UTC  (4+ messages)
` [net-next PATCH v3 5/5] net: mdiobus: Introduce fwnode_mdiobus_register_phy()

[PATCH v2] virtio_net: fix lockdep warning on 32 bit
 2020-05-07  7:25 UTC 

[PATCH v3] nfp: abm: Fix incomplete release of system resources in nfp_abm_vnic_set_mac()
 2020-05-07  7:23 UTC  (8+ messages)
    ` [v3] "
                        ` [v3] nfp: abm: University research groups?

[PATCH net-next v7 1/2] xen networking: add basic XDP support for xen-netfront
 2020-05-07  7:18 UTC  (7+ messages)
` [PATCH net-next v7 2/2] xen networking: add XDP offset adjustment to xen-netback

[PATCH net 00/16] net: fix fixed-link phydev leaks
 2020-05-07  6:47 UTC  (5+ messages)
` [PATCH net 11/16] net: ethernet: marvell: mvneta: "

[PATCH bpf-next v3 0/5] bpf: allow any port in bpf_bind helper
 2020-05-07  6:29 UTC  (10+ messages)
` [PATCH bpf-next v3 1/5] selftests/bpf: generalize helpers to control background listener
` [PATCH bpf-next v3 2/5] selftests/bpf: adopt accept_timeout from sockmap_listen
` [PATCH bpf-next v3 3/5] selftests/bpf: move existing common networking parts into network_helpers
` [PATCH bpf-next v3 4/5] net: refactor arguments of inet{,6}_bind
` [PATCH bpf-next v3 5/5] bpf: allow any port in bpf_bind helper

[PATCH] e1000e: Warn if disabling ULP failed
 2020-05-07  6:25 UTC 

memory leak in inet6_create (2)
 2020-05-07  5:56 UTC 

[PATCH 00/11] mediatek: add support for MediaTek Ethernet MAC
 2020-05-07  5:55 UTC  (5+ messages)
` [PATCH 06/11] net: ethernet: mtk-eth-mac: new driver

[PATCH bpf-next v3 00/21] bpf: implement bpf iterator for kernel data
 2020-05-07  5:39 UTC  (22+ messages)
` [PATCH bpf-next v3 01/21] bpf: implement an interface to register bpf_iter targets
` [PATCH bpf-next v3 02/21] bpf: allow loading of a bpf_iter program
` [PATCH bpf-next v3 03/21] bpf: support bpf tracing/iter programs for BPF_LINK_CREATE
` [PATCH bpf-next v3 04/21] bpf: support bpf tracing/iter programs for BPF_LINK_UPDATE
` [PATCH bpf-next v3 05/21] bpf: implement bpf_seq_read() for bpf iterator
` [PATCH bpf-next v3 06/21] bpf: create anonymous "
` [PATCH bpf-next v3 07/21] bpf: create file "
` [PATCH bpf-next v3 08/21] bpf: implement common macros/helpers for target iterators
` [PATCH bpf-next v3 09/21] bpf: add bpf_map iterator
` [PATCH bpf-next v3 10/21] net: bpf: add netlink and ipv6_route bpf_iter targets
` [PATCH bpf-next v3 11/21] bpf: add task and task/file iterator targets
` [PATCH bpf-next v3 12/21] bpf: add PTR_TO_BTF_ID_OR_NULL support
` [PATCH bpf-next v3 13/21] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [PATCH bpf-next v3 14/21] bpf: handle spilled PTR_TO_BTF_ID properly when checking stack_boundary
` [PATCH bpf-next v3 15/21] bpf: support variable length array in tracing programs
` [PATCH bpf-next v3 16/21] tools/libbpf: add bpf_iter support
` [PATCH bpf-next v3 17/21] tools/libpf: add offsetof/container_of macro in bpf_helpers.h
` [PATCH bpf-next v3 18/21] tools/bpftool: add bpf_iter support for bptool
` [PATCH bpf-next v3 19/21] tools/bpf: selftests: add iterator programs for ipv6_route and netlink
` [PATCH bpf-next v3 20/21] tools/bpf: selftests: add iter progs for bpf_map/task/task_file
` [PATCH bpf-next v3 21/21] tools/bpf: selftests: add bpf_iter selftests

clean up and streamline probe_kernel_* and friends
 2020-05-07  5:12 UTC  (6+ messages)
` [PATCH 15/15] x86: use non-set_fs based maccess routines

[PATCH] wcn36xx: Fix error handling path in 'wcn36xx_probe()'
 2020-05-07  4:52 UTC  (2+ messages)

[PATCH next] ARM: dts: am437x: fix networking on boards with ksz9031 phy
 2020-05-07  4:40 UTC  (2+ messages)

[PATCH] ath10k: Replace zero-length array with flexible-array
 2020-05-07  4:13 UTC  (3+ messages)

[PATCH -next] iwlwifi: pcie: Use bitwise instead of arithmetic operator for flags
 2020-05-07  4:10 UTC  (5+ messages)

[PATCH v2] ath10k: Replace zero-length array with flexible-array
 2020-05-07  4:11 UTC 

[GIT] Networking
 2020-05-07  4:05 UTC  (2+ messages)

[PATCH] tcp: tcp_mark_head_lost is only valid for sack-tcp
 2020-05-07  3:08 UTC 

[PATCH net,v4] net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE
 2020-05-07  3:14 UTC  (2+ messages)

[PATCH net 0/5] wireguard fixes for 5.7-rc5
 2020-05-07  3:04 UTC  (7+ messages)
` [PATCH net 1/5] wireguard: selftests: use normal kernel stack size on ppc64
` [PATCH net 2/5] wireguard: socket: remove errant restriction on looping to self
` [PATCH net 3/5] wireguard: send/receive: cond_resched() when processing worker ringbuffers
` [PATCH net 4/5] wireguard: selftests: initalize ipv6 members to NULL to squelch clang warning
` [PATCH net 5/5] wireguard: send/receive: use explicit unlikely branch instead of implicit coalescing

Re: [v4,iproute2-next 1/2] iproute2-next:tc:action: add a gate control action
 2020-05-07  2:52 UTC 

[PATCHv2] erspan: Add type I version 0 support
 2020-05-07  2:41 UTC  (2+ messages)

[PATCH iproute2] ip link: Do not call ll_name_to_index when creating a new link
 2018-05-17 22:47 UTC  (3+ messages)

[PATCH] [RFC] net: bpf: make __bpf_skb_max_len(skb) an skb-independent constant
 2020-05-07  2:36 UTC  (6+ messages)
` [PATCH v2] net: bpf: permit redirect from L3 to L2 devices at near max mtu
        ` [PATCH v3] net: bpf: permit redirect from ingress L3 to egress "

[v3,iproute2 2/2] iproute2: add gate action man page
 2020-05-07  2:28 UTC  (4+ messages)
` [v4,iproute2-next 1/2] iproute2-next:tc:action: add a gate control action
    ` [EXT] "

[PATCH bpf-next v2 00/20] bpf: implement bpf iterator for kernel data
 2020-05-07  1:09 UTC  (17+ messages)
` [PATCH bpf-next v2 11/20] bpf: add task and task/file iterator targets
` [PATCH bpf-next v2 13/20] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [PATCH bpf-next v2 14/20] bpf: handle spilled PTR_TO_BTF_ID properly when checking stack_boundary
` [PATCH bpf-next v2 18/20] tools/bpf: selftests: add iterator programs for ipv6_route and netlink

[PATCH net-next] net: remove newlines in NL_SET_ERR_MSG_MOD
 2020-05-07  0:58 UTC 

[PATCH] net: ethernet: ti: am65-cpsw-nuss: fix irqs type
 2020-05-07  0:53 UTC  (2+ messages)

[PATCH net-next] i40e: Make i40e_shutdown_adminq() return void
 2020-05-07  0:51 UTC  (3+ messages)

[PATCH] [net-next, v2] dsa: sja1105: dynamically allocate stats structure
 2020-05-07  0:47 UTC  (2+ messages)

[PATCH v2] ionic: Use debugfs_create_bool() to export bool
 2020-05-07  0:46 UTC  (2+ messages)

[PATCH net-next v6 0/2] provide support for PHY master/slave configuration
 2020-05-07  0:46 UTC  (2+ messages)

[PATCH net-next 0/5] Crypto/chcr: Fix issues regarding algorithm implementation in driver
 2020-05-07  0:44 UTC  (2+ messages)

[PATCH net-next 0/5] net: ipa: kill endpoint stop workaround
 2020-05-07  0:42 UTC  (2+ messages)

[PATCH net-next 0/3] net: ipa: kill endpoint delay mode workaround
 2020-05-07  0:38 UTC  (2+ messages)

[PATCH net-next 0/2] net: ipa: limit special reset handling
 2020-05-07  0:36 UTC  (2+ messages)

[PATCH net] net: dsa: Do not leave DSA master with NULL netdev_ops
 2020-05-07  0:32 UTC  (2+ messages)

[PATCH v2 net] net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_mirred
 2020-05-07  0:31 UTC  (2+ messages)

[PATCH net-next 0/2] tcp: minor adjustments for low pacing rates
 2020-05-07  0:29 UTC  (2+ messages)

[PATCH net-next v2 1/1] arm64: dts: sdm845: add IPA iommus property
 2020-05-07  0:28 UTC  (2+ messages)

pulling cap_perfmon
 2020-05-07  0:25 UTC  (4+ messages)

[PATCH net] net: stricter validation of untrusted gso packets
 2020-05-07  0:23 UTC  (2+ messages)

[net] seg6: fix SRH processing to comply with RFC8754
 2020-05-07  0:22 UTC  (2+ messages)

[PATCH net 0/2] FDB fixes for Felix and Ocelot switches
 2020-05-07  0:16 UTC  (2+ messages)

[PATCH net-next 0/2] timer: add fsleep for flexible sleeping
 2020-05-07  0:04 UTC  (2+ messages)

[PATCH] bpf: Tweak BPF jump table optimizations for objtool compatibility
 2020-05-07  0:03 UTC  (12+ messages)

[PATCH v3 net-next] ipv6: Implement draft-ietf-6man-rfc4941bis
 2020-05-07  0:00 UTC  (2+ messages)

Kernel crash in DSA/Marvell 6176 switch in 5.4.36
 2020-05-06 23:57 UTC  (3+ messages)

[RFC net] net: dsa: Add missing reference counting
 2020-05-06 23:32 UTC  (6+ messages)

[PATCH 0/2] lib/bpf hashmap portability and fix
 2020-05-06 22:13 UTC  (9+ messages)
` [PATCH 1/2] lib/bpf hashmap: increase portability
` [PATCH 2/2] lib/bpf hashmap: fixes to hashmap__clear

[PATCH v2] bpf, i386: remove unneeded conversion to bool
 2020-05-06 22:04 UTC  (2+ messages)

[PATCH net] net: dsa: sja1105: the PTP_CLK extts input reacts on both edges
 2020-05-06 22:04 UTC  (2+ messages)

[PATCH net] selftests: net: tcp_mmap: fix SO_RCVLOWAT setting
 2020-05-06 22:03 UTC  (3+ messages)

[net-next PATCH] net: hsr: fix incorrect type usage for protocol variable
 2020-05-06 22:00 UTC  (4+ messages)

[PATCH] netfilter: fix make target xt_TCPMSS.o error
 2020-05-06 21:55 UTC  (2+ messages)

[PATCH net-next v3 0/3] add phy shared storage
 2020-05-06 21:53 UTC  (2+ messages)

[PATCH net-next] Revert "crypto: chelsio - Inline single pdu only"
 2020-05-06 21:52 UTC  (2+ messages)

[PATCH net] net: macsec: fix rtnl locking issue
 2020-05-06 21:50 UTC  (2+ messages)

[net PATCH v2] net: hsr: fix incorrect type usage for protocol variable
 2020-05-06 21:31 UTC 

[PATCH net-next] net: 7990: Fix use correct return type for ndo_start_xmit()
 2020-05-06 21:26 UTC  (2+ messages)

[PATCH net-next] net: cpmac: Fix use correct return type for ndo_start_xmit()
 2020-05-06 21:24 UTC  (2+ messages)

[PATCH net-next] net: moxa: Fix use correct return type for ndo_start_xmit()
 2020-05-06 21:24 UTC  (2+ messages)

[PATCH net-next] net: lantiq: Fix use correct return type for ndo_start_xmit()
 2020-05-06 21:24 UTC  (2+ messages)

[PATCH -next] net: enetc: Make some symbols static
 2020-05-06 21:20 UTC  (2+ messages)

[PATCH net-next] net: mediatek: Fix use correct return type for ndo_start_xmit()
 2020-05-06 21:20 UTC  (2+ messages)

[PATCH net-next] net: socionext: Fix use correct return type for ndo_start_xmit()
 2020-05-06 21:19 UTC  (2+ messages)

[PATCH 1/2 net] net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx()
 2020-05-06 21:18 UTC  (4+ messages)
` [PATCH 2/2 net] net: mvpp2: cls: Prevent buffer overflow in mvpp2_ethtool_cls_rule_del()

[PATCH v1 net-next 0/6] net: ocelot: VCAP IS1 and ES0 support
 2020-05-06 21:15 UTC  (5+ messages)
` [PATCH v1 net-next 4/6] net: mscc: ocelot: VCAP IS1 support

[PATCH net-next] net: renesas: Fix use correct return type for ndo_start_xmit()
 2020-05-06 21:13 UTC  (2+ messages)

[PATCH v2 net-next 00/10] s390/qeth: updates 2020-05-06
 2020-05-06 21:11 UTC  (2+ messages)

[PATCH -next] net: ethernet: mediatek: Make mtk_m32 static
 2020-05-06 21:03 UTC  (2+ messages)

[PATCH net-next] net: mlx4: remove unneeded variable "err" in mlx4_en_get_rxfh()
 2020-05-06 20:57 UTC  (2+ messages)

[PATCH net-next] net: bridge: return false in br_mrp_enabled()
 2020-05-06 20:57 UTC  (2+ messages)

[PATCH net-next] net: cortina: Fix use correct return type for ndo_start_xmit()
 2020-05-06 20:57 UTC  (2+ messages)

[PATCH] net: ethernet: ti: Remove TI_CPTS_MOD workaround
 2020-05-06 20:56 UTC  (5+ messages)
` [PATCH v2] "

[Patch net v2] net: fix a potential recursive NETDEV_FEAT_CHANGE
 2020-05-06 20:49 UTC  (3+ messages)

[PATCH 1/2] net: qrtr: Add MHI transport layer
 2020-05-06 20:50 UTC  (3+ messages)

[PATCH net] selftests: net: tcp_mmap: clear whole tcp_zerocopy_receive struct
 2020-05-06 20:47 UTC  (2+ messages)

[PATCH] MAINTAINERS: put DYNAMIC INTERRUPT MODERATION in proper order
 2020-05-06 20:45 UTC  (2+ messages)

[PATCH -next] net: ethernet: ti: Use PTR_ERR_OR_ZERO() to simplify code
 2020-05-06 20:44 UTC  (2+ messages)

[PATCH] virtio_net: fix lockdep warning on 32 bit
 2020-05-06 20:42 UTC  (2+ messages)

linux-next boot error: WARNING: suspicious RCU usage in ipmr_get_table
 2020-05-06 20:35 UTC  (8+ messages)

[PATCH net-next v2 19/33] tun: add XDP frame size
 2020-05-06 20:34 UTC  (6+ messages)
` [PATCH net-next v2 20/33] vhost_net: also populate "
` [PATCH net-next v2 21/33] virtio_net: add XDP frame size in two code paths

[vhost:vhost 8/22] drivers/virtio/virtio_mem.c:1375:20: error: implicit declaration of function 'kzalloc'; did you mean 'vzalloc'?
 2020-05-06 20:32 UTC  (8+ messages)

[PATCH net-next 19/33] tun: add XDP frame size
 2020-05-06 20:30 UTC  (2+ 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).