netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-09 00:59:09 to 2019-08-09 17:14:57 UTC [more...]

[PATCH v3 net-next 0/3] net: batched receive in GRO path
 2019-08-09 17:14 UTC  (3+ messages)

[PATCH v2 00/17] Networking driver debugfs cleanups
 2019-08-09 17:10 UTC  (20+ messages)
` [PATCH v2 01/17] wimax: no need to check return value of debugfs_create functions
` [PATCH v2 02/17] bonding: no need to print a message if debugfs_create_dir() fails
` [PATCH v2 03/17] mlx5: no need to check return value of debugfs_create functions
` [PATCH v2 04/17] xgbe: "
` [PATCH v2 05/17] bnxt: "
` [PATCH v2 06/17] cxgb4: "
` [PATCH v2 07/17] hns3: "
` [PATCH v2 08/17] nfp: "
` [PATCH v2 09/17] stmmac: "
` [PATCH v2 10/17] dpaa2: "
` [PATCH v2 11/17] qca: "
` [PATCH v2 12/17] skge: "
` [PATCH v2 13/17] mvpp2: "
` [PATCH v2 14/17] fm10k: "
` [PATCH v2 15/17] i40e: "
` [PATCH v2 16/17] ixgbe: "
` [PATCH v2 17/17] ieee802154: "

[PATCH][net-next] rxrpc: fix uninitialized return value in variable err
 2019-08-09 17:02 UTC 

tcan4x5x on a Raspberry Pi
 2019-08-09 16:46 UTC  (3+ messages)
  ` AW: "

[PATCH v2 00/13] v2: ARM: move lpc32xx to multiplatform
 2019-08-09 16:30 UTC  (7+ messages)
` [PATCH v2 06/13] net: lpc-enet: factor out iram access
` [PATCH v2 07/13] net: lpc-enet: move phy setup into platform code
` [PATCH v2 08/13] net: lpc-enet: fix badzero.cocci warnings
` [PATCH v2 09/13] net: lpc-enet: fix printk format strings
` [PATCH v2 10/13] net: lpc-enet: allow compile testing

[PATCH ethtool] ethtool: dump nested registers
 2019-08-09 16:23 UTC  (2+ messages)

[PATCH ethtool] gitignore: ignore vim swapfiles and patches
 2019-08-09 16:21 UTC  (2+ messages)

[patch net-next rfc 0/7] net: introduce alternative names for network interfaces
 2019-08-09 16:14 UTC  (7+ messages)
` [patch net-next rfc 3/7] net: rtnetlink: add commands to add and delete alternative ifnames

[PATCH v2 bpf-next] xdp: xdp_umem: fix umem pages mapping for 32bits systems
 2019-08-09 16:12 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] bpf: support cloning sk storage on accept()
 2019-08-09 16:10 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] bpf: export bpf_map_inc_not_zero
` [PATCH bpf-next v2 2/4] bpf: support cloning sk storage on accept()
` [PATCH bpf-next v2 3/4] bpf: sync bpf.h to tools/
` [PATCH bpf-next v2 4/4] selftests/bpf: add sockopt clone/inheritance test

[bpf-next v3 PATCH 0/3] bpf: improvements to xdp_fwd sample
 2019-08-09 16:08 UTC  (2+ messages)

[PATCH net 0/2] rxrpc: Fixes
 2019-08-09 16:06 UTC  (3+ messages)
` [PATCH net 1/2] rxrpc: Fix local endpoint refcounting
` [PATCH net 2/2] rxrpc: Don't bother generating maxSkew in the ACK packet

[PATCH] perf trace: Fix segmentation fault when access syscall info
 2019-08-09 16:03 UTC  (4+ messages)

[PATCH] dpaa2-ethsw: move the DPAA2 Ethernet Switch driver out of staging
 2019-08-09 15:56 UTC 

[PATCH bpf 0/2] tools: bpftool: fix pinning error messages
 2019-08-09 15:43 UTC  (2+ messages)

[PATCH v3] tools: bpftool: fix reading from /proc/config.gz
 2019-08-09 15:32 UTC  (2+ messages)

[PATCH 00/14] ARM: move lpc32xx and dove to multiplatform
 2019-08-09 14:19 UTC  (8+ messages)
` [PATCH 05/14] gpio: lpc32xx: allow building on non-lpc32xx targets

[PATCH v3 00/14] net: phy: adin: add support for Analog Devices PHYs
 2019-08-09 13:35 UTC  (15+ messages)
