netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-08 21:40:47 to 2019-02-10 17:54:42 UTC [more...]

[PATCH net-next v2 00/16] net: Remove switchdev_ops
 2019-02-10 17:51 UTC  (13+ messages)
` [PATCH net-next v2 03/16] staging: fsl-dpaa2: ethsw: Check bridge port flags during set
` [PATCH net-next v2 05/16] rocker: Check bridge flags during prepare phase
` [PATCH net-next v2 07/16] net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORT
` [PATCH net-next v2 08/16] net: Get rid of switchdev_port_attr_get()
` [PATCH net-next v2 09/16] switchdev: Add SWITCHDEV_PORT_ATTR_SET
` [PATCH net-next v2 10/16] rocker: Handle SWITCHDEV_PORT_ATTR_SET
` [PATCH net-next v2 11/16] net: dsa: "
` [PATCH net-next v2 12/16] mlxsw: spectrum_switchdev: "
` [PATCH net-next v2 13/16] net: mscc: ocelot: "
` [PATCH net-next v2 14/16] staging: fsl-dpaa2: ethsw: "
` [PATCH net-next v2 15/16] net: switchdev: Replace port attr set SDO with a notification
` [PATCH net-next v2 16/16] net: Remove switchdev_ops

[PATCH v1 net-next 0/2] Change tc action identifiers to be more consistent
 2019-02-10 17:29 UTC  (5+ messages)
` [PATCH v1 net-next 1/2] net: Move all TC actions identifiers to one place
` [PATCH v1 net-next 2/2] net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE

tc qdisc kernel crash
 2019-02-10 15:51 UTC 

Linux 5.0 regression: rtl8169 / kernel BUG at lib/dynamic_queue_limits.c:27!
 2019-02-10 15:50 UTC  (20+ messages)

[PATCH net-next v5 00/12] net: y2038-safe socket timestamps
 2019-02-10 15:43 UTC  (6+ messages)
` [PATCH net-next v5 09/12] socket: Add SO_TIMESTAMPING_NEW
` [PATCH net-next v5 12/12] sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW

KASAN: invalid-free in sctp_stream_free
 2019-02-10 14:36 UTC  (2+ messages)

[PATCH v2 net 0/2] r8169: revert two commits due to a regression
 2019-02-10 14:28 UTC  (3+ messages)
` [PATCH v2 net 1/2] Revert "r8169: remove unneeded mmiowb barriers"
` [PATCH v2 net 2/2] Revert "r8169: make use of xmit_more and __netdev_sent_queue"

[PATCH net 1/2] Revert "r8169: remove unneeded mmiowb barriers"
 2019-02-10 14:18 UTC  (3+ messages)
` [PATCH net 2/2] Revert "r8169: make use of xmit_more and __netdev_sent_queue"

[PATCH net] sctp: make sctp_setsockopt_events() less strict about the option length
 2019-02-10 12:46 UTC  (4+ messages)

Possible bug into DSA2 code
 2019-02-10 11:45 UTC  (3+ messages)

[PATCH net-next 0/2] Change tc action identifiers to be more consistent
 2019-02-10  8:19 UTC  (4+ messages)
` [PATCH net-next 2/2] net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE

[PATCH] net/packet: fix 4gb buffer limit due to overflow check
 2019-02-10  8:57 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v2 bpf-next 0/7] Add __sk_buff->sk, bpf_tcp_sock, BPF_FUNC_tcp_sock and BPF_FUNC_sk_fullsock
 2019-02-10  7:22 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/7] bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helper
` [PATCH v2 bpf-next 2/7] bpf: Add state, dst_ip4, dst_ip6 and dst_port to bpf_sock
` [PATCH v2 bpf-next 3/7] bpf: Refactor sock_ops_convert_ctx_access
` [PATCH v2 bpf-next 4/7] bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sock
` [PATCH v2 bpf-next 5/7] bpf: Sync bpf.h to tools/
` [PATCH v2 bpf-next 6/7] bpf: Add skb->sk, bpf_sk_fullsock and bpf_tcp_sock tests to test_verifer
` [PATCH v2 bpf-next 7/7] bpf: Add test_sock_fields for skb->sk and bpf_tcp_sock

