netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-22 21:40:47 to 2019-07-23 15:36:47 UTC [more...]

[PATCH 0/3] introduce __put_user_pages(), convert a few call sites
 2019-07-23 15:36 UTC  (10+ messages)
` [PATCH 1/3] mm/gup: introduce __put_user_pages()
` [PATCH 2/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH 3/3] net/xdp: "

[PATCH net-next 0/4] sctp: clean up __sctp_connect function
 2019-07-23 15:24 UTC  (3+ messages)
` [PATCH net-next 1/4] sctp: check addr_size with sa_family_t size in __sctp_setsockopt_connectx

[RFC PATCH 0/2] convert gianfar to phylink
 2019-07-23 15:17 UTC  (3+ messages)
` [RFC PATCH 1/2] gianfar: convert "
` [RFC PATCH 2/2] net: phylink: don't start and stop SGMII PHYs in SFP modules twice

[PATCH net-next 0/3] enetc: Add mdio bus driver for the PCIe MDIO endpoint
 2019-07-23 15:15 UTC  (4+ messages)
` [PATCH net-next 1/3] "
` [PATCH net-next 2/3] dt-bindings: net: fsl: enetc: Add bindings for the central MDIO PCIe endpoint
` [PATCH net-next 3/3] arm64: dts: ls1028a: Enable eth port1 on the ls1028a QDS board

[PATCH] sky2: Disable MSI on ASUS P6T
 2019-07-23 15:15 UTC 

[RFC PATCH net-next 00/12] drop_monitor: Capture dropped packets and metadata
 2019-07-23 15:14 UTC  (9+ messages)
