netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-11 11:59:18 to 2020-03-12 00:49:48 UTC [more...]

[PATCH 0/1] Convert text to ReST list and remove doc build warnings
 2020-03-12  0:49 UTC  (6+ messages)
` [PATCH 1/1] Reformat return value descriptions as ReST lists

[PATCH net-next v2 0/6] RED: Introduce an ECN tail-dropping mode
 2020-03-12  0:42 UTC  (11+ messages)
` [PATCH net-next v2 1/6] selftests: qdiscs: Add TDC test for RED
` [PATCH net-next v2 2/6] net: sched: Allow extending set of supported RED flags
` [PATCH net-next v2 3/6] net: sched: RED: Introduce an ECN tail-dropping mode
` [PATCH net-next v2 4/6] mlxsw: spectrum_qdisc: Offload RED "
` [PATCH net-next v2 5/6] selftests: qdiscs: RED: Add taildrop tests
` [PATCH net-next v2 6/6] selftests: mlxsw: RED: Test RED ECN taildrop offload

[PATCH net] net: dsa: Don't instantiate phylink for CPU/DSA ports unless needed
 2020-03-12  0:24 UTC  (2+ messages)

[PATCH net-next ct-offload v3 00/15] Introduce connection tracking offload
 2020-03-12  0:01 UTC  (24+ messages)
` [PATCH net-next ct-offload v3 01/15] net/mlx5: E-Switch, Enable reg c1 loopback when possible
` [PATCH net-next ct-offload v3 02/15] net/mlx5e: en_rep: Create uplink rep root table after eswitch offloads table
` [PATCH net-next ct-offload v3 03/15] netfilter: flowtable: Add API for registering to flow table events
` [PATCH net-next ct-offload v3 04/15] net/sched: act_ct: Instantiate flow table entry actions
` [PATCH net-next ct-offload v3 05/15] net/sched: act_ct: Support restoring conntrack info on skbs
` [PATCH net-next ct-offload v3 06/15] net/sched: act_ct: Support refreshing the flow table entries
` [PATCH net-next ct-offload v3 07/15] net/sched: act_ct: Enable hardware offload of flow table entires
` [PATCH net-next ct-offload v3 08/15] net/mlx5: E-Switch, Introduce global tables
` [PATCH net-next ct-offload v3 09/15] net/mlx5: E-Switch, Add support for offloading rules with no in_port
` [PATCH net-next ct-offload v3 10/15] net/mlx5: E-Switch, Support getting chain mapping
` [PATCH net-next ct-offload v3 11/15] flow_offload: Add flow_match_ct to get rule ct match
` [PATCH net-next ct-offload v3 12/15] net/mlx5e: CT: Introduce connection tracking
` [PATCH net-next ct-offload v3 13/15] net/mlx5e: CT: Offload established flows
` [PATCH net-next ct-offload v3 14/15] net/mlx5e: CT: Handle misses after executing CT action
` [PATCH net-next ct-offload v3 15/15] net/mlx5e: CT: Support clear action

[PATCH bpf-next] tools: bpftool: restore message on failure to guess program type
 2020-03-11 23:42 UTC  (2+ messages)

[PATCH net] MAINTAINERS: remove Sathya Perla as Emulex NIC maintainer
 2020-03-11 23:37 UTC 

[PATCH 0/5] Return fds from privileged sockhash/sockmap lookup
 2020-03-11 23:27 UTC  (13+ messages)
` [PATCH 2/5] bpf: convert queue and stack map to map_copy_value
` [PATCH 3/5] bpf: convert sock map and hash "
` [PATCH 4/5] bpf: sockmap, sockhash: return file descriptors from privileged lookup
` [PATCH 5/5] bpf: sockmap, sockhash: test looking up fds

[PATCH net-next 00/15] ethtool netlink interface, part 3
 2020-03-11 23:24 UTC  (23+ messages)