[PATCH bpf] bpf: Fix narrow load on a bpf_sock returned from sk_lookup()
 2019-02-10  7:15 UTC  (4+ messages)

[RFC] apparently bogus logics in unix_find_other() since 2002
 2019-02-10  4:24 UTC 

[PATCH net-next 00/16] net: Remove switchdev_ops
 2019-02-10  4:20 UTC  (31+ messages)
` [PATCH net-next 01/16] Documentation: networking: switchdev: Update port parent ID section
` [PATCH net-next 02/16] mlxsw: spectrum: Check bridge flags during prepare phase
` [PATCH net-next 03/16] staging: fsl-dpaa2: ethsw: Check bridge port flags during set
` [PATCH net-next 04/16] net: dsa: Add setter for SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS
` [PATCH net-next 05/16] rocker: Check bridge flags during prepare phase
` [PATCH net-next 06/16] net: bridge: Stop calling switchdev_port_attr_get()
` [PATCH net-next 07/16] net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORT
` [PATCH net-next 08/16] net: Get rid of switchdev_port_attr_get()
` [PATCH net-next 09/16] switchdev: Add SWITCHDEV_PORT_ATTR_SET
` [PATCH net-next 10/16] rocker: Handle SWITCHDEV_PORT_ATTR_SET
` [PATCH net-next 11/16] net: dsa: "
` [PATCH net-next 12/16] mlxsw: spectrum_switchdev: "
` [PATCH net-next 13/16] net: mscc: ocelot: "
` [PATCH net-next 14/16] staging: fsl-dpaa2: ethsw: "
` [PATCH net-next 15/16] net: switchdev: Replace port attr set SDO with a notification
` [PATCH net-next 16/16] net: Remove switchdev_ops

[PATCH net-next] net: phy: aquantia: add support for AQCS109
 2019-02-10  3:03 UTC  (2+ messages)

[PATCH net-next] net: dsa: mv88e6xxx: SERDES support 2500BaseT via external PHY
 2019-02-10  3:02 UTC  (2+ messages)

[PATCH net-next v2] add snmp counter document
 2019-02-10  3:00 UTC  (2+ messages)

How to set promiscuous mode
 2019-02-09 20:22 UTC 

[PATCH net-next] net: phy: Add support for asking the PHY its abilities
 2019-02-09 20:08 UTC  (7+ messages)

[PATCH][next] can: at91_can: mark expected switch fall-throughs
 2019-02-09 19:17 UTC  (3+ messages)

TC stats / hw offload question
 2019-02-09 17:39 UTC  (4+ messages)

[PATCH] net: hso: do not unregister if not registered
 2019-02-09 17:35 UTC  (2+ messages)

[PATCH] net: mvpp2: clear flow control modes in 10G mode
 2019-02-09 17:34 UTC  (3+ messages)

[PATCH net-next] net: marvell: mvpp2: clear flow control modes in 10G mode
 2019-02-09 17:34 UTC  (2+ messages)

[PATCH net-next] net: phy: probe the PHY before determining the supported features
 2019-02-09 17:32 UTC  (2+ messages)

[PATCH v3 0/3 net-next] net: phy: disregard "Clause 22 registers present" bit in get_phy_c45_devs_in_pkg
 2019-02-09 17:29 UTC  (3+ messages)
