netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-23 21:36:11 to 2019-05-24 10:30:16 UTC [more...]

[PATCH net-next v4] net: sched: Introduce act_ctinfo action
 2019-05-24 10:30 UTC  (2+ messages)

[PATCH 0/3] net:phy:dp83867: add some fixes
 2019-05-24 10:25 UTC  (4+ messages)
` [PATCH 1/3] net:phy:dp83867: fix speed 10 in sgmii mode
` [PATCH 2/3] net:phy:dp83867: increase SGMII autoneg timer duration
` [PATCH 3/3] net:phy:dp83867: do not call config_init twice

[PATCH bpf-next v3 00/16] AF_XDP infrastructure improvements and mlx5e support
 2019-05-24 10:18 UTC  (18+ messages)
` [PATCH bpf-next v3 01/16] xsk: Add API to check for available entries in FQ
` [PATCH bpf-next v3 02/16] xsk: Add getsockopt XDP_OPTIONS
` [PATCH bpf-next v3 03/16] libbpf: Support "
` [PATCH bpf-next v3 04/16] xsk: Extend channels to support combined XSK/non-XSK traffic
` [PATCH bpf-next v3 05/16] xsk: Change the default frame size to 4096 and allow controlling it
` [PATCH bpf-next v3 06/16] xsk: Return the whole xdp_desc from xsk_umem_consume_tx
` [PATCH bpf-next v3 07/16] net/mlx5e: Replace deprecated PCI_DMA_TODEVICE
` [PATCH bpf-next v3 08/16] net/mlx5e: Calculate linear RX frag size considering XSK
` [PATCH bpf-next v3 09/16] net/mlx5e: Allow ICO SQ to be used by multiple RQs
` [PATCH bpf-next v3 10/16] net/mlx5e: Refactor struct mlx5e_xdp_info
` [PATCH bpf-next v3 11/16] net/mlx5e: Share the XDP SQ for XDP_TX between RQs
` [PATCH bpf-next v3 12/16] net/mlx5e: XDP_TX from UMEM support
` [PATCH bpf-next v3 13/16] net/mlx5e: Consider XSK in XDP MTU limit calculation
` [PATCH bpf-next v3 14/16] net/mlx5e: Encapsulate open/close queues into a function
` [PATCH bpf-next v3 15/16] net/mlx5e: Move queue param structs to en/params.h
` [PATCH bpf-next v3 16/16] net/mlx5e: Add XSK support

[RESEND][PATCH] Fix MACsec kernel panics, oopses and bugs
 2019-05-24 10:09 UTC  (2+ messages)

[PATCH v3 0/2] XDP generic fixes
 2019-05-24 10:07 UTC  (7+ messages)
` [PATCH v3 2/2] net: core: support XDP generic on stacked devices

[PATCH net-next 0/5] net: mvpp2: Classifier updates, RSS
 2019-05-24 10:05 UTC  (6+ messages)
` [PATCH net-next 1/5] net: mvpp2: cls: Use the correct number of rules in various places
` [PATCH net-next 2/5] net: mvpp2: cls: Bypass C2 internals FIFOs at init
` [PATCH net-next 3/5] net: mvpp2: cls: Use RSS contexts to handle RSS tables
` [PATCH net-next 4/5] net: mvpp2: cls: Extract the RSS context when parsing the ethtool rule
` [PATCH net-next 5/5] net: mvpp2: cls: Support steering to RSS contexts

[PATCH net-next] net: ethtool: Document get_rxfh_context and set_rxfh_context ethtool ops
 2019-05-24 10:05 UTC 

memory leak in batadv_tvlv_handler_register
 2019-05-24  9:59 UTC  (5+ messages)
` [PATCH net] batadv: fix for leaked TVLV handler
      ` [PATCH net v2] batman-adv: "

[PATCH bpf-next 0/3] veth: Bulk XDP_TX
 2019-05-24  9:53 UTC  (14+ messages)
` [PATCH bpf-next 2/3] xdp: Add tracepoint for bulk XDP_TX
` [PATCH bpf-next 3/3] veth: Support "

[PATCH bpf-next v2 0/3] tools: bpftool: add an option for debug output from libbpf and verifier
 2019-05-24  9:47 UTC  (13+ messages)
` [PATCH bpf-next v2 1/3] tools: bpftool: add -d option to get debug output from libbpf
` [PATCH bpf-next v2 2/3] libbpf: add bpf_object__load_xattr() API function to pass log_level
` [PATCH bpf-next v2 3/3] tools: bpftool: make -d option print debug output from verifier

