netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-02 11:10:29 to 2020-10-02 20:36:54 UTC [more...]

[PATCH v2 0/4] AX88796C SPI Ethernet Adapter
 2020-10-02 20:36 UTC  (7+ messages)
    ` [PATCH v2 1/4] dt-bindings: net: Add bindings for "
    ` [PATCH v2 2/4] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver
    ` [PATCH v2 3/4] ARM: dts: exynos: Add Ethernet to Artik 5 board
    ` [PATCH v2 4/4] ARM: defconfig: Enable ax88796c driver

[PATCH net-next 0/4] net: dsa: Improve dsa_untag_bridge_pvid()
 2020-10-02 20:36 UTC  (2+ messages)

pull request (net-next): ipsec-next 2020-10-02
 2020-10-02 20:34 UTC  (2+ messages)

[PATCH net-next v2 00/10] genetlink: support per-command policy dump
 2020-10-02 20:27 UTC  (16+ messages)

[PATCH net-next v2 0/6] bonding: rename bond components
 2020-10-02 20:23 UTC  (14+ messages)
` [PATCH net-next v2 1/6] bonding: rename 802.3ad's struct port to ad_port
` [PATCH net-next v2 2/6] bonding: replace use of the term master where possible
` [PATCH net-next v2 3/6] bonding: rename slave to port "
` [PATCH net-next v2 4/6] bonding: rename bonding_sysfs_slave.c to _port.c
` [PATCH net-next v2 5/6] bonding: update Documentation for port/bond terminology
` [PATCH net-next v2 6/6] bonding: make Kconfig toggle to disable legacy interfaces

[PATCH 1/1] net/rds: suppress page allocation failure error in recv buffer refill
 2020-10-02 20:23 UTC  (3+ messages)

[PATCH] vdpa/mlx5: should keep avail_index despite device status
 2020-10-02 20:17 UTC  (2+ messages)

[PATCH 0/5] genetlink: complete policy dumping
 2020-10-02 20:13 UTC  (12+ messages)
` [PATCH 1/5] netlink: simplify netlink_policy_dump_start() prototype
` [PATCH 2/5] netlink: compare policy more accurately
` [PATCH 3/5] netlink: rework policy dump to support multiple policies
` [PATCH 4/5] genetlink: factor skb preparation out of ctrl_dumppolicy()

[PATCH 0/7] TC-ETF support PTP clocks series
 2020-10-02 19:56 UTC  (3+ messages)

[PATCH v4 bpf-next 00/13] mvneta: introduce XDP multi-buffer support
 2020-10-02 19:53 UTC  (20+ messages)
