netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-18 10:45:56 to 2019-02-19 04:30:45 UTC [more...]

Three questions about busy poll
 2019-02-19  4:30 UTC  (5+ messages)

[PATCH v2 1/2] Provide in-kernel headers for making it easy to extend the kernel
 2019-02-19  4:28 UTC  (3+ messages)

[tipc-discussion][net 0/2] improvement for wait and wakeup
 2019-02-19  4:20 UTC  (3+ messages)
` [tipc-discussion][net 1/2] tipc: improve function tipc_wait_for_cond()
` [tipc-discussion][net 2/2] tipc: improve function tipc_wait_for_rcvmsg()

[PATCH 0/2] x86: turn off wrongly enabled CONFIG_GENERIC_HWEIGHT
 2019-02-19  4:06 UTC  (8+ messages)
` [PATCH 1/2] wireless: mt76: call hweight8() instead of __sw_hweight8()

WARNING in xfrm_policy_fini
 2019-02-19  3:05 UTC  (2+ messages)

[PATCH] can: mark expected switch fall-throughs
 2019-02-19  2:57 UTC  (4+ messages)

[PATCH net-next] yellowfin: fix remove set but not used variable warning
 2019-02-19  2:34 UTC  (3+ messages)

[PATCH][net-next] bridge: remove redundant check on err in br_multicast_ipv4_rcv
 2019-02-19  2:17 UTC 

[PATCH] net: remove unneeded switch fall-through
 2019-02-19  2:15 UTC 

[PATCH 0/2] Netfilter/IPVS fixes for net
 2019-02-19  1:56 UTC  (4+ messages)
` [PATCH 1/2] netfilter: nf_tables: fix flush after rule deletion in the same batch
` [PATCH 2/2] ipvs: fix warning on unused variable

[PATCH net v4.15..v4.19] net: dsa: Fix NPD checking for br_vlan_enabled()
 2019-02-19  1:54 UTC  (2+ messages)

[PATCH net 1/1] bonding: fix PACKET_ORIGDEV regression on bonding masters
 2019-02-19  1:51 UTC  (3+ messages)
` [PATCH v2] bonding: fix PACKET_ORIGDEV regression

[PATCH] net: netcp: Fix ethss driver probe issue
 2019-02-19  1:50 UTC  (2+ messages)

[PATCH net] net: hns: Fixes the missing put_device in positive leg for roce reset
 2019-02-19  1:45 UTC  (2+ messages)

pull-request: wireless-drivers 2019-02-18
 2019-02-19  1:41 UTC  (2+ messages)

[PATCH net] net: stmmac: Fix a race in EEE enable callback
 2019-02-19  1:40 UTC  (2+ messages)

[PATCH][unix] missing barriers in some of unix_sock ->addr and ->path accesses
 2019-02-19  1:30 UTC  (4+ messages)

[PATCH] NETWORKING: avoid use IPCB in cipso_v4_error
 2019-02-19  1:25 UTC  (7+ messages)

[PATCH net 0/2] qed: iWARP - fix some syn related issues
 2019-02-19  0:52 UTC  (4+ messages)
` [PATCH net 1/2] qed: Fix iWARP buffer size provided for syn packet processing
` [PATCH net 2/2] qed: Fix iWARP syn packet mac address validation

[PATCH net-next] bnx2x: Remove set but not used variable 'mfw_vn'
 2019-02-19  0:48 UTC  (3+ messages)

[PATCH net-next v2 0/2] net: phy: add helpers for handling C45 10GBT AN register values
 2019-02-19  0:44 UTC  (2+ messages)

[PATCH net-next] liquidio: using NULL instead of plain integer
 2019-02-19  0:42 UTC  (2+ messages)

[PATCH net-next] r8169: remove unneeded mmiowb barriers
 2019-02-19  0:39 UTC  (2+ messages)

[PATCH] r8152: Add support for MAC address pass through on RTL8153-BD
 2019-02-19  0:38 UTC  (2+ messages)

[PATCH v2] net: dsa: Implement flow_dissect callback for tag_dsa
 2019-02-19  0:36 UTC  (2+ messages)

[PATCH] net: sched: using kfree_rcu() to simplify the code
 2019-02-19  0:36 UTC  (2+ messages)