[v2, PATCH] add some features in stmmac
 2019-05-24  9:44 UTC  (7+ messages)
` [v2, PATCH] net: stmmac: add support for hash table size 128/256 in dwmac4

[PATCH] spi: Fix a memory leaking bug in wl1271_probe()
 2019-05-24  9:42 UTC  (2+ messages)

[PATCH net-next 0/3] net: ethernet: ti: cpsw: Add XDP support
 2019-05-24  9:41 UTC  (2+ messages)

[PATCH v2] sdio: Fix a memory leaking bug in wl1271_probe()
 2019-05-24  9:28 UTC  (4+ messages)
  ` [PATCH v2] wlcore: "

bpf build error
 2019-05-24  9:24 UTC  (3+ messages)

[PATCH] netfilter: ctnetlink: Resolve conntrack L3-protocol flush regression
 2019-05-24  9:22 UTC  (6+ messages)

[PATCH v2 bpf-next 00/12] BTF-to-C converter
 2019-05-24  9:15 UTC  (7+ messages)
` [PATCH v2 bpf-next 10/12] bpftool: add C output format option to btf dump subcommand
` [PATCH v2 bpf-next 11/12] bpftool/docs: add description of btf dump C option
` [PATCH v2 bpf-next 12/12] bpftool: update bash-completion w/ new c option for btf dump

[PATCH 1/8] dt-bindings: net: Add YAML schemas for the generic Ethernet options
 2019-05-24  9:05 UTC  (9+ messages)
` [PATCH 2/8] dt-bindings: net: Add a YAML schemas for the generic PHY options
` [PATCH 6/8] dt-bindings: net: stmmac: Convert the binding to a schemas

[PATCH iproute2] lib: suppress error msg when filling the cache
 2019-05-24  8:59 UTC 

[RFC PATCH 0/5] net: dsa: POC support for mv88e6250
 2019-05-24  9:00 UTC  (7+ messages)
` [PATCH v2 0/5] net: dsa: "
  ` [PATCH v2 1/5] net: dsa: mv88e6xxx: introduce support for two chips using direct smi addressing
  ` [PATCH v2 2/5] net: dsa: prepare mv88e6xxx_g1_atu_op() for the mv88e6250
  ` [PATCH v2 3/5] net: dsa: implement vtu_getnext and vtu_loadpurge for mv88e6250
  ` [PATCH v2 4/5] net: dsa: mv88e6xxx: implement watchdog_ops "
  ` [PATCH v2 5/5] net: dsa: add support "

[PATCH net-next v2 0/5] net: stmmac: enable EHL SGMII
 2019-05-24  8:50 UTC  (3+ messages)
` [PATCH net-next v2 1/5] net: stmmac: enable clause 45 mdio support

[PATCH net-next v2 00/18] net: stmmac: Improvements and Selftests
 2019-05-24  8:20 UTC  (19+ messages)
` [PATCH net-next v2 01/18] net: stmmac: Add MAC loopback callback to HWIF
` [PATCH net-next v2 02/18] net: stmmac: dwmac100: Add MAC loopback support
` [PATCH net-next v2 03/18] net: stmmac: dwmac1000: "
` [PATCH net-next v2 04/18] net: stmmac: dwmac4/5: "
` [PATCH net-next v2 05/18] net: stmmac: dwxgmac2: "
` [PATCH net-next v2 06/18] net: ethernet: stmmac: dwmac-sun8i: Enable control of loopback
` [PATCH net-next v2 07/18] net: stmmac: Switch MMC functions to HWIF callbacks
` [PATCH net-next v2 08/18] net: stmmac: dwmac1000: Also pass control frames while in promisc mode
` [PATCH net-next v2 09/18] net: stmmac: dwmac4/5: "
` [PATCH net-next v2 10/18] net: stmmac: dwxgmac2: "
` [PATCH net-next v2 11/18] net: stmmac: Introduce selftests support
` [PATCH net-next v2 12/18] net: stmmac: dwmac1000: Fix Hash Filter
` [PATCH net-next v2 13/18] net: stmmac: dwmac1000: Clear unused address entries
` [PATCH net-next v2 14/18] net: stmmac: dwmac4/5: Fix Hash Filter
` [PATCH net-next v2 15/18] net: stmmac: dwmac4/5: Do not disable whole RX in dma_stop_rx()
` [PATCH net-next v2 16/18] net: stmmac: dwxgmac2: "
` [PATCH net-next v2 17/18] net: stmmac: dwmac4/5: Clear unused address entries
` [PATCH net-next v2 18/18] net: stmmac: Prevent missing interrupts when running NAPI