` [PATCH v3 01/14] "
` [PATCH v3 02/14] net: phy: adin: hook genphy_{suspend,resume} into the driver
` [PATCH v3 03/14] net: phy: adin: add support for interrupts
` [PATCH v3 04/14] net: phy: adin: add {write,read}_mmd hooks
` [PATCH v3 05/14] net: phy: adin: configure RGMII/RMII/MII modes on config
` [PATCH v3 06/14] net: phy: adin: make RGMII internal delays configurable
` [PATCH v3 07/14] net: phy: adin: make RMII fifo depth configurable
` [PATCH v3 08/14] net: phy: adin: add support MDI/MDIX/Auto-MDI selection
` [PATCH v3 09/14] net: phy: adin: add EEE translation layer from Clause 45 to Clause 22
` [PATCH v3 10/14] net: phy: adin: implement PHY subsystem software reset
` [PATCH v3 11/14] net: phy: adin: implement Energy Detect Powerdown mode
` [PATCH v3 12/14] net: phy: adin: implement downshift configuration via phy-tunable
` [PATCH v3 13/14] net: phy: adin: add ethtool get_stats support
` [PATCH v3 14/14] dt-bindings: net: add bindings for ADIN PHY driver

[v4,0/4] tools: bpftool: add net attach/detach command to attach XDP prog
 2019-08-09 13:32 UTC  (5+ messages)
` [v4,1/4] tools: bpftool: add net attach command to attach XDP on interface
` [v4,2/4] tools: bpftool: add net detach command to detach "
` [v4,3/4] tools: bpftool: add bash-completion for net attach/detach
` [v4,4/4] tools: bpftool: add documentation "

[patch net-next] devlink: remove pointless data_len arg from region snapshot create
 2019-08-09 13:27 UTC 

[PATCH v2] Documentation: virt: Fix broken reference to virt tree's index
 2019-08-09 13:23 UTC 

[PATCH net-next] tcp: batch calls to sk_flush_backlog()
 2019-08-09 13:08 UTC  (2+ messages)

[PATCH net-next 00/10] drop_monitor: Capture dropped packets and metadata
 2019-08-09 12:54 UTC  (5+ messages)

general protection fault in tls_write_space
 2019-08-09 12:53 UTC 

[PATCH v2 00/15] net: phy: adin: add support for Analog Devices PHYs
 2019-08-09 12:32 UTC  (17+ messages)
` [PATCH v2 02/15] net: phy: adin: hook genphy_read_abilities() to get_features
` [PATCH v2 05/15] net: phy: adin: add {write,read}_mmd hooks
` [PATCH v2 13/15] net: phy: adin: configure downshift on config_init
` [PATCH v2 15/15] dt-bindings: net: add bindings for ADIN PHY driver

[PATCH 00/17] Networking driver debugfs cleanups
 2019-08-09 12:30 UTC  (4+ messages)

[PATCH v3 0/7] Use MFD framework for SGI IOC3 drivers
 2019-08-09 12:22 UTC  (5+ messages)
` [PATCH v3 5/7] mfd: ioc3: Add driver for SGI IOC3 chip

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-09 12:20 UTC  (7+ messages)
` [PATCH v3 38/41] powerpc: convert put_page() to put_user_page*()
  ` [PATCH v3 20/41] fbdev/pvr2fb: "

[PATCH net-next v2 0/9] net: macsec: initial support for hardware offloading
 2019-08-09 11:40 UTC  (3+ messages)

[PATCH] net: phy: at803x: stop switching phy delay config needlessly
 2019-08-09 11:20 UTC  (6+ messages)
` [PATCH v2] "

BUG: corrupted list in rxrpc_local_processor
 2019-08-09 11:06 UTC 

[patch net-next] netdevsim: register couple of devlink params
 2019-08-09 11:05 UTC 

KASAN: null-ptr-deref Write in rxrpc_unuse_local
 2019-08-09 10:58 UTC 

[PATCH v4 0/9] Use MFD framework for SGI IOC3 drivers
 2019-08-09 10:32 UTC  (10+ messages)