` [PATCH net-next] net: phy: remove unneeded masking of PHY register read results

[PATCH net-next] net/tls: Disable async decrytion for tls1.3
 2019-02-09 17:28 UTC  (2+ messages)

[PATCH v1 net-next 0/4] net: dsa: microchip: add MIB counters support
 2019-02-09 17:22 UTC  (9+ messages)
` [PATCH v1 net-next 1/4] net: dsa: microchip: prepare PHY for proper advertisement
` [PATCH v1 net-next 2/4] net: dsa: microchip: add MIB counter reading support
` [PATCH v1 net-next 3/4] net: dsa: microchip: use readx_poll_time for polling
` [PATCH v1 net-next 4/4] net: dsa: microchip: remove unnecessary include headers

[PATCH net] virtio_net: Account for tx bytes and packets on sending xdp_frames
 2019-02-09 16:56 UTC  (17+ messages)
              ` Resource management for ndo_xdp_xmit (Was: [PATCH net] virtio_net: Account for tx bytes and packets on sending xdp_frames)

[PATCH net-next v2 00/10] net: phy: Add support for 2.5GBASET PHYs
 2019-02-09 16:28 UTC  (4+ messages)

[ISSUE][4.20.6] mlx5 and checksum failures
 2019-02-09 15:54 UTC  (14+ messages)

[PATCH] inet_diag: fix reporting cgroup classid and fallback to priority
 2019-02-09 10:35 UTC 

[PATCH 13/19] net: split out functions related to registering inflight socket files
 2019-02-09  9:49 UTC  (2+ messages)

[PATCH net-next 0/4] devlink: minor tweaks to reported device info
 2019-02-09  8:36 UTC  (8+ messages)
` [PATCH net-next 1/4] devlink: fix condition for compat "
` [PATCH net-next 2/4] devlink: don't allocate attrs on the stack
` [PATCH net-next 3/4] nfp: devlink: rename vendor to manufacture
` [PATCH net-next 4/4] nfp: devlink: include vendor/product info in serial number

[PATCH v2 net-next] net: phy: disregard "Clause 22 registers present" bit in get_phy_c45_devs_in_pkg
 2019-02-09  8:40 UTC  (3+ messages)

[PATCH net-next 0/5] mvpp2 phylink fixes
 2019-02-09  7:09 UTC  (2+ messages)

[PATCH net-next 0/2] Revert wake_on_lan devlink parameter
 2019-02-09  7:07 UTC  (2+ messages)

[PATCH net-next] ethtool: Remove unnecessary null check in ethtool_rx_flow_rule_create
 2019-02-09  7:05 UTC  (2+ messages)

[PATCH net-next] ixgbe: Use struct_size() helper
 2019-02-09  7:04 UTC  (2+ messages)

[PATCH net-next] igc: Use struct_size() helper
 2019-02-09  7:04 UTC  (2+ messages)

[PATCH net-next] igb: use struct_size() helper
 2019-02-09  7:04 UTC  (2+ messages)

[PATCH net-next] net: phy: don't double-read link status register if link is up
 2019-02-09  7:02 UTC  (2+ messages)

[PATCH] net: stmmac: Variable "val" in function sun8i_dwmac_set_syscon() could be uninitialized
 2019-02-09  7:01 UTC  (2+ messages)

[PATCH net-next] fm10k: use struct_size() in kzalloc()
 2019-02-09  6:58 UTC  (2+ messages)

[PATCH net-next] nfp: flower: cmsg: use struct_size() helper
 2019-02-09  6:58 UTC  (2+ messages)

[PATCH net-next] mlxsw: spectrum_router: Use struct_size() in kzalloc()
 2019-02-09  6:58 UTC  (2+ messages)

[PATCH net-next] bnx2x: Use struct_size() in kzalloc()
 2019-02-09  6:58 UTC  (2+ messages)

[PATCH net-next] wimax/i2400m: use struct_size() helper
 2019-02-09  6:58 UTC  (2+ messages)

[PATCH net-next] wan: wanxl: use struct_size() in kzalloc()
 2019-02-09  6:58 UTC  (2+ messages)

[PATCH net-next] net: usb: cdc-phonet: use struct_size() in alloc_netdev()
 2019-02-09  6:58 UTC  (2+ messages)