[patch net-next 0/7] expose flash update status to user
 2019-05-24  8:17 UTC  (12+ messages)
` [patch net-next 3/7] mlxfw: Propagate error messages through extack
` [patch net-next 7/7] netdevsim: implement fake flash updating with notifications
` [patch iproute2 3/3] devlink: implement flash status monitoring

[PATCH net-next 0/6] vhost: accelerate metadata access
 2019-05-24  8:12 UTC  (7+ messages)
` [PATCH net-next 1/6] vhost: generalize adding used elem
` [PATCH net-next 2/6] vhost: fine grain userspace memory accessors
` [PATCH net-next 3/6] vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()
` [PATCH net-next 4/6] vhost: introduce helpers to get the size of metadata area
` [PATCH net-next 5/6] vhost: factor out setting vring addr and num
` [PATCH net-next 6/6] vhost: access vq metadata through kernel virtual address

[PATCH net] sk_msg: Keep reference on socket file while psock lives
 2019-05-24  8:05 UTC  (7+ messages)

[PATCH v2 bpf-next 0/3] bpf: optimize explored_states
 2019-05-24  8:05 UTC  (2+ messages)

[PATCH] bpf: sockmap, fix use after free from sleep in psock backlog workqueue
 2019-05-24  8:00 UTC  (2+ messages)

[PATCH RESEND RESEND] can: m_can: implement errata "Needless activation of MRAF irq"
 2019-05-24  7:11 UTC 

[RFC PATCH 00/11] bpf, trace, dtrace: DTrace BPF program type implementation and sample use
 2019-05-24  7:27 UTC  (22+ messages)

[PATCH net-next 00/18] net: stmmac: Improvements and Selftests
 2019-05-24  7:24 UTC  (4+ messages)

[v4, PATCH 0/3] fix some bugs in stmmac
 2019-05-24  7:07 UTC  (5+ messages)
` [v4, PATCH 1/3] net: stmmac: update rx tail pointer register to fix rx dma hang issue
` [v4, PATCH 2/3] net: stmmac: fix csr_clk can't be zero issue
` [v4, PATCH 3/3] net: stmmac: dwmac-mediatek: modify csr_clk value to fix mdio read/write fail

linux-next: build warning after merge of the net-next tree
 2019-05-24  5:30 UTC  (3+ messages)
` [PATCH] net: ll_temac: Fix compile error

[PATCH net 0/4] Allow TX timestamp with UDP GSO
 2019-05-24  5:02 UTC  (14+ messages)
` [PATCH net 1/4] net/udp_gso: "
` [PATCH net 2/4] net/udpgso_bench_tx: options to exercise TX CMSG
` [PATCH net 4/4] net/udpgso_bench_tx: audit error queue

[PATCH 0/2] net: macb: Add support for SiFive FU540-C000
 2019-05-24  4:56 UTC  (11+ messages)
` [PATCH 1/2] net/macb: bindings doc: add sifive fu540-c000 binding
` [PATCH 2/2] net: macb: Add support for SiFive FU540-C000

[PATCH] ip_sockglue: Fix missing-check bug in ip_ra_control()
 2019-05-24  3:24 UTC 

[PATCH] ipv6_sockglue: Fix a missing-check bug in ip6_ra_control()
 2019-05-24  3:19 UTC 

[PATCH] wlcore: spi: Fix a memory leaking bug in wl1271_probe()
 2019-05-24  3:02 UTC 

[RFC bpf-next 0/7] busy poll support for AF_XDP sockets
 2019-05-24  2:51 UTC  (3+ messages)