[PATCH v2 net-next] mdio_bus: Fix PTR_ERR() usage after initialization to constant
 2019-02-19  0:36 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2019-02-19  0:30 UTC 

[PATCH net] mac80211: mesh: fix missing unlock on error in table_path_del()
 2019-02-19  0:30 UTC  (2+ messages)

[PATCH v2 1/2] net: phy: at803x: dont inline helpers
 2019-02-19  0:28 UTC  (4+ messages)
` [PATCH v2 2/2] net: phy: at803x: disable delay only for RGMII mode

Possible bug into DSA2 code
 2019-02-19  0:03 UTC  (9+ messages)

[RFC PATCH net-next v3 00/21] ethtool netlink interface, part 1
 2019-02-18 23:46 UTC  (25+ messages)
` [RFC PATCH net-next v3 01/21] netlink: introduce nla_put_bitfield32()
` [RFC PATCH net-next v3 02/21] ethtool: move to its own directory
` [RFC PATCH net-next v3 03/21] ethtool: introduce ethtool netlink interface
` [RFC PATCH net-next v3 04/21] ethtool: helper functions for "
` [RFC PATCH net-next v3 05/21] ethtool: netlink bitset handling
` [RFC PATCH net-next v3 06/21] ethtool: support for netlink notifications
` [RFC PATCH net-next v3 07/21] ethtool: implement EVENT notifications
` [RFC PATCH net-next v3 08/21] ethtool: generic handlers for GET requests
` [RFC PATCH net-next v3 09/21] ethtool: move string arrays into common file
` [RFC PATCH net-next v3 10/21] ethtool: provide string sets with GET_STRSET request
` [RFC PATCH net-next v3 11/21] ethtool: provide driver/device information in GET_INFO request
` [RFC PATCH net-next v3 12/21] ethtool: provide permanent hardware address "
` [RFC PATCH net-next v3 13/21] ethtool: provide timestamping information "
` [RFC PATCH net-next v3 14/21] ethtool: provide link mode names as a string set
` [RFC PATCH net-next v3 15/21] ethtool: provide link settings and link modes in GET_SETTINGS request
` [RFC PATCH net-next v3 16/21] ethtool: provide WoL information "
` [RFC PATCH net-next v3 17/21] ethtool: provide message level "
` [RFC PATCH net-next v3 18/21] ethtool: provide link state "
` [RFC PATCH net-next v3 19/21] ethtool: provide device features "
` [RFC PATCH net-next v3 20/21] ethtool: provide private flags "
` [RFC PATCH net-next v3 21/21] ethtool: send netlink notifications about setting changes

[PATCH v2 0/8] nic: thunderx: fix communication races between VF & PF
 2019-02-18 23:33 UTC  (3+ messages)
` [PATCH v2 3/8] net: thunderx: make CFG_DONE message to run through generic send-ack sequence

[PATCH bpf 1/2] bpf/test_run: fix unkillable BPF_PROG_TEST_RUN
 2019-02-18 23:23 UTC  (4+ messages)

[PATCH] arm64: do_csum: implement accelerated scalar version
 2019-02-18 23:08 UTC 

[PATCH 0/8] Add support for rtl8723bs/rtl8723cs bluetooth
 2019-02-18 22:28 UTC  (7+ messages)
` [PATCH 3/8] dt-bindings: net: bluetooth: Add rtl8723bs-bluetooth

[PATCH net-next 0/2] net: phy: improve genphy_read_status
 2019-02-18 21:08 UTC  (4+ messages)
` [PATCH net-next 1/2] net: phy: remove orphaned register read in genphy_read_status
` [PATCH net-next 2/2] net: phy: don't use 10BaseT/half as default "

[PATCH net-next 00/12] Refactor flower classifier to remove dependency on rtnl lock
 2019-02-18 20:47 UTC  (14+ messages)
` [PATCH net-next 01/12] net: sched: flower: don't check for rtnl on head dereference
` [PATCH net-next 02/12] net: sched: flower: refactor fl_change
` [PATCH net-next 09/12] net: sched: flower: handle concurrent tcf proto deletion
` [PATCH net-next 12/12] net: sched: flower: set unlocked flag for flower proto ops

[PATCH net-next] net: phy: improve definition of __ETHTOOL_LINK_MODE_MASK_NBITS
 2019-02-18 20:43 UTC 

