netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-04 10:14:08 to 2020-03-04 23:21:53 UTC [more...]

[net-next 00/16][pull request] 100GbE Intel Wired LAN Driver Updates 2020-03-04
 2020-03-04 23:21 UTC  (11+ messages)
` [net-next 01/16] ice: Cleanup unneeded parenthesis
` [net-next 04/16] ice: Improve clarity of prints and variables
` [net-next 05/16] ice: Add support for tunnel offloads
` [net-next 07/16] ice: Display Link detected via Ethtool in safe mode
` [net-next 08/16] ice: Fix corner case when switching from IEEE to CEE
` [net-next 10/16] ice: Correct setting VLAN pruning
` [net-next 12/16] ice: fix use of deprecated strlcpy()
` [net-next 13/16] ice: Fix format specifier
` [net-next 14/16] ice: Use EOPNOTSUPP instead of ENOTSUPP
` [net-next 15/16] ice: use variable name more descriptive than type

[PATCH 0/4] Kselftest integration into Kernel CI - Part 1
 2020-03-04 23:15 UTC  (5+ messages)
` [PATCH 2/4] selftests: Fix seccomp to support relocatable build (O=objdir)

[PATCH net-next 2/3] net: rmnet: print error message when command fails
 2020-03-04 22:57 UTC  (5+ messages)

[PATCH v2 1/6] PCI: Introduce pci_get_dsn
 2020-03-04 22:42 UTC  (2+ messages)

[for-next PATCH v2 0/5] phy: ti: gmii-sel: add support for am654x/j721e soc
 2020-03-04 22:39 UTC  (2+ messages)

[PATCH net-next 0/8] ionic updates
 2020-03-04 22:36 UTC  (2+ messages)

[PATCH 1/5] pci: introduce pci_get_dsn
 2020-03-04 22:28 UTC  (3+ messages)
` [PATCH v2 0/6] PCI: Implement function to read Device Serial Number

[PATCH v4 00/10] PCI: Add and use constant PCI_STATUS_ERROR_BITS and helper pci_status_get_and_clear_errors
 2020-03-04 22:21 UTC  (3+ messages)

[PATCH v3 net-next 0/2] Allow unknown unicast traffic to CPU for Felix DSA
 2020-03-04 22:19 UTC  (2+ messages)

[PATCH 00/17] net: introduce Qualcomm IPA driver (UPDATED)
 2020-03-04 22:15 UTC  (2+ messages)

[PATCH RESEND] ptp: add VMware virtual PTP clock driver
 2020-03-04 22:04 UTC  (2+ messages)

[PATCH v4 bpf-next 0/4] bpftool: introduce prog profile
 2020-03-04 21:39 UTC  (14+ messages)
` [PATCH v4 bpf-next 1/4] bpftool: introduce "prog profile" command
` [PATCH v4 bpf-next 2/4] bpftool: Documentation for bpftool prog profile
` [PATCH v4 bpf-next 3/4] bpftool: bash completion for "bpftool prog profile"
` [PATCH v4 bpf-next 4/4] bpftool: fix typo in bash-completion

[PATCH v9 1/2] net: mdio: add ipq8064 mdio driver
 2020-03-04 21:38 UTC  (2+ messages)
  ` [PATCH v9 2/2] dt-bindings: net: Add ipq806x mdio bindings

[PATCH net-next v2 0/4] pie: minor improvements
 2020-03-04 21:26 UTC  (7+ messages)
` [PATCH net-next v2 1/4] pie: use term backlog instead of qlen
` [PATCH net-next v2 2/4] pie: remove unnecessary type casting
` [PATCH net-next v2 3/4] pie: remove pie_vars->accu_prob_overflows
` [PATCH net-next v2 4/4] pie: realign comment

[PATCH bpf-next 0/3] Introduce pinnable bpf_link kernel abstraction
 2020-03-04 21:24 UTC  (16+ messages)

[PATCH net-next v2 00/12] ethtool: consolidate parameter checking for irq coalescing
 2020-03-04 21:22 UTC  (18+ messages)
` [PATCH net-next v2 01/12] ethtool: add infrastructure for centralized checking of coalescing parameters
` [PATCH net-next v2 08/12] ice: let core reject the unsupported "
` [PATCH net-next v2 11/12] e1000e: reject unsupported coalescing params