` [PATCH v4 bpf-next 01/13] xdp: introduce mb in xdp_buff/xdp_frame
` [PATCH v4 bpf-next 02/13] xdp: initialize xdp_buff mb bit to 0 in all XDP drivers
` [PATCH v4 bpf-next 03/13] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v4 bpf-next 04/13] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v4 bpf-next 05/13] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v4 bpf-next 06/13] bpf: introduce bpf_xdp_get_frags_{count, total_size} helpers
` [PATCH v4 bpf-next 07/13] samples/bpf: add bpf program that uses xdp mb helpers
` [PATCH v4 bpf-next 08/13] bpf: move user_size out of bpf_test_init
` [PATCH v4 bpf-next 09/13] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v4 bpf-next 10/13] bpf: test_run: add skb_shared_info pointer in bpf_test_finish signature
` [PATCH v4 bpf-next 11/13] bpf: add xdp multi-buffer selftest
` [PATCH v4 bpf-next 12/13] net: mvneta: enable jumbo frames for XDP
` [PATCH v4 bpf-next 13/13] bpf: cpumap: introduce xdp multi-buff support

[PATCH net] net/core: check length before updating Ethertype in skb_mpls_{push,pop}
 2020-10-02 19:53 UTC 

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-10-02 19:52 UTC  (11+ messages)
` [PATCH ghak90 V9 05/13] audit: log container info of syscalls
` [PATCH ghak90 V9 06/13] audit: add contid support for signalling the audit daemon

[PATCH] net: typhoon: Fix a typo Typoon --> Typhoon
 2020-10-02 19:47 UTC 

Why ping latency is smaller with shorter send interval?
 2020-10-02 19:46 UTC  (3+ messages)

[Patch net] net_sched: check error pointer in tcf_dump_walker()
 2020-10-02 19:13 UTC 

[RFC net-next] net: openvswitch: Add support to lookup invalid packet in ct action
 2020-10-02 19:10 UTC 

[PATCH] genl: ctrl: print op -> policy idx mapping
 2020-10-02 19:06 UTC  (5+ messages)

[PATCH libbpf] libbpf: check if pin_path was set even map fd exist
 2020-10-02 18:13 UTC  (4+ messages)

[pull request][net V3 00/14] mlx5 fixes 2020-09-30
 2020-10-02 18:06 UTC  (15+ messages)
` [net V3 01/14] net/mlx5: Fix a race when moving command interface to polling mode
` [net V3 02/14] net/mlx5: Avoid possible free of command entry while timeout comp handler
` [net V3 03/14] net/mlx5: poll cmd EQ in case of command timeout
` [net V3 04/14] net/mlx5: Add retry mechanism to the command entry index allocation
` [net V3 05/14] net/mlx5: cmdif, Avoid skipping reclaim pages if FW is not accessible
` [net V3 06/14] net/mlx5: Fix request_irqs error flow
` [net V3 07/14] net/mlx5e: Fix error path for RQ alloc
` [net V3 08/14] net/mlx5e: Add resiliency in Striding RQ mode for packets larger than MTU
` [net V3 09/14] net/mlx5e: CT, Fix coverity issue
` [net V3 10/14] net/mlx5e: Fix driver's declaration to support GRE offload
` [net V3 11/14] net/mlx5e: Fix return status when setting unsupported FEC mode
` [net V3 12/14] net/mlx5e: Fix VLAN cleanup flow
` [net V3 13/14] net/mlx5e: Fix VLAN create flow
` [net V3 14/14] net/mlx5e: Fix race condition on nhe->n pointer in neigh update

[PATCH v2] net: qrtr: ns: Fix the incorrect usage of rcu_read_lock()
 2020-10-02 18:04 UTC  (2+ messages)

[PATCH][next] net: phy: dp83869: fix unsigned comparisons against less than zero values
 2020-10-02 17:39 UTC  (3+ messages)

[pull request][net V2 00/15] mlx5 fixes 2020-09-30
 2020-10-02 17:27 UTC  (15+ messages)
` [net V2 01/15] net/mlx5: Don't allow health work when device is uninitialized
` [net V2 05/15] net/mlx5: Add retry mechanism to the command entry index allocation
` [net V2 07/15] net/mlx5: Fix request_irqs error flow
` [net V2 09/15] net/mlx5e: Add resiliency in Striding RQ mode for packets larger than MTU

[PATCH] net: qrtr: ns: Fix the incorrect usage of rcu_read_lock()
 2020-10-02 16:04 UTC  (3+ messages)

[PATCH bpf-next 0/2] Do not limit cb_flags when creating child sk from listen sk
 2020-10-02 16:03 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: properly initialize linfo in sockmap_basic
 2020-10-02 15:59 UTC  (2+ messages)

[PATCH 0/6] can: add support for ETAS ES58X CAN USB
 2020-10-02 15:41 UTC  (9+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context
  ` [PATCH v3 2/7] can: dev: fix type of get_can_dlc() and get_canfd_dlc() macros
  ` [PATCH v3 3/7] can: dev: add a helper function to get the correct length of Classical frames
  ` [PATCH v3 4/7] can: dev: __can_get_echo_skb(): fix the return length
  ` [PATCH v3 5/7] can: dev: add a helper function to calculate the duration of one bit
  ` [PATCH v3 6/7] can: usb: etas_es58X: add support for ETAS ES58X CAN USB interfaces
  ` [PATCH v3 7/7] usb: cdc-acm: add quirk to blacklist ETAS ES58X devices

[net-next PATCH v1 0/7] ACPI support for dpaa2 driver
 2020-10-02 15:50 UTC  (11+ messages)
` [net-next PATCH v1 1/7] Documentation: ACPI: DSD: Document MDIO PHY
` [net-next PATCH v1 3/7] net: phy: Introduce fwnode_get_phy_id()
` [net-next PATCH v1 6/7] net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver

[RESEND net-next 0/9] arm64: dts: layerscape: update MAC nodes with PHY information
 2020-10-02 15:48 UTC  (14+ messages)
` [RESEND net-next 1/9] arm64: dts: ls1088a: add external MDIO device nodes
` [RESEND net-next 2/9] arm64: dts: ls1088ardb: add QSGMII PHY nodes
` [RESEND net-next 3/9] arm64: dts: ls1088ardb: add necessary DTS nodes for DPMAC2
` [RESEND net-next 4/9] arm64: dts: ls208xa: add the external MDIO nodes
` [RESEND net-next 5/9] arm64: dts: ls2088ardb: add PHY nodes for the CS4340 PHYs
` [RESEND net-next 6/9] arm64: dts: ls2088ardb: add PHY nodes for the AQR405 PHYs
` [RESEND net-next 7/9] arm64: dts: ls208xa: add PCS MDIO and PCS PHY nodes
` [RESEND net-next 8/9] arm64: dts: lx2160a: "
` [RESEND net-next 9/9] arm64: dts: lx2160ardb: add nodes for the AQR107 PHYs

INFO: task hung in lock_sock_nested (3)
 2020-10-02 15:48 UTC 

WARNING in ieee80211_bss_info_change_notify
 2020-10-02 15:39 UTC 

KASAN: use-after-free Read in tipc_mcast_xmit (2)
 2020-10-02 15:38 UTC 

WARNING in drv_bss_info_changed
 2020-10-02 15:38 UTC 

[PATCH] netlink: fix policy dump leak
 2020-10-02 15:30 UTC  (3+ messages)

[PATCH] random32: Restore __latent_entropy attribute on net_rand_state
 2020-10-02 15:22 UTC  (2+ messages)

[PATCH net-next 00/16] Add devlink reload action and limit options
 2020-10-02 15:19 UTC  (14+ messages)
` [PATCH net-next 01/16] devlink: Change devlink_reload_supported() param type
` [PATCH net-next 02/16] devlink: Add reload action option to devlink reload command
` [PATCH net-next 03/16] devlink: Add devlink reload limit option
` [PATCH net-next 04/16] devlink: Add reload stats
` [PATCH net-next 15/16] net/mlx5: Add support for devlink reload limit no reset