[PATCH 0/3] Correct CAN clocks definition
 2019-02-18 20:33 UTC  (3+ messages)
` [PATCH 3/3] dt-bindings: can: rcar_canfd: Document r8a774a1 support

[PATCH net-next 0/4] net: phy: improve generic clause 45 aneg configuration
 2019-02-18 20:27 UTC  (5+ messages)
` [PATCH net-next 1/4] net: phy: export genphy_config_eee_advert
` [PATCH net-next 2/4] net: phy: use genphy_config_eee_advert in genphy_c45_an_config_aneg
` [PATCH net-next 3/4] net: phy: add genphy_c45_check_and_restart_aneg
` [PATCH net-next 4/4] net: phy: marvell10g: use genphy_c45_check_and_restart_aneg in mv3310_config_aneg

[PATCH net-next] mlxsw: spectrum: Change IP2ME CPU policer rate and burst size values
 2019-02-18 20:11 UTC  (2+ messages)

[PATCH] net: hamradio: remove unused hweight*() defines
 2019-02-18 20:10 UTC  (2+ messages)

[PATCH] net/mlx4_en: fix spelling mistake: "quiting" -> "quitting"
 2019-02-18 20:08 UTC  (5+ messages)

[PATCH 2/2] RTL8153-BD is used in Dell DA300 type-C dongle. It should be added to the whitelist of devices to activate MAC address pass through
 2019-02-18 20:03 UTC  (2+ messages)

general protection fault in tc_ctl_chain
 2019-02-18 20:02 UTC  (2+ messages)

[PATCH net v2] net: crypto set sk to NULL when af_alg_release
 2019-02-18 20:02 UTC  (2+ messages)

[PATCH net 0/2] tcp: fix possible crash in tcp_v4_err()
 2019-02-18 19:59 UTC  (4+ messages)

[PATCH 00/11] Netfilter/IPVS updates for net-next
 2019-02-18 19:59 UTC  (2+ messages)

[PATCH net-next v4 00/17] Refactor classifier API to work with chain/classifiers without rtnl lock
 2019-02-18 19:55 UTC  (16+ messages)
` [PATCH net-next v4 05/17] net: sched: traverse chains in block with tcf_get_next_chain()
` [PATCH net-next v4 07/17] net: sched: protect filter_chain list with filter_chain_lock mutex
` [PATCH net-next v4 10/17] net: sched: refactor tp insert/delete for concurrent execution
` [PATCH net-next v4 17/17] net: sched: unlock rules update API

TC stats / hw offload question
 2019-02-18 19:37 UTC  (8+ messages)

[PATCH net] net: validate untrusted gso packets without csum offload
 2019-02-18 19:12 UTC  (2+ messages)

[BUG] [FIX] net: dsa: oops in br_vlan_enabled
 2019-02-18 19:09 UTC  (5+ messages)
    ` Aw: "

Yet another approach for implementing connection tracking offload
 2019-02-18 19:00 UTC 

[PATCH net-next 0/2] tracepoints in neighbor subsystem
 2019-02-18 18:23 UTC  (3+ messages)

No traffic with Marvell switch and latest linux-next
 2019-02-18 18:21 UTC  (9+ messages)

[PATCH][next] Bluetooth: a2mp: Use struct_size() helper
 2019-02-18 17:50 UTC  (3+ messages)

stmmac / meson8b-dwmac
 2019-02-18 18:05 UTC  (22+ messages)

[PATCH RFC] net-sysfs: consistent behavior between ioctl and sysfs
 2019-02-18 18:02 UTC 

[PATCH] net: hns: Fix object reference leaks in hns_dsaf_roce_reset()
 2019-02-18 17:54 UTC  (5+ messages)

[PATCH] ath10k: htt_tx: mark expected switch fall-throughs
 2019-02-18 17:49 UTC  (4+ messages)
`  "
  ` -Wimplicit-fallthrough not working with ccache

Fwd: Invitation to comment on Virtual I/O Device (VIRTIO) Version 1.1 - ends February 21st
 2019-02-18 16:56 UTC 

[PATCH RFC 0/5] net/sched: validate the control action with all the other parameters
 2019-02-18 16:52 UTC  (3+ messages)