` [RFC bpf-next 7/7] samples/bpf: add busy-poll support to xdpsock sample

BUG: spinlock bad magic in rhashtable_walk_enter
 2019-05-24  2:53 UTC  (3+ messages)

[PATCH v1] ipvs: add checksum support for gue encapsulation
 2019-05-24  2:51 UTC 

[PATCH net-next v2, 0/4] ENETC: support hardware timestamping
 2019-05-24  2:20 UTC  (3+ messages)

[PATCH net] net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA ports
 2019-05-24  1:25 UTC 

Bug or mis configuration for mlx5e lag and multipath
 2019-05-24  1:02 UTC  (3+ messages)

[net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2019-05-23
 2019-05-24  0:54 UTC  (17+ messages)
` [net-next 01/15] ice: Fix double spacing
` [net-next 02/15] ice: Implement LLDP persistence
` [net-next 03/15] ice: Cleanup an unnecessary variable initialization
` [net-next 04/15] ice: Remove braces for single statement blocks
` [net-next 05/15] ice: Call out dev/func caps when printing
` [net-next 06/15] ice: Fix hang when ethtool disables FW LLDP
` [net-next 07/15] ice: Advertise supported link modes if none requested
` [net-next 08/15] ice: Refactor the LLDP MIB change event handling
` [net-next 09/15] ice: Gracefully handle reset failure in ice_alloc_vfs()
` [net-next 10/15] ice: Format ethtool reported stats
` [net-next 11/15] ice: Reorganize tx_buf and ring structs
` [net-next 12/15] ice: Use bitfields when possible
` [net-next 13/15] ice: Reorganize ice_vf struct
` [net-next 14/15] ice: Fix couple of issues in ice_vsi_release
` [net-next 15/15] ice: Silence semantic parser warnings

[PATCH v2] samples: bpf: fix style in bpf_load
 2019-05-24  0:40 UTC  (2+ messages)

[PATCH] selftests: bpf: fix compiler warning
 2019-05-24  0:30 UTC 

[PATCH net-next] xprtrdma: Use struct_size() in kzalloc()
 2019-05-23 23:43 UTC  (7+ messages)

[PATCH bpf-next v2 0/3] bpf: implement bpf_send_signal() helper
 2019-05-23 23:54 UTC  (9+ messages)
` [PATCH bpf-next v2 1/3] "

[PATCH net-next] net: sched: cls_u32: use struct_size() helper
 2019-05-23 23:25 UTC  (3+ messages)

[PATCH v3 bpf-next 4/4] selftests/bpf: add auto-detach test
 2019-05-23 23:49 UTC  (3+ messages)

[PATCH net-next 0/6] add TFO backup key
 2019-05-23 23:31 UTC  (3+ messages)

[PATCH v2 bpf-next 0/4] cgroup bpf auto-detachment
 2019-05-23 23:06 UTC  (5+ messages)
` [PATCH v2 bpf-next 4/4] selftests/bpf: add auto-detach test

[PATCH net-next] flow_offload: use struct_size() in kzalloc()
 2019-05-23 22:56 UTC 

[RESEND PATCH] intel-ethernet: warn when fatal read failure happens
 2019-05-23 22:55 UTC  (2+ messages)

[RFC PATCH net-next 0/9] Decoupling PHYLINK from struct net_device
 2019-05-23 22:35 UTC  (11+ messages)
` [RFC PATCH net-next 2/9] net: phy: Guard against the presence of a netdev
` [RFC PATCH net-next 5/9] net: phylink: Add phylink_create_raw
` [RFC PATCH net-next 7/9] net: dsa: Move the phylink driver calls into port.c

bonding-devel mail list?
 2019-05-23 22:31 UTC  (4+ messages)

[PATCH bpf-next v5 0/3] bpf: implement bpf_send_signal() helper
 2019-05-23 21:47 UTC  (4+ messages)
` [PATCH bpf-next v5 1/3] "
` [PATCH bpf-next v5 2/3] tools/bpf: sync bpf uapi header bpf.h to tools directory
` [PATCH bpf-next v5 3/3] tools/bpf: add selftest in test_progs for bpf_send_signal() helper

[PATCH 00/11] Netfilter/IPVS fixes for net
 2019-05-23 21:45 UTC  (8+ messages)
` [PATCH 03/11] netfilter: nft_fib: Fix existence check support
` [PATCH 04/11] ipvs: Fix use-after-free in ip_vs_in
` [PATCH 05/11] selftests: netfilter: missing error check when setting up veth interface
` [PATCH 07/11] netfilter: nf_flow_table: ignore DF bit setting
` [PATCH 09/11] netfilter: nft_flow_offload: don't offload when sequence numbers need adjustment
` [PATCH 10/11] netfilter: nft_flow_offload: IPCB is only valid for ipv4 family


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