[PATCH net-next] dt-bindings: net: dsa: b53: Add missing reg property to example
 2020-10-02 15:12 UTC  (3+ messages)

[PATCH net-next 0/2] net/smc: updates 2020-10-02
 2020-10-02 15:09 UTC  (3+ messages)
` [PATCH net-next 1/2] net/smc: send ISM devices with unique chid in CLC proposal
` [PATCH net-next 2/2] net/smc: use an array to check fields in system EID

pull request (net-next): ipsec-next 2020-07-30
 2020-10-02 14:44 UTC  (3+ messages)
` [PATCH 10/19] xfrm: interface: support IP6IP6 and IP6IP tunnels processing with .cb_handler

[PATCH v2 net-next 0/3] net: atlantic: phy tunables from mac driver
 2020-10-02 14:41 UTC  (8+ messages)
` [PATCH v2 net-next 1/3] ethtool: allow netdev driver to define phy tunables
` [PATCH v2 net-next 2/3] net: atlantic: implement phy downshift feature
` [PATCH v2 net-next 3/3] net: atlantic: implement media detect feature via phy tunables
    ` [EXT] "

[Linux-kernel-mentees][PATCH v2] net: usb: rtl8150: prevent set_ethernet_addr from setting uninit address
 2020-10-02 14:29 UTC  (6+ messages)
  ` [PATCH "

pull-request: wireless-drivers-next-2020-10-02
 2020-10-02 14:08 UTC 

[PATCH bpf-next 1/3] samples: bpf: split xdpsock stats into new struct
 2020-10-02 13:36 UTC  (3+ messages)
` [PATCH bpf-next 2/3] samples: bpf: count syscalls in xdpsock
` [PATCH bpf-next 3/3] samples: bpf: driver interrupt statistics "

[PATCH v4 net-next 0/2] Add Seville Ethernet switch to T1040RDB
 2020-10-02 13:41 UTC  (3+ messages)
` [PATCH v4 net-next 1/2] powerpc: dts: t1040: add bindings for Seville Ethernet switch
` [PATCH v4 net-next 2/2] powerpc: dts: t1040rdb: add ports "

[PATCH bpf-next] libbpf: fix compatibility problem in xsk_socket__create
 2020-10-02 13:36 UTC 

[PATCH iproute2-next] ip xfrm: support setting XFRMA_SET_MARK_MASK attribute in states
 2020-10-02 13:22 UTC  (2+ messages)
` [PATCH iproute2-net v2] "

[RFC PATCH net-next v2 0/2] driver/net/ethernet W=1 by default
 2020-10-02 13:15 UTC  (7+ messages)
` [PATCH net-next v2 1/2] Makefile.extrawarn: Add symbol for W=1 warnings for today

[RFC] Status of orinoco_usb
 2020-10-02 12:06 UTC  (4+ messages)

[PATCH net-next 0/9] Offload tc-flower to mscc_ocelot switch using VCAP chains
 2020-10-02 12:02 UTC  (10+ messages)
` [PATCH net-next 1/9] net: mscc: ocelot: offload multiple tc-flower actions in same rule
` [PATCH net-next 2/9] net: mscc: ocelot: introduce conversion helpers between port and netdev
` [PATCH net-next 3/9] net: mscc: ocelot: create TCAM skeleton from tc filter chains
` [PATCH net-next 4/9] net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1
` [PATCH net-next 5/9] net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0
` [PATCH net-next 6/9] net: mscc: ocelot: only install TCAM entries into a specific lookup and PAG
` [PATCH net-next 7/9] net: mscc: ocelot: relax ocelot_exclusive_mac_etype_filter_rules()
` [PATCH net-next 8/9] net: mscc: ocelot: offload redirect action to VCAP IS2
` [PATCH net-next 9/9] selftests: ocelot: add some example VCAP IS1, IS2 and ES0 tc offloads

[RFC PATCH v2 00/23] Share events between metrics
 2020-10-02 11:57 UTC  (3+ messages)
` [RFC PATCH v2 23/23] perf metricgroup: remove duped metric group events
  ` Issue of metrics for multiple uncore PMUs (was Re: [RFC PATCH v2 23/23] perf metricgroup: remove duped metric group events)

Fwd: [Bug 209423] WARN_ON_ONCE() at rtl8169_tso_csum_v2()
 2020-10-02 11:48 UTC  (6+ messages)
  `  "

[PATCH v2] net: hso: do not call unregister if not registered
 2020-10-02 11:43 UTC 


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