[PATCH v17 0/3] BPF: New helper to obtain namespace data from current task
 2020-03-04 20:41 UTC  (4+ messages)
` [PATCH v17 1/3] fs/nsfs.c: added ns_match
` [PATCH v17 2/3] bpf: added new helper bpf_get_ns_current_pid_tgid
` [PATCH v17 3/3] tools/testing/selftests/bpf: Add self-tests for "

[PATCH ethtool v2 00/25] initial netlink interface implementation for 5.6 release
 2020-03-04 20:34 UTC  (27+ messages)
` [PATCH ethtool v2 01/25] move UAPI header copies to a separate directory
` [PATCH ethtool v2 02/25] update UAPI header copies
` [PATCH ethtool v2 03/25] add --debug option to control debugging messages
` [PATCH ethtool v2 04/25] use named initializers in command line option list
` [PATCH ethtool v2 05/25] netlink: add netlink related UAPI header files
` [PATCH ethtool v2 06/25] netlink: introduce the netlink interface
` [PATCH ethtool v2 07/25] netlink: message buffer and composition helpers
` [PATCH ethtool v2 08/25] netlink: netlink socket wrapper and helpers
` [PATCH ethtool v2 09/25] netlink: initialize ethtool netlink socket
` [PATCH ethtool v2 10/25] netlink: add support for string sets
` [PATCH ethtool v2 11/25] netlink: add notification monitor
` [PATCH ethtool v2 12/25] move shared code into a common file
` [PATCH ethtool v2 13/25] netlink: add bitset helpers
` [PATCH ethtool v2 14/25] netlink: partial netlink handler for gset (no option)
` [PATCH ethtool v2 15/25] netlink: support getting wake-on-lan and debugging settings
` [PATCH ethtool v2 16/25] netlink: add basic command line parsing helpers
` [PATCH ethtool v2 17/25] netlink: add bitset command line parser handlers
` [PATCH ethtool v2 18/25] netlink: add netlink handler for sset (-s)
` [PATCH ethtool v2 19/25] netlink: support tests with netlink enabled
` [PATCH ethtool v2 20/25] netlink: add handler for permaddr (-P)
` [PATCH ethtool v2 21/25] netlink: support for pretty printing netlink messages
` [PATCH ethtool v2 22/25] netlink: message format description for ethtool netlink
` [PATCH ethtool v2 23/25] netlink: message format descriptions for genetlink control
` [PATCH ethtool v2 24/25] netlink: message format descriptions for rtnetlink
` [PATCH ethtool v2 25/25] netlink: use pretty printing for ethtool netlink messages

[PATCH] ptp: free ptp clock properly
 2020-03-04 20:11 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: support out-of-tree vmlinux builds for VMLINUX_BTF
 2020-03-04 20:02 UTC  (2+ messages)

[PATCH iproute2-next v2 0/4] macsec: add offloading support
 2020-03-04 20:00 UTC  (2+ messages)

[PATCH v2 net-next 0/8] ionic updates
 2020-03-04 19:59 UTC  (5+ messages)
` [PATCH v2 net-next 2/8] ionic: remove pragma packed
` [PATCH v2 net-next 5/8] ionic: support ethtool rxhash disable

[patch iproute2/net-next] devlink: add trap metadata type for flow action cookie
 2020-03-04 19:48 UTC  (2+ messages)

[PATCH net-next iproute2 0/2] devlink: Introduce devlink port flavour virtual
 2020-03-04 19:48 UTC  (3+ messages)
` [PATCH net-next iproute2 2/2] "

[PATCH V5 0/5] vDPA support
 2020-03-04 19:29 UTC  (3+ messages)
` [PATCH V5 3/5] vDPA: introduce vDPA bus

[PATCH net 0/1] e1000e: Stop tx/rx setup spinning for upwards of 300us
 2020-03-04 19:16 UTC  (4+ messages)