` [PATCH RFC 2/5] net/sched: prepare TC actions to properly validate the control action

[PATCH 0/2] ARM: dts: am335x-evm/evmsk: Fix PHY mode for ethernet
 2019-02-18 16:26 UTC  (6+ messages)
` [PATCH 1/2] ARM: dts: am335x-evmsk: "
` [PATCH 2/2] ARM: dts: am335x-evm: "

[net PATCH] net: vrf: remove MTU limits for vrf device
 2019-02-18 16:25 UTC  (2+ messages)

[PATCH net] sock: return uapi errno in sock_setsockopt() for SO_ZEROCOPY
 2019-02-18 16:04 UTC  (4+ messages)

[PATCH RFC net-next] 6lowpan: use rbtree for IP frag queue
 2019-02-18 16:03 UTC  (3+ messages)

[PATCH net] af_packet: fix raw sockets over 6in4 tunnel
 2019-02-18 15:57 UTC  (4+ messages)
` [PATCH net v2] "

[PATCH] PCI / ACPI: Don't clear pme_poll on device that has unreliable ACPI wake
 2019-02-18 15:30 UTC  (10+ messages)

[PATCH net-next] cfg80211: pmsr: use eth_broadcast_addr() to assign broadcast address
 2019-02-18 14:36 UTC  (5+ messages)

[PATCH] [V2]r8152: Add support for MAC address pass through on RTL8153-BD
 2019-02-18 14:22 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: stmmac: Performance improvements in Multi-Queue
 2019-02-18 13:51 UTC  (3+ messages)
` [PATCH net-next v2 3/3] net: stmmac: dwxgmac2: Also use TBU interrupt to clean TX path

[PATCH] net: dsa: qca8k: Enable delay for RGMII_ID mode
 2019-02-18 13:36 UTC  (4+ messages)

[RFC] net: dsa: qca8k: implement rgmii-id mode
 2019-02-18 13:31 UTC  (6+ messages)

[ANNOUNCE] Linux IPsec workshop 2019
 2019-02-18 13:15 UTC 

[PATCH][next] Bluetooth: hci_event: Use struct_size() helper
 2019-02-18 13:00 UTC  (2+ messages)

[PATCH net-next 0/3] net: dsa: mv88e6xxx: fix IPv6
 2019-02-18 12:53 UTC  (11+ messages)
` [PATCH net-next 1/3] net: dsa: add support for bridge flags
` [PATCH net-next v2 0/3] net: dsa: mv88e6xxx: fix IPv6
  ` [PATCH net-next v2 3/3] net: dsa: mv88e6xxx: default to multicast and unicast flooding

[PATCH net] iptunnel: NULL pointer deref for ip_md_tunnel_xmit
 2019-02-18 12:36 UTC 

[PATCH net-next v6] ipmr: ip6mr: Create new sockopt to clear mfc cache or vifs
 2019-02-18 12:31 UTC  (3+ messages)

[PATCH net-next] net: sched: potential NULL dereference in tcf_block_find()
 2019-02-18 12:26 UTC  (2+ messages)

[PATCH RFC] net: bridge: don't flood known multicast traffic when snooping is enabled
 2019-02-18 12:21 UTC  (2+ messages)
` [RFC v2] "

[PATCH] tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem
 2019-02-18 12:22 UTC  (2+ messages)

[PATCH net-next v4 07/17] net: sched: protect filter_chain list with filter_chain_lock mutex
 2019-02-18 12:00 UTC  (4+ messages)
` [PATCH] net: sched: matchall: verify that filter is not NULL in mall_walk()

[PATCH net-next 00/13] net: mvpp2: various fixes
 2019-02-18 11:33 UTC  (11+ messages)
` [PATCH net-next 10/13] net: mvpp2: reset the XPCS while reconfiguring the serdes lanes
            ` [EXT] "

[PATCH bpf-next v4 0/2] libbpf: adding AF_XDP support
 2019-02-18 11:21 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] libbpf: add support for using AF_XDP sockets

linux-next: manual merge of the net-next tree with the rdma tree
 2019-02-18 10:48 UTC  (2+ messages)

[PATCH RESEND 0/3] Add quirk for reading BD_ADDR from fwnode property
 2019-02-18 10:48 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).