` [PATCH v4 1/9] w1: add 1-wire master driver for IP block found in SGI ASICs
` [PATCH v4 2/9] w1: add DS2501, DS2502, DS2505 EPROM device driver
` [PATCH v4 3/9] nvmem: core: add nvmem_device_find
` [PATCH v4 4/9] MIPS: PCI: refactor ioc3 special handling
` [PATCH v4 5/9] MIPS: PCI: use information from 1-wire PROM for IOC3 detection
` [PATCH v4 6/9] MIPS: SGI-IP27: remove ioc3 ethernet init
` [PATCH v4 7/9] mfd: ioc3: Add driver for SGI IOC3 chip
` [PATCH v4 8/9] MIPS: SGI-IP27: fix readb/writeb addressing
` [PATCH v4 9/9] Input: add IOC3 serio driver

[PATCH v3 0/2] dt-bindings: net: meson-dwmac: convert to yaml
 2019-08-09  9:31 UTC  (3+ messages)

linux-next: manual merge of the usb tree with the net-next tree
 2019-08-09  8:53 UTC  (2+ messages)

KASAN: use-after-free Read in tomoyo_socket_sendmsg_permission
 2019-08-09  8:53 UTC  (3+ messages)

[PATCH net-next] r8169: make use of xmit_more
 2019-08-09  8:52 UTC  (9+ messages)

KMSAN: uninit-value in smsc75xx_bind
 2019-08-09  8:48 UTC 

[PATCH v2 net-next 0/2] net: mvpp2: Implement RXAUI Support
 2019-08-09  8:39 UTC  (6+ messages)
` [PATCH v2 net-next 1/2] net: mvpp2: implement RXAUI support
` [PATCH v2 net-next 2/2] net: mvpp2: support multiple comphy lanes

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-09  8:34 UTC  (10+ messages)

memory leak in sctp_get_port_local (2)
 2019-08-09  8:33 UTC  (2+ messages)

[PATCH 0/3] Fix three issues found by syzbot
 2019-08-09  7:16 UTC  (4+ messages)
` [PATCH 1/3] tipc: fix memory leak issue
` [PATCH 2/3] "
` [PATCH 3/3] tipc: fix issue of calling smp_processor_id() in preemptible

[PATCH V5 0/9] Fixes for vhost metadata acceleration
 2019-08-09  5:48 UTC  (10+ messages)
` [PATCH V5 1/9] vhost: don't set uaddr for invalid address
` [PATCH V5 2/9] vhost: validate MMU notifier registration
` [PATCH V5 3/9] vhost: fix vhost map leak
` [PATCH V5 4/9] vhost: reset invalidate_count in vhost_set_vring_num_addr()
` [PATCH V5 5/9] vhost: mark dirty pages during map uninit
` [PATCH V5 6/9] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps()
` [PATCH V5 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
` [PATCH V5 8/9] vhost: correctly set dirty pages in MMU notifiers callback
` [PATCH V5 9/9] vhost: do not return -EAGAIN for non blocking invalidation too early

[PATCH v2] net: tundra: tsi108: use spin_lock_irqsave instead of spin_lock_irq in IRQ context
 2019-08-09  5:43 UTC  (2+ messages)

[PATCH] team: Add vlan tx offload to hw_enc_features
 2019-08-09  5:42 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] liquidio: Use pcie_flr() instead of reimplementing it
 2019-08-09  5:41 UTC  (2+ messages)

[PATCH net v3] net/tls: prevent skb_orphan() from leaking TLS plain text with offload
 2019-08-09  5:40 UTC  (2+ messages)

[PATCH net 0/2] Fix batched event generation for skbedit action
 2019-08-09  5:37 UTC  (2+ messages)

[PATCH V4 0/9] Fixes for metadata accelreation
 2019-08-09  5:35 UTC  (3+ messages)

[PATCH net-next] r8169: allocate rx buffers using alloc_pages_node
 2019-08-09  5:35 UTC  (2+ messages)

[PATCH net-next] fq_codel: remove set but not used variables 'prev_ecn_mark' and 'prev_drop_count'
 2019-08-09  5:32 UTC  (3+ messages)

[PATCH net-next] net/ncsi: allow to customize BMC MAC Address offset
 2019-08-09  5:29 UTC  (10+ messages)

[PATCH net-next] net: dsa: sja1105: remove set but not used variables 'tx_vid' and 'rx_vid'
 2019-08-09  5:29 UTC  (2+ messages)

[PATCH net-next] mlxsw: spectrum: Extend to support Spectrum-3 ASIC
 2019-08-09  5:27 UTC  (2+ messages)

[PATCH net-next v3 00/10] net: stmmac: Improvements for -next
 2019-08-09  5:20 UTC  (2+ messages)

[PATCH] net: tundra: tsi108: use spin_lock_irqsave instead of spin_lock_irq in IRQ context
 2019-08-09  5:17 UTC  (2+ messages)

[net-next v3] tipc: add loopback device tracking
 2019-08-09  5:11 UTC  (2+ messages)

[PATCH net-next v5 2/3] net: phy: add support for clause 37 auto-negotiation
 2019-08-09  5:06 UTC  (3+ messages)

[PATCH v2] bonding: Add vlan tx offload to hw_enc_features
 2019-08-09  5:02 UTC  (2+ messages)

[PATCH v2] net: sched: sch_taprio: fix memleak in error path for sched list parse
 2019-08-09  5:01 UTC  (2+ messages)

[PATCH net] net: phy: rtl8211f: do a double read to get real time link status
 2019-08-09  4:57 UTC  (10+ messages)

[PATCH net-next 0/5] RX improve
 2019-08-09  4:51 UTC  (9+ messages)
` [PATCH net-next 5/5] r8152: change rx_frag_head_sz and rx_max_agg_num dynamically