` [PATCH net-next 01/15] ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()
` [PATCH net-next 02/15] ethtool: update mapping of features to legacy ioctl requests
` [PATCH net-next 03/15] ethtool: provide netdev features with FEATURES_GET request
` [PATCH net-next 04/15] ethtool: add ethnl_parse_bitset() helper
` [PATCH net-next 05/15] ethtool: set netdev features with FEATURES_SET request
` [PATCH net-next 06/15] ethtool: add FEATURES_NTF notification
` [PATCH net-next 07/15] ethtool: provide private flags with PRIVFLAGS_GET request
` [PATCH net-next 08/15] ethtool: set device private flags with PRIVFLAGS_SET request
` [PATCH net-next 09/15] ethtool: add PRIVFLAGS_NTF notification
` [PATCH net-next 10/15] ethtool: provide ring sizes with RINGS_GET request
` [PATCH net-next 11/15] ethtool: set device ring sizes with RINGS_SET request
` [PATCH net-next 12/15] ethtool: add RINGS_NTF notification
` [PATCH net-next 13/15] ethtool: provide channel counts with CHANNELS_GET request
` [PATCH net-next 14/15] ethtool: set device channel counts with CHANNELS_SET request
` [PATCH net-next 15/15] ethtool: add CHANNELS_NTF notification

[PATCH net-next 00/15] ethtool: consolidate irq coalescing - part 4
 2020-03-11 22:41 UTC  (17+ messages)
` [PATCH net-next 01/15] net: be2net: reject unsupported coalescing params
` [PATCH net-next 02/15] net: dpaa: "
` [PATCH net-next 03/15] net: fec: "
` [PATCH net-next 04/15] net: gianfar: "
` [PATCH net-next 05/15] net: hns: "
` [PATCH net-next 06/15] net: hns3: "
` [PATCH net-next 07/15] net: e1000: "
` [PATCH net-next 08/15] net: fm10k: "
` [PATCH net-next 09/15] net: i40e: "
` [PATCH net-next 10/15] net: iavf: "
` [PATCH net-next 11/15] net: igb: let core reject the unsupported coalescing parameters
` [PATCH net-next 12/15] net: igbvf: reject unsupported coalescing params
` [PATCH net-next 13/15] net: igc: let core reject the unsupported coalescing parameters
` [PATCH net-next 14/15] net: ixgbe: reject unsupported coalescing params
` [PATCH net-next 15/15] net: ixgbevf: "

[PATCH v2 bpf-next] selftests/bpf: make tcp_rtt test more robust to failures
 2020-03-11 22:27 UTC 

[PATCH bpf-next] selftests/bpf: make tcp_rtt test more robust to failures
 2020-03-11 22:24 UTC  (5+ messages)

[PATCH v2 bpf-next 0/3] Fixes for bpftool-prog-profile
 2020-03-11 22:18 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] bpftool: only build bpftool-prog-profile if supported by clang
` [PATCH v2 bpf-next 2/3] bpftool: skeleton should depend on libbpf
` [PATCH v2 bpf-next 3/3] bpftool: add _bpftool and profiler.skel.h to .gitignore

[PATCH net] net/packet: tpacket_rcv: do not increment ring index on drop
 2020-03-11 21:49 UTC  (14+ messages)

[PATCH] dt-bindings: soc: qcom: fix IPA binding
 2020-03-11 21:47 UTC 

[PATCH 0/7] net: Use scnprintf() for avoiding potential buffer overflow
 2020-03-11 21:44 UTC  (5+ messages)
` [PATCH 4/7] nfp: "
` [PATCH 5/7] ionic: "

[PATCH v3] perf tools: add support for libpfm4
 2020-03-11 21:36 UTC 

[PATCH] net: drop_monitor: use IS_REACHABLE() to guard net_dm_hw_report()
 2020-03-11 21:26 UTC  (6+ messages)