[PATCH net-next] net: dsa: use struct_size() in devm_kzalloc()
 2019-02-09  6:58 UTC  (2+ messages)

[PATCH net-next] mpls_iptunnel: use struct_size() helper
 2019-02-09  6:57 UTC  (2+ messages)

[PATCH net-next] net/sched: use struct_size() helper
 2019-02-09  6:57 UTC  (2+ messages)

[PATCH net-next] bridge: use struct_size() helper
 2019-02-09  6:57 UTC  (2+ messages)

[PATCH net-next 0/2] qed*: SmartAN query support
 2019-02-09  6:55 UTC  (4+ messages)
` [EXT] "

[PATCH net] vsock: cope with memory allocation failure at socket creation time
 2019-02-09  6:32 UTC  (2+ messages)

[PATCH net-next 0/4] net: dsa: bcm_sf2: Add support for CFP statistics
 2019-02-09  6:11 UTC  (2+ messages)

[PATCH net-next] net: phy: consider latched link-down status in polling mode
 2019-02-09  6:09 UTC  (2+ messages)

[PATCH net] net: ipv4: use a dedicated counter for icmp_v4 redirect packets
 2019-02-09  5:50 UTC  (2+ messages)

[PATCH] net: hso: do not unregister if not registered
 2019-02-09  3:40 UTC  (4+ messages)

[PATCH 6/9] perf, bpf: save btf in a rbtree in perf_env
 2019-02-09  1:21 UTC  (4+ messages)
` [PATCH 7/9] perf-top: add option --bpf-event
` [PATCH 8/9] perf, bpf: enable annotation of bpf program
` [PATCH 9/9] perf, bpf: save information about short living bpf programs

[PATCH 0/9] perf annotation of BPF programs
 2019-02-09  1:17 UTC  (6+ messages)
` [PATCH 1/9] perf, bpf: consider events with attr.bpf_event as side-band events
` [PATCH 2/9] bpf: libbpf: introduce bpf_program__get_prog_info_linear()
` [PATCH 3/9] bpf: bpftool: use bpf_program__get_prog_info_linear() in prog.c:do_dump()
` [PATCH 4/9] perf, bpf: synthesize bpf events with bpf_program__get_prog_info_linear()
` [PATCH 5/9] perf, bpf: save bpf_prog_info in a rbtree in perf_env

stmmac / meson8b-dwmac
 2019-02-09  1:09 UTC  (5+ messages)

[PATCH 0/3] iw_cxgb4: add support for completing cached SRQ buffers
 2019-02-09  0:04 UTC  (2+ messages)

[PATCH] net: hso: do not call unregister if not registered
 2019-02-09  0:02 UTC 

[PATCH] net: sfp: do not probe SFP module before we're attached
 2019-02-08 23:42 UTC  (4+ messages)

[RFC PATCH] perf, bpf: Retain kernel executable code in memory to aid Intel PT tracing
 2019-02-08 23:29 UTC 

[PATCH bpf-next v8 0/6] bpf: add BPF_LWT_ENCAP_IP option to bpf_lwt_push_encap
 2019-02-08 23:24 UTC  (4+ messages)
` [PATCH bpf-next v8 4/6] bpf: add handling of BPF_LWT_REROUTE to lwt_bpf.c

[PATCH v2 1/3] net/macb: bindings doc/trivial: fix documentation for sama5d3 10/100 interface
 2019-02-08 23:20 UTC  (6+ messages)
` [PATCH v2 2/3] net/macb: bindings doc: add sam9x60 binding
` [PATCH v2 3/3] net: macb: add sam9x60-macb compatibility string

[PATCH net-next 00/14] mlxsw: Implement periodic ERP rehash
 2019-02-08 23:03 UTC  (2+ messages)

[PATCH net-next] ipmr: ip6mr: Create new sockopt to clear mfc cache or vifs
 2019-02-08 21:40 UTC  (6+ 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).