[PATCH net-next 00/12] net: hns3: add some bugfixes & optimizations & cleanups for HNS3 driver
 2019-08-09  2:31 UTC  (13+ messages)
` [PATCH net-next 01/12] net: hns3: fix GFP flag error in hclge_mac_update_stats()
` [PATCH net-next 02/12] net: hns3: fix interrupt clearing error for VF
` [PATCH net-next 03/12] net: hns3: clean up for vlan handling in hns3_fill_desc_vtags
` [PATCH net-next 04/12] net: hns3: add input length check for debugfs write function
` [PATCH net-next 05/12] net: hns3: modify how pause options is displayed
` [PATCH net-next 06/12] net: hns3: add DFX registers information for ethtool -d
` [PATCH net-next 07/12] net: hns3: add some statitics info to tx process
` [PATCH net-next 08/12] net: hns3: add check for max TX BD num for tso and non-tso case
` [PATCH net-next 09/12] net: hns3: add function display NCL_CONFIG info
` [PATCH net-next 10/12] net: hns3: refine MAC pause statistics querying function
` [PATCH net-next 11/12] net: hns3: add handshake with VF for PF reset
` [PATCH net-next 12/12] net: hns3: refine some macro definitions

[PATCH net v2] hv_netvsc: Fix a warning of suspicious RCU usage
 2019-08-09  1:58 UTC 

[PATCH net-next] taprio: remove unused variable 'entry_list_policy'
 2019-08-09  1:49 UTC  (5+ messages)
` [PATCH v2 "

[PATCH net-next v7 0/6] flow_offload: add indr-block in nf_table_offload
 2019-08-09  1:44 UTC  (2+ messages)

[PATCH net] hv_netvsc: Fix a warning of suspicious RCU usage
 2019-08-09  1:16 UTC  (3+ messages)

[pull request][net 00/12] Mellanox, mlx5 fixes 2019-08-08
 2019-08-09  1:15 UTC  (3+ messages)
` [net 01/12] net/mlx5e: Use flow keys dissector to parse packets for ARFS

[PATCH net-next v2 1/1] qed: Add new ethtool supported port types based on media
 2019-08-09  1:14 UTC  (2+ messages)

[PATCH 2/2] cxgb4: smt: Use normal int for refcount
 2019-08-09  1:12 UTC  (2+ messages)

[PATCH 1/2] cxgb4: smt: Add lock for atomic_dec_and_test
 2019-08-09  1:12 UTC  (2+ messages)

[PATCH net-next] net: delete "register" keyword
 2019-08-09  1:10 UTC  (3+ messages)

[PATCH v2 net-next] selftests: Add l2tp tests
 2019-08-09  1:08 UTC  (2+ messages)

[PATCH net 1/2] docs: admin-guide: remove references to IPX and token-ring
 2019-08-09  1:07 UTC  (4+ messages)
` [PATCH net 2/2] net: docs: replace IPX in tuntap documentation

[PATCH net-next] net: use "nb" for notifier blocks
 2019-08-09  1:05 UTC  (2+ messages)

[PATCH] xen/netback: Reset nr_frags before freeing skb
 2019-08-09  1:02 UTC  (2+ messages)

[PATCH v2] mkiss: Use refcount_t for refcount
 2019-08-09  0:59 UTC  (2+ messages)

[PATCH v2] dpaa_eth: Use refcount_t for refcount
 2019-08-09  0:59 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).