[PATCH net-next 0/6] octeontx2-vf: Add network driver for virtual function
 2020-03-11 21:24 UTC  (6+ messages)
` [PATCH net-next 3/6] octeontx2-vf: Virtual function driver dupport

[PATCH net] net: phy: Avoid multiple suspends
 2020-03-11 21:22 UTC  (6+ messages)

[PATCH bpf-next v5 00/12] Extend SOCKMAP to store listening sockets
 2020-03-11 21:02 UTC  (5+ messages)
` [PATCH bpf-next v5 12/12] selftests/bpf: Tests for SOCKMAP holding "

[PATCH] net:ftgmac100:remove redundant judgement
 2020-03-11 20:38 UTC  (2+ messages)

[PATCH net-next 0/5] add phylink support for PCS
 2020-03-11 20:32 UTC  (17+ messages)
` [PATCH net-next 1/5] net: mii: convert mii_lpa_to_ethtool_lpa_x() to linkmode variant
` [PATCH net-next 2/5] net: mii: add linkmode_adv_to_mii_adv_x()
` [PATCH net-next 3/5] net: mdiobus: add APIs for modifying a MDIO device register
` [PATCH net-next 4/5] net: phylink: pcs: add 802.3 clause 22 helpers
` [PATCH net-next 5/5] net: phylink: pcs: add 802.3 clause 45 helpers

[patch net-next 0/3] flow_offload: follow-ups to HW stats type patchset
 2020-03-11 20:30 UTC  (4+ messages)

general protection fault in j1939_netdev_start
 2020-03-11 20:17 UTC  (2+ messages)

[PATCH] seccomp: add compat_ioctl for seccomp notify
 2020-03-11 20:06 UTC  (2+ messages)

[PATCH v2] net: mvmdio: avoid error message for optional IRQ
 2020-03-11 20:05 UTC 

[PATCH net] net: dsa: mv88e6xxx: Add missing mask of ATU occupancy register
 2020-03-11 20:02 UTC 

[PATCH] net: mvmdio: avoid error message for optional IRQ
 2020-03-11 19:48 UTC  (4+ messages)

[PATCH] perf tools: add support for lipfm4
 2020-03-11 19:32 UTC  (5+ messages)

pull-request: mac80211 2020-03-11
 2020-03-11 19:29 UTC  (2+ messages)

[PATCH v2 00/17] net: introduce Qualcomm IPA driver (UPDATED)
 2020-03-11 19:02 UTC  (8+ messages)
` [PATCH v2 15/17] soc: qcom: ipa: support build of IPA code
` [PATCH v2 17/17] arm64: dts: sdm845: add IPA information

[PATCH bpf-next] selftests/bpf: guarantee that useep() calls nanosleep() syscall
 2020-03-11 18:53 UTC 

[PATCH net-next] net: mptcp: don't hang before sending 'MP capable with data'
 2020-03-11 18:50 UTC 

[PATCH net] net: memcg: fix lockdep splat in inet_csk_accept()
 2020-03-11 18:44 UTC 

[PATCH net] sctp: return a one-to-one type socket when doing peeloff
 2020-03-11 18:41 UTC  (6+ messages)

[RFC PATCH v6 0/5] Bluetooth: Handle system suspend gracefully
 2020-03-11 17:20 UTC  (8+ messages)
` [RFC PATCH v6 1/5] Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPEND
` [RFC PATCH v6 2/5] Bluetooth: Handle BR/EDR devices during suspend
` [RFC PATCH v6 3/5] Bluetooth: Handle LE "
` [RFC PATCH v6 4/5] Bluetooth: Pause discovery and advertising "
` [RFC PATCH v6 5/5] Bluetooth: Add mgmt op set_wake_capable

[PATCH net 0/3] s390/qeth: fixes 2020-03-11
 2020-03-11 17:07 UTC  (4+ messages)
