netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-02 14:42:43 to 2020-10-02 22:41:12 UTC [more...]

[PATCH bpf-next] bpf: use raw_spin_trylock() for pcpu_freelist_push/pop in NMI
 2020-10-02 22:40 UTC  (2+ messages)

[PATCH net-next 0/9] Offload tc-flower to mscc_ocelot switch using VCAP chains
 2020-10-02 22:40 UTC  (2+ messages)

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

[PATCH net] tcp: fix syn cookied MPTCP request socket leak
 2020-10-02 22:35 UTC  (2+ messages)

[PATCH bpf-next v4 0/6] bpf: BTF support for ksyms
 2020-10-02 22:34 UTC  (5+ messages)

pull-request: mac80211-next 2020-10-02
 2020-10-02 22:33 UTC  (2+ messages)

[PATCH v9 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-10-02 22:29 UTC  (4+ messages)

[PATCH v10 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-10-02 22:28 UTC  (2+ messages)

[PATCH net-next v2 0/5] implement kthread based napi poll
 2020-10-02 22:25 UTC  (6+ messages)
` [PATCH net-next v2 1/5] net: implement threaded-able napi poll loop support
` [PATCH net-next v2 2/5] net: add sysfs attribute to control napi threaded mode
` [PATCH net-next v2 3/5] net: extract napi poll functionality to __napi_poll()
` [PATCH net-next v2 4/5] net: modify kthread handler to use __napi_poll()
` [PATCH net-next v2 5/5] net: improve napi threaded config

Why ping latency is smaller with shorter send interval?
 2020-10-02 22:24 UTC 

[PATCH] netlink: fix policy dump leak
 2020-10-02 22:22 UTC  (4+ messages)

[PATCH] net/smscx5xx: change to of_get_mac_address() eth_platform_get_mac_address()
 2020-10-02 22:21 UTC  (3+ messages)

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

[PATCH 0/6] Fix new html build warnings from next-20201001
 2020-10-02 22:16 UTC  (3+ messages)
` [PATCH 1/6] net: core: document two new elements of struct net_device

[PATCH net-next] net: dsa: propagate switchdev vlan_filtering prepare phase to drivers
 2020-10-02 22:06 UTC 

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

[PATCH net-next v3 0/9] genetlink: support per-command policy dump
 2020-10-02 21:50 UTC  (10+ messages)
` [PATCH net-next v3 1/9] genetlink: reorg struct genl_family
` [PATCH net-next v3 2/9] genetlink: add small version of ops
` [PATCH net-next v3 3/9] genetlink: move to smaller ops wherever possible
` [PATCH net-next v3 4/9] genetlink: add a structure for dump state
` [PATCH net-next v3 5/9] genetlink: use .start callback for dumppolicy
` [PATCH net-next v3 6/9] genetlink: bring back per op policy
` [PATCH net-next v3 7/9] taskstats: move specifying netlink policy back to ops
` [PATCH net-next v3 8/9] genetlink: use parsed attrs in dumppolicy
` [PATCH net-next v3 9/9] genetlink: switch control commands to per-op policies

[bpf-next PATCH v2 0/2] Add skb_adjust_room() for SK_SKB
 2020-10-02 21:45 UTC  (2+ messages)

[PATCH net-next v2 00/10] arm64: dts: layerscape: update MAC nodes with PHY information
 2020-10-02 21:07 UTC  (11+ messages)
` [PATCH net-next v2 01/10] dt-bindings: net: add the dpaa2-mac DTS definition
` [PATCH net-next v2 02/10] arm64: dts: ls1088a: add external MDIO device nodes
` [PATCH net-next v2 03/10] arm64: dts: ls1088ardb: add QSGMII PHY nodes
` [PATCH net-next v2 04/10] arm64: dts: ls1088ardb: add necessary DTS nodes for DPMAC2
` [PATCH net-next v2 05/10] arm64: dts: ls208xa: add the external MDIO nodes
` [PATCH net-next v2 06/10] arm64: dts: ls2088ardb: add PHY nodes for the CS4340 PHYs
` [PATCH net-next v2 07/10] arm64: dts: ls2088ardb: add PHY nodes for the AQR405 PHYs
` [PATCH net-next v2 08/10] arm64: dts: ls208xa: add PCS MDIO and PCS PHY nodes
` [PATCH net-next v2 09/10] arm64: dts: lx2160a: "
` [PATCH net-next v2 10/10] arm64: dts: lx2160ardb: add nodes for the AQR107 PHYs

[RFC PATCH v2 00/23] Share events between metrics
 2020-10-02 20:46 UTC  (4+ 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)

[PATCH net-next v2 0/6] bonding: rename bond components
 2020-10-02 20:43 UTC  (15+ 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 0/5] genetlink: complete policy dumping
 2020-10-02 20:42 UTC  (15+ 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 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 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/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  (16+ messages)
` [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  (5+ messages)
` [net-next PATCH v1 3/7] net: phy: Introduce fwnode_get_phy_id()

[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] 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 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


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