` [RFC PATCH net-next 10/12] drop_monitor: Add packet alert mode

[PATCH bpf] tools/bpf: fix bpftool build with OUTPUT set
 2019-07-23 15:14 UTC  (6+ messages)

[PATCH v12 1/5] can: m_can: Create a m_can platform framework
 2019-07-23 15:14 UTC  (8+ messages)

[PATCH v2 bpf-next 0/4] sys_bpf() access control via /dev/bpf
 2019-07-23 15:11 UTC  (12+ messages)
` [PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access "

[PATCH net-next 0/4] nfp: Offload MPLS actions
 2019-07-23 14:34 UTC  (5+ messages)
` [PATCH net-next 1/4] net: sched: include mpls actions in hardware intermediate representation
` [PATCH net-next 2/4] nfp: flower: offload MPLS push action
` [PATCH net-next 3/4] nfp: flower: offload MPLS pop action
` [PATCH net-next 4/4] nfp: flower: offload MPLS set action

b53 DSA : vlan tagging broken ?
 2019-07-23 14:26 UTC  (2+ messages)

[PATCH v2] tun: mark small packets as owned by the tap sock
 2019-07-23 14:23 UTC 

[PATCH] net: atheros: Use dev_get_drvdata
 2019-07-23 14:17 UTC  (2+ messages)

[PATCH] net: jme: Use dev_get_drvdata
 2019-07-23 14:16 UTC 

[PATCH] igb: Use dev_get_drvdata where possible
 2019-07-23 14:16 UTC 

[PATCH] i40e: Use dev_get_drvdata
 2019-07-23 14:15 UTC 

[PATCH] fm10k: Use dev_get_drvdata
 2019-07-23 14:15 UTC 

[PATCH] e1000e: Use dev_get_drvdata where possible
 2019-07-23 14:15 UTC 

[PATCH net-next] net: dsa: mv88e6xxx: avoid some redundant vtu load/purge operations
 2019-07-23 14:09 UTC  (3+ messages)

[PATCH v1] tun: mark small packets as owned by the tap sock
 2019-07-23 13:59 UTC  (3+ messages)

[PATCHv2] libertas: add terminating entry to fw_table
 2019-07-23 13:52 UTC 

[PATCH net-next 0/3] net: stmmac: Some performance improvements and a fix
 2019-07-23 13:34 UTC  (21+ messages)
` [PATCH net-next 3/3] net: stmmac: Introducing support for Page Pool

[PATCH 0/6] Fixes for meta data acceleration
 2019-07-23 13:30 UTC  (15+ messages)
` [PATCH 1/6] vhost: don't set uaddr for invalid address
` [PATCH 2/6] vhost: validate MMU notifier registration
` [PATCH 3/6] vhost: fix vhost map leak
` [PATCH 4/6] vhost: reset invalidate_count in vhost_set_vring_num_addr()
` [PATCH 5/6] vhost: mark dirty pages during map uninit
` [PATCH 6/6] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps()

[PATCH] net: broadcom: Use dev_get_drvdata
 2019-07-23 13:19 UTC 

[PATCH] net: 3com: 3c59x: Use dev_get_drvdata
 2019-07-23 13:18 UTC 

[net-next:master 13/14] drivers/net/ethernet/faraday/ftgmac100.c:777:13: error: 'skb_frag_t {aka struct bio_vec}' has no member named 'size'
 2019-07-23 12:45 UTC  (4+ messages)

[PATCH bpf-next 0/5] switch samples and tests to libbpf perf buffer API
 2019-07-23 12:34 UTC  (12+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: convert test_get_stack_raw_tp to perf_buffer API
` [PATCH bpf-next 2/5] selftests/bpf: switch test_tcpnotify "
` [PATCH bpf-next 3/5] samples/bpf: convert xdp_sample_pkts_user "
` [PATCH bpf-next 4/5] samples/bpf: switch trace_output sample "
` [PATCH bpf-next 5/5] selftests/bpf: remove perf buffer helpers

[bpf-next 0/6] Introduce a BPF helper to generate SYN cookies
 2019-07-23 12:33 UTC  (11+ messages)
` [bpf-next 1/6] tcp: tcp_syn_flood_action read port from socket
` [bpf-next 2/6] tcp: add skb-less helpers to retrieve SYN cookie
` [bpf-next 3/6] bpf: add bpf_tcp_gen_syncookie helper
` [bpf-next 4/6] bpf: sync bpf.h to tools/
` [bpf-next 5/6] selftests/bpf: bpf_tcp_gen_syncookie->bpf_helpers
` [bpf-next 6/6] selftests/bpf: add test for bpf_tcp_gen_syncookie

[PATCH bpf] libbpf: fix using uninitialized ioctl results
 2019-07-23 12:08 UTC 

[PATCH net-next v2] net/mlx5e: xsk: dynamically allocate mlx5e_channel_param
 2019-07-23 12:02 UTC 

[PATCH] [net-next] net/mlx5e: xsk: dynamically allocate mlx5e_channel_param
 2019-07-23 11:29 UTC  (4+ messages)

[patch iproute2 1/2] tc: action: fix crash caused by incorrect *argv check
 2019-07-23 11:25 UTC  (2+ messages)
` [patch iproute2 2/2] tc: batch: fix line/line_next processing in batch

[PATCH v3 0/7] Convert skb_frag_t to bio_vec
 2019-07-23 11:17 UTC  (11+ messages)
` [PATCH v3 1/7] net: Use skb accessors in network drivers
` [PATCH v3 2/7] net: Use skb accessors in network core
` [PATCH v3 3/7] net: Increase the size of skb_frag_t
` [PATCH v3 4/7] net: Reorder the contents "
` [PATCH v3 5/7] net: Rename skb_frag page to bv_page
` [PATCH v3 6/7] net: Rename skb_frag_t size to bv_len
` [PATCH v3 7/7] net: Convert skb_frag_t to bio_vec

[PATCH] net: dsa: sja1105: sja1105_main: Add of_node_put()
 2019-07-23 10:44 UTC 

[PATCH] net: dsa: mv88e6xxx: chip: Add of_node_put() before return
 2019-07-23 10:43 UTC 

[PATCH bpf 0/2] bpf: gso_segs fixes
 2019-07-23 10:15 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf: fix access to skb_shared_info->gso_segs
` [PATCH bpf 2/2] selftests/bpf: add another gso_segs access

[PATCH] net-ipv6-ndisc: add support for RFC7710 RA Captive Portal Identifier
 2019-07-23  9:52 UTC  (3+ messages)

[PATCH net-next 0/3] net: stmmac: Convert to phylink
 2019-07-23  9:36 UTC  (9+ messages)

[PATCH net-next v2 0/3] netlink: strict attribute checking follow-up
 2019-07-23  9:28 UTC  (5+ messages)
` [PATCH net-next v2 3/3] netlink: add validation of NLA_F_NESTED flag

[PATCH V3 1/1] can: sja1000: f81601: add Fintek F81601 support
 2019-07-23  9:03 UTC 

[PATCH] ptp: ptp_dte: remove redundant dev_err message
 2019-07-23  8:54 UTC 

KASAN: use-after-free Read in nr_rx_frame (2)
 2019-07-23  8:53 UTC 

INFO: rcu detected stall in ext4_write_checks
 2019-07-23  8:51 UTC  (13+ messages)

[PATCH bpf-next] libbpf: provide more helpful message on uninitialized global var
 2019-07-23  8:51 UTC  (2+ messages)

[PATCH 1/3] [net-next] net: remove netx ethernet driver
 2019-07-23  8:43 UTC  (7+ messages)
` [PATCH 2/3] serial: remove netx serial driver
` [PATCH 3/3] uio: remove netx driver
  ` AW: "

[PATCH v2] ss: add option to print socket information on one line
 2019-07-23  8:25 UTC  (4+ messages)
` ss: Checking efficient analysis for network connections

[PATCH 1/3] [net-next] net: remove netx ethernet driver
 2019-07-23  8:23 UTC  (3+ messages)

[PATCH net 0/2] selftests: forwarding: GRE multipath fixes
 2019-07-23  8:19 UTC  (3+ messages)
` [PATCH net 1/2] selftests: forwarding: gre_multipath: Enable IPv4 forwarding
` [PATCH net 2/2] selftests: forwarding: gre_multipath: Fix flower filters

[PATCH] atm: Use dev_get_drvdata
 2019-07-23  8:13 UTC 

[PATCH net-next 0/2] mlxsw: Two small updates
 2019-07-23  7:57 UTC  (3+ messages)
` [PATCH net-next 1/2] mlxsw: spectrum: Expose KVD size for Spectrum-2
` [PATCH net-next 2/2] mlxsw: spectrum_router: Increase scale of IPv6 nexthop groups

kernel panic: stack is corrupted in pointer
 2019-07-23  7:38 UTC  (2+ messages)

BUG: unable to handle kernel paging request in corrupted (2)
 2019-07-23  7:35 UTC  (3+ messages)

[PATCH net 0/2] DIM fixes for 5.3
 2019-07-23  7:22 UTC  (3+ messages)
` [PATCH net 1/2] linux/dim: Fix overflow in dim calculation
` [PATCH net 2/2] lib/dim: Fix -Wunused-const-variable warnings

[PATCH mlx5-next] net/mlx5: Fix modify_cq_in alignment
 2019-07-23  7:12 UTC 

net-next boot error: WARNING: workqueue cpumask: online intersect > possible intersect (2)
 2019-07-23  6:38 UTC 

net boot error: WARNING: workqueue cpumask: online intersect > possible intersect (2)
 2019-07-23  6:38 UTC 

bpf-next boot error: WARNING: workqueue cpumask: online intersect > possible intersect (2)
 2019-07-23  6:38 UTC 

[PATCH net-next] qlge: Move drivers/net/ethernet/qlogic/qlge/ to drivers/staging/qlge/
 2019-07-23  6:14 UTC 

[Patch net] ife: error out when nla attributes are empty
 2019-07-23  4:43 UTC 

[PATCH] net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32
 2019-07-23  3:43 UTC  (4+ messages)

[PATCH] net-next: ag71xx: Rearrange ag711xx struct to remove holes
 2019-07-23  3:43 UTC 

[Patch net] netrom: hold sock when setting skb->destructor
 2019-07-23  3:41 UTC 

linux-5.2.2/drivers/net/wireless/realtek/rtlwifi/rtl8*/sw.c: many redundant assignments ?
 2019-07-23  3:13 UTC 

[PATCH] be2net: fix adapter->big_page_size miscaculation
 2019-07-23  3:08 UTC  (8+ messages)

[PATCH net-next] rxrpc: shut up -Wframe-larger-than= warnings
 2019-07-23  1:31 UTC  (2+ messages)

[PATCH net] net: stmmac: Do not cut down 1G modes
 2019-07-23  1:30 UTC  (2+ messages)

[PATCH net 0/2] net: stmmac: Two fixes
 2019-07-23  1:23 UTC  (2+ messages)

[PATCH net-next] netfilter: conntrack: use shared sysctl constants
 2019-07-23  1:23 UTC 

[PATCH net] net: hns: fix LED configuration for marvell phy
 2019-07-23  1:19 UTC  (2+ messages)

[PATCH] drivers: net: xgene: Remove acpi_has_method() calls
 2019-07-23  1:17 UTC  (2+ messages)

[PATCH net] net: mvpp2: Don't check for 3 consecutive Idle frames for 10G links
 2019-07-23  1:15 UTC  (2+ messages)

[PATCH v3 0/7] Convert skb_frag_t to bio_vec
 2019-07-22 20:45 UTC  (4+ messages)

linux-next: Fixes tag needs some work in the net-next tree
 2019-07-23  0:49 UTC  (2+ messages)

[PATCH iproute2] etf: make printing of variable JSON friendly
 2019-07-23  0:11 UTC  (4+ messages)

bpf-next is OPEN
 2019-07-22 23:57 UTC 

[RFC] dt-bindings: net: phy: Add subnode for LED configuration
 2019-07-22 22:37 UTC 

[PATCH net-next v2 0/8] net: mscc: PTP Hardware Clock (PHC) support
 2019-07-22 22:24 UTC  (3+ messages)
` [PATCH net-next v2 2/8] MIPS: dts: mscc: describe the PTP register range

[PATCH 1/3] macb: bindings doc: update sifive fu540-c000 binding
 2019-07-22 21:48 UTC  (5+ messages)
` [PATCH 2/3] macb: Update compatibility string for SiFive FU540-C000
` [PATCH 3/3] riscv: dts: Add DT node for SiFive FU540 Ethernet controller driver

[PATCH v4 net-next 00/19] Add ionic driver
 2019-07-22 21:40 UTC  (13+ messages)
` [PATCH v4 net-next 05/19] ionic: Add interrupts and doorbells
` [PATCH v4 net-next 06/19] ionic: Add basic adminq support
` [PATCH v4 net-next 10/19] ionic: Add management of rx filters
` [PATCH v4 net-next 11/19] ionic: Add Rx filter and rx_mode ndo support
` [PATCH v4 net-next 12/19] ionic: Add async link status check and basic stats
` [PATCH v4 net-next 13/19] ionic: Add initial ethtool support
` [PATCH v4 net-next 14/19] ionic: Add Tx and Rx handling
` [PATCH v4 net-next 15/19] ionic: Add netdev-event handling
` [PATCH v4 net-next 16/19] ionic: Add driver stats
` [PATCH v4 net-next 17/19] ionic: Add RSS support
` [PATCH v4 net-next 18/19] ionic: Add coalesce and other features
` [PATCH v4 net-next 19/19] ionic: Add basic devlink interface


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