` [PATCH net 1/3] s390/qeth: use page pointers to manage RX buffer pool
` [PATCH net 2/3] s390/qeth: refactor buffer pool code
` [PATCH net 3/3] s390/qeth: implement smarter resizing of the RX buffer pool

[net] seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol number
 2020-03-11 16:54 UTC 

iproute -> "Error: ipv4: FIB table does not exist."; unresolved, regression, or new issue?
 2020-03-11 16:54 UTC 

[PATCH] ath5k: Add proper dependency for ATH5K_AHB
 2020-03-11 16:52 UTC  (2+ messages)

ethtool -m bug: transceiver made for fiber is misreported as supporting copper
 2020-03-11 16:44 UTC 

[PATCH -next 030/491] BROADCOM GENET ETHERNET DRIVER: Use fallthrough;
 2020-03-11 16:35 UTC  (2+ messages)

route: an issue caused by local and main table's merge
 2020-03-11 16:28 UTC  (7+ messages)

[PATCH nf-next 0/3] Netfilter egress hook
 2020-03-11 15:54 UTC  (6+ messages)
` [PATCH nf-next 1/3] netfilter: Rename ingress hook include file
` [PATCH nf-next 2/3] netfilter: Generalize ingress hook
` [PATCH nf-next 3/3] netfilter: Introduce egress hook

[RFC PATCH v5 0/5] Bluetooth: Handle system suspend gracefully
 2020-03-11 15:41 UTC  (3+ messages)

[PATCH bpf-next] bpf: add bpf_link_new_file that doesn't install FD
 2020-03-11 15:21 UTC  (3+ messages)

[PATCH] net: phy: Fix marvell_set_downshift() from clobbering MSCR register
 2020-03-11 15:21 UTC  (2+ messages)

[PATCH iproute2] iproute2: fix MPLS label parsing
 2020-03-11 15:16 UTC 

WARNING: refcount bug in sctp_wfree
 2020-03-11 15:00 UTC  (2+ messages)

[Bluez PATCH v1] Bluetooth: L2CAP: handle l2cap config request during open state
 2020-03-11 14:50 UTC  (2+ messages)

Maybe a race condition in net/rds/rdma.c?
 2020-03-11 14:35 UTC  (5+ messages)

[PATCH nft 1/2] netlink: remove unused parameter from netlink_gen_stmt_stateful()
 2020-03-11 14:35 UTC  (2+ messages)
` [PATCH nft 2/2] src: support for restoring element counters

[PATCH] Bluetooth: mgmt: add mgmt_cmd_status in add_advertising
 2020-03-11 14:35 UTC  (2+ messages)

[PATCH] Bluetooth: include file and function names in logs
 2020-03-11 14:32 UTC  (2+ messages)

[PATCH] Bluetooth: clean up connection in hci_cs_disconnect
 2020-03-11 14:31 UTC  (2+ messages)

[PATCH bpf-next] tools/runqslower: add BPF_F_CURRENT_CPU for running selftest on older kernels
 2020-03-11 14:19 UTC  (2+ messages)

[v2] ceph: using POOL FULL flag instead of OSDMAP FULL flag
 2020-03-11 13:41 UTC  (4+ messages)

general protection fault in ir_raw_event_store_with_filter
 2020-03-11 13:36 UTC 

Re: [PATCH] ena: Speed up initialization 90x by reducing poll delays
 2020-03-11 13:24 UTC 

[PATCH bpf-next] bpf: Fix trampoline generation for fmod_ret programs
 2020-03-11 13:23 UTC  (2+ messages)

[PATCH v2 0/2] add TJA1102 support
 2020-03-11 13:12 UTC  (4+ messages)
` [PATCH v2 1/2] net: phy: tja11xx: "

[bpf PATCH] bpf: sockmap, remove bucket->lock from sock_{hash|map}_free
 2020-03-11 13:10 UTC  (2+ messages)

[patch iproute2/net-next v3] tc: m_action: introduce support for hw stats type
 2020-03-11 12:45 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).