[PATCH net-next 0/2] Fixes for tc act_ct software offload of established flows (diff v4->v6)
 2020-03-04 19:05 UTC  (8+ messages)
` [PATCH net-next 1/2] net/sched: act_ct: Fix ipv6 lookup of offloaded connections
` [PATCH net-next 2/2] net/sched: act_ct: Use pskb_network_may_pull()

[PATCH net] MAINTAINERS: remove bouncing pkaustub@cisco.com from enic
 2020-03-04 18:20 UTC  (2+ messages)

[Patch for-rc v2] RDMA/siw: Fix failure handling during device creation
 2020-03-04 18:27 UTC  (2+ messages)

[PATCH for-rc] RDMA/siw: Fix passive connection establishment
 2020-03-04 18:24 UTC  (2+ messages)

[PATCH net-next 00/12] ethtool: consolidate parameter checking for irq coalescing
 2020-03-04 18:11 UTC  (6+ messages)
` [PATCH net-next 01/12] ethtool: add infrastructure for centralized checking of coalescing parameters

[PATCH net 1/1] e1000e: Stop tx/rx setup spinning for upwards of 300us
 2020-03-04 18:03 UTC  (2+ messages)

kmemleak report in tcp_metrics_init()->genl_register_family()
 2020-03-04 17:53 UTC 

[RFC PATCH v2 00/22] devlink region updates
 2020-03-04 17:43 UTC  (8+ messages)
` [RFC PATCH v2 14/22] devlink: implement DEVLINK_CMD_REGION_NEW

[PATCH v2 net] ionic: fix vf op lock usage
 2020-03-04 17:42 UTC 

[PATCH net] ionic: fix vf op lock usage
 2020-03-04 17:38 UTC  (3+ messages)

[PATCH net] bonding/alb: make sure arp header is pulled before accessing it
 2020-03-04 17:32 UTC 

[PATCH net-next v3 0/6] cxgb4/chcr: ktls tx offload support on T6 adapter
 2020-03-04 17:15 UTC  (11+ messages)
` [PATCH net-next v3 1/6] cxgb4/chcr : Register to tls add and del callback
` [PATCH net-next v3 3/6] cxgb4/chcr: complete record tx handling
` [PATCH net-next v3 6/6] cxgb4/chcr: Add ipv6 support and statistics

[PATCH net] sctp: return a one-to-one type socket when doing peeloff
 2020-03-04 17:13 UTC  (4+ messages)

[PATCH net-next 0/5] tun: debug messages cleanup
 2020-03-04 16:24 UTC  (6+ messages)
` [PATCH net-next 1/5] tun: fix misleading comment format
` [PATCH net-next 2/5] tun: get rid of DBG1() macro
` [PATCH net-next 3/5] tun: drop useless debugging statements
` [PATCH net-next 4/5] tun: replace tun_debug() by netif_info()
` [PATCH net-next 5/5] tun: drop TUN_DEBUG and tun_debug()

[PATCH v3 bpf-next 0/3] Convert BPF UAPI constants into enum values
 2020-03-04 16:07 UTC  (13+ messages)
` [PATCH v3 bpf-next 1/3] bpf: switch BPF UAPI #define constants used from BPF program side to enums

[PATCH net v2 0/4] QorIQ DPAA FMan erratum A050385 workaround
 2020-03-04 16:04 UTC  (5+ messages)
` [PATCH net v2 1/4] dt-bindings: net: FMan erratum A050385
` [PATCH net v2 2/4] arm64: dts: ls1043a: "
` [PATCH net v2 3/4] fsl/fman: detect "
` [PATCH net v2 4/4] dpaa_eth: FMan erratum A050385 workaround

[PATCH net v2] mptcp: always include dack if possible
 2020-03-04 15:51 UTC 

[PATCH net 0/4] QorIQ DPAA FMan erratum A050385 workaround
 2020-03-04 15:51 UTC  (4+ messages)
` [PATCH net 4/4] dpaa_eth: "

SFP+ support for 8168fp/8117
 2020-03-04 15:28 UTC  (13+ messages)

[PATCH net] net: nfc: fix bounds checking bugs on "pipe"
 2020-03-04 14:24 UTC 

[patch net-next v2 00/12] net: allow user specify TC action HW stats type
 2020-03-04 14:18 UTC  (4+ messages)
` [patch net-next v2 01/12] flow_offload: Introduce offload of "

WARNING: locking bug in __perf_event_task_sched_in
 2020-03-04 14:01 UTC  (3+ messages)

[PATCH net-next v3 0/3] marvell10g tunable and power saving support
 2020-03-04 13:44 UTC  (2+ messages)

[PATCH v4 09/10] PCI: pci-bridge-emul: Use new constant PCI_STATUS_ERROR_BITS
 2020-03-04 13:44 UTC  (2+ messages)

[PATCH v4 05/10] PCI: Add pci_status_get_and_clear_errors
 2020-03-04 13:43 UTC  (2+ messages)

[PATCH v4 04/10] PCI: Add constant PCI_STATUS_ERROR_BITS
 2020-03-04 13:41 UTC  (2+ messages)

[PATCH net-next v2] xen-netfront: add basic XDP support
 2020-03-04 13:36 UTC  (4+ messages)

WARNING: locking bug in finish_lock_switch
 2020-03-04 13:05 UTC 

[PATCH nf-next v5 0/4] netfilter: flowtable: add indr-block offload
 2020-03-04 12:54 UTC  (2+ messages)

[PATCH net] net: phy: avoid clearing PHY interrupts twice in irq handler
 2020-03-04 13:02 UTC  (5+ messages)

[PATCH net-next 1/2] tc-testing: list kernel options for basic filter with canid ematch
 2020-03-04 12:55 UTC  (2+ messages)
` [PATCH net-next 2/2] tc-testing: updated tdc tests for basic filter with canid extended match rules

[PATCH nf-next,RFC 0/5] Netfilter egress hook
 2020-03-04 12:31 UTC  (4+ messages)

[PATCH] mt76: remove variable 'val' set but not used
 2020-03-04 12:34 UTC 

[PATCH v3 bpf-next 0/3] bpftool: introduce prog profile
 2020-03-04 11:01 UTC  (7+ messages)
` [PATCH v3 bpf-next 1/3] bpftool: introduce "prog profile" command
` [PATCH v3 bpf-next 2/3] bpftool: Documentation for bpftool prog profile
` [PATCH v3 bpf-next 3/3] bpftool: bash completion for "bpftool prog profile"

[PATCH 1/3] dt-bindings: net: Add dp83867 LED mode constants
 2020-03-04 10:52 UTC 

[PATCH 3/3] dt-bindings: net: Document dp83867 ti,led-modes property
 2020-03-04 10:54 UTC 

[PATCH 2/3] net: phy: dp83867: Add ability to configure LEDs
 2020-03-04 10:53 UTC 

v5.5-rc1 and beyond insta-kills some Comcast wifi routers
 2020-03-04 10:41 UTC  (5+ messages)

[PATCH bpf-next v4 0/4] eBPF JIT for RV32G
 2020-03-04 10:21 UTC  (5+ messages)
` [PATCH bpf-next v4 4/4] MAINTAINERS: Add entry for RV32G BPF JIT

[PATCH bpf-next v3 00/12] bpf: sockmap, sockhash: support storing UDP sockets
 2020-03-04 10:13 UTC  (8+ messages)
` [PATCH bpf-next v3 01/12] bpf: sockmap: only check ULP for TCP sockets
` [PATCH bpf-next v3 02/12] skmsg: update saved hooks only once
` [PATCH bpf-next v3 04/12] bpf: tcp: guard declarations with CONFIG_NET_SOCK_MSG
` [PATCH bpf-next v3 05/12] bpf: sockmap: move generic sockmap hooks from BPF TCP
` [PATCH bpf-next v3 06/12] bpf: sockmap: simplify sock_map_init_proto
` [PATCH bpf-next v3 08/12] bpf: sockmap: add UDP support
` [PATCH bpf-next v3 10/12] selftests: bpf: add tests for UDP sockets in sockmap


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