netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-21 20:50:10 to 2018-03-22 15:31:50 UTC [more...]

[PATCH v2 0/8] page_frag_cache improvements
 2018-03-22 15:31 UTC  (2+ messages)
` [PATCH v2 1/8] page_frag_cache: Remove pfmemalloc bool

[PATCH 0/3] pull request for net-next: batman-adv 2018-03-19
 2018-03-22 15:29 UTC  (2+ messages)

[PATCH 0/5] pull request for net: batman-adv 2018-03-19
 2018-03-22 15:26 UTC  (2+ messages)

[PATCH net-next] rds: tcp: remove register_netdevice_notifier infrastructure
 2018-03-22 15:21 UTC  (2+ messages)

[PATCH net-next 1/2 v4] net: add uevent socket member
 2018-03-22 15:18 UTC  (4+ messages)
` [PATCH net-next 2/2 v4] netns: send uevent messages

[PATCH net-next 0/2] Converting pernet_operations (part #10)
 2018-03-22 15:14 UTC  (5+ messages)
` [PATCH net-next 1/2] net: Convert lowpan_frags_ops
` [PATCH net-next 2/2] net: Convert nf_ct_net_ops

[PATCH net-next can] Converting pernet_operations (part #9)
 2018-03-22 15:14 UTC  (3+ messages)
` [PATCH net-next] net: Convert can_pernet_ops

[PATCH v3 1/2] i40e: tweak page counting for XDP_REDIRECT
 2018-03-22 15:14 UTC  (2+ messages)
` [PATCH v3 2/2] i40e: add support "

[PATCH v5 0/2] Remove false-positive VLAs when using max()
 2018-03-22 15:13 UTC  (11+ messages)

[patch net-next RFC 00/12] devlink: introduce port flavours and common phys_port_name generation
 2018-03-22 14:58 UTC  (15+ messages)
` [patch net-next RFC 01/12] devlink: introduce devlink_port_attrs_set
` [patch net-next RFC 02/12] devlink: extend attrs_set for setting port flavours
` [patch net-next RFC 03/12] devlink: introduce a helper to generate physical port names
` [patch net-next RFC 04/12] dsa: set devlink port attrs for dsa ports
` [patch net-next RFC 05/12] dsa: use devlink helper to generate physical port name
` [patch net-next RFC 06/12] mlxsw: "
` [patch net-next RFC 07/12] nfp: flower: fix error path during representor creation
` [patch net-next RFC 08/12] nfp: set eth_id for representors to avoid port index conflict
` [patch net-next RFC 09/12] nfp: register devlink port for VF/PF representors
` [patch net-next RFC 10/12] nfp: flower: create port for flower vnic
` [patch net-next RFC 11/12] nfp: use devlink helper to generate physical port name
` [patch net-next RFC 12/12] nfp: flower: set sysfs link to device for representors

[PATCH v2 1/2] i40e: tweak page counting for XDP_REDIRECT
 2018-03-22 14:52 UTC  (5+ messages)
` [PATCH v2 2/2] i40e: add support "

[RFC PATCH 0/5] Macb power management support for ZynqMP
 2018-03-22 14:47 UTC  (7+ messages)
` [RFC PATCH 1/5] net: macb: Check MDIO state before read/write and use timeouts
` [RFC PATCH 2/5] net: macb: Support clock management for tsu_clk
` [RFC PATCH 3/5] net: macb: Add pm runtime support
` [RFC PATCH 4/5] net: macb: Add support for suspend/resume with full power down
` [RFC PATCH 5/5] net: macb: Add WOL support with ARP

[PATCH v2 net-next] virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
 2018-03-22 14:42 UTC 

[PATCH net] virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
 2018-03-22 14:34 UTC  (5+ messages)

[PATCH net-next 0/1] net/ipv4: SMC and SYN Cookies
 2018-03-22 14:30 UTC  (6+ messages)
` [PATCH net-next 1/1] net/ipv4: disable SMC TCP option with "

[PATCH net-next 0/9] Add support of VF Reset to HNS3 VF driver
 2018-03-22 14:29 UTC  (10+ messages)
` [PATCH net-next 1/9] net: hns3: Changes to make enet watchdog timeout func common for PF/VF
` [PATCH net-next 2/9] net: hns3: Add VF Reset Service Task to support event handling
` [PATCH net-next 3/9] net: hns3: Add VF Reset device state and its handling
` [PATCH net-next 4/9] net: hns3: Add support to request VF Reset to PF
` [PATCH net-next 5/9] net: hns3: Add support to reset the enet/ring mgmt layer
` [PATCH net-next 6/9] net: hns3: Add support to re-initialize the hclge device
` [PATCH net-next 7/9] net: hns3: Changes to support ARQ(Asynchronous Receive Queue)
` [PATCH net-next 8/9] net: hns3: Add *Asserting Reset* mailbox message & handling in VF
` [PATCH net-next 9/9] net: hns3: Changes required in PF mailbox to support VF reset

Fwd: Kernel panic when using KVM and mlx4_en driver (when bonding and sriov enabled)
 2018-03-22 14:24 UTC  (2+ messages)

[bpf-next V4 PATCH 00/15] XDP redirect memory return API
 2018-03-22 14:22 UTC  (16+ messages)
` [bpf-next V4 PATCH 01/15] mlx5: basic XDP_REDIRECT forward support
` [bpf-next V4 PATCH 02/15] xdp: introduce xdp_return_frame API and use in cpumap
` [bpf-next V4 PATCH 03/15] ixgbe: use xdp_return_frame API
` [bpf-next V4 PATCH 04/15] xdp: move struct xdp_buff from filter.h to xdp.h
` [bpf-next V4 PATCH 05/15] xdp: introduce a new xdp_frame type
` [bpf-next V4 PATCH 06/15] tun: convert to use generic xdp_frame and xdp_return_frame API
` [bpf-next V4 PATCH 07/15] virtio_net: "
` [bpf-next V4 PATCH 08/15] bpf: cpumap convert to use generic xdp_frame
` [bpf-next V4 PATCH 09/15] mlx5: register a memory model when XDP is enabled
` [bpf-next V4 PATCH 10/15] xdp: rhashtable with allocator ID to pointer mapping
` [bpf-next V4 PATCH 11/15] page_pool: refurbish version of page_pool code
` [bpf-next V4 PATCH 12/15] xdp: allow page_pool as an allocator type in xdp_return_frame
` [bpf-next V4 PATCH 13/15] mlx5: use page_pool for xdp_return_frame call
` [bpf-next V4 PATCH 14/15] xdp: transition into using xdp_frame for return API
` [bpf-next V4 PATCH 15/15] xdp: transition into using xdp_frame for ndo_xdp_xmit

WARNING: CPU: 3 PID: 0 at net/sched/sch_hfsc.c:1388 hfsc_dequeue+0x319/0x350 [sch_hfsc]
 2018-03-22 14:12 UTC  (7+ messages)

[iproute PATCH] man: ip-route.8: ssthresh parameter is NUMBER
 2018-03-22 14:00 UTC 

DTS for our Configuration
 2018-03-22 13:55 UTC  (2+ messages)

aio poll and a new in-kernel poll API V6
 2018-03-22 13:49 UTC  (3+ messages)
` [PATCH 28/28] random: convert to ->poll_mask

[PATCH net 1/1] qede: Fix barrier usage after tx doorbell write
 2018-03-22 13:48 UTC  (3+ messages)

[trivial PATCH V2] treewide: Align function definition open/close braces
 2018-03-22 13:37 UTC  (5+ messages)

[PATCH v2 bpf-next 0/8] bpf, tracing: introduce bpf raw tracepoints
 2018-03-22 13:36 UTC  (7+ messages)
` [PATCH v2 bpf-next 4/8] tracepoint: compute num_args at build time
` [PATCH v2 bpf-next 5/8] bpf: introduce BPF_RAW_TRACEPOINT

[PATCH 1/2] bpf: Remove struct bpf_verifier_env argument from print_bpf_insn
 2018-03-22 13:32 UTC  (5+ messages)

[PATCH net-next 00/14] TLS offload, netdev & MLX5 support
 2018-03-22 13:03 UTC  (8+ messages)
` [PATCH net-next 06/14] net/tls: Add generic NIC offload infrastructure

[RFC PATCH 0/3] kernel: add support for 256-bit IO access
 2018-03-22 12:48 UTC  (21+ messages)
` [RFC PATCH 2/3] x86/io: implement 256-bit IO read and write

[PATCH V2 net-next 00/14] TLS offload, netdev & MLX5 support
 2018-03-22 12:45 UTC  (19+ messages)
` [PATCH V2 net-next 01/14] tcp: Add clean acked data hook
` [PATCH V2 net-next 02/14] net: Rename and export copy_skb_header
` [PATCH V2 net-next 03/14] net: Add Software fallback infrastructure for socket dependent offloads
` [PATCH V2 net-next 04/14] net: Add TLS offload netdev ops
` [PATCH V2 net-next 05/14] net: Add TLS TX offload features
` [PATCH V2 net-next 06/14] net/tls: Add generic NIC offload infrastructure
` [PATCH V2 net-next 07/14] net/tls: Support TLS device offload with IPv6
` [PATCH V2 net-next 08/14] net/mlx5e: Move defines out of ipsec code
` [PATCH V2 net-next 09/14] net/mlx5: Accel, Add TLS tx offload interface
` [PATCH V2 net-next 10/14] net/mlx5e: TLS, Add Innova TLS TX support
` [PATCH V2 net-next 11/14] net/mlx5e: TLS, Add Innova TLS TX offload data path
` [PATCH V2 net-next 12/14] net/mlx5e: TLS, Add error statistics
` [PATCH V2 net-next 13/14] MAINTAINERS: Update mlx5 innova driver maintainers
` [PATCH V2 net-next 14/14] MAINTAINERS: Update TLS maintainers

[RESEND PATCH net-next 1/1] tc-testing: updated police, mirred, skbedit and skbmod with more tests
 2018-03-22 12:23 UTC 

[PATCH nf] netfilter: drop template ct when conntrack is skipped
 2018-03-22 11:56 UTC  (3+ messages)

[PATCH/RFC net-next 0/3] introduce Geneve options support in TC tunnel key
 2018-03-22 11:53 UTC  (7+ messages)
` [PATCH/RFC 2/3] net/sched: act_tunnel_key: add extended ack support
` [PATCH/RFC 3/3] net/sched: add tunnel option support to act_tunnel_key

Drop count for VLAN tagged packets when interface is in promiscuous mode
 2018-03-22 10:11 UTC 

[PATCH net-next v2 0/2] brcmfmac: add new dt entries for SG SDIO settings
 2018-03-22 10:29 UTC  (8+ messages)
` [PATCH net-next v2 2/2] dt: bindings: add new dt entries for brcmfmac

[PATCH 1/2] r8169: reinstate ALDPS for power saving
 2018-03-22 10:19 UTC  (4+ messages)

[bug, bisected] pfifo_fast causes packet reordering
 2018-03-22 10:16 UTC  (11+ messages)

[PATCH v4 00/17] netdev: Eliminate duplicate barriers on weakly-ordered archs
 2018-03-22 10:10 UTC  (6+ messages)
` [PATCH v4 11/17] bnx2x: "
` [PATCH v4 12/17] net: cxgb4/cxgb4vf: "

[PATCH net-next v3 0/5] Rework ip_ra_chain protection
 2018-03-22  9:49 UTC  (7+ messages)
` [PATCH net-next v3 1/5] net: Revert "ipv4: get rid of ip_ra_lock"
` [PATCH net-next v3 2/5] net: Move IP_ROUTER_ALERT out of lock_sock(sk)
` [PATCH net-next v3 3/5] net: Revert "ipv4: fix a deadlock in ip_ra_control"
` [PATCH net-next v3 4/5] net: Make ip_ra_chain per struct net
` [PATCH net-next v3 5/5] net: Replace ip_ra_lock with per-net mutex

[PATCH net 1/3] lan78xx: Set ASD in MAC_CR when EEE is enabled
 2018-03-22  9:26 UTC  (2+ messages)

[v2] vhost: add vsock compat ioctl
 2018-03-22  9:25 UTC  (2+ messages)

[PATCH][next] net: mvpp2: use correct index on array mvpp2_pools
 2018-03-22  9:24 UTC  (2+ messages)

[PATCH] ixgbe: tweak page counting for XDP_REDIRECT
 2018-03-22  9:02 UTC 

[PATCH net-next 09/12] net: stmmac: dwmac-sun8i: Add support for GMAC on Allwinner R40 SoC
 2018-03-22  8:41 UTC  (3+ messages)
` [RFC PATCH] net: stmmac: dwmac-sun8i: sun8i_ccu_reg_field can be static

[PATCH net-next 06/12] net: stmmac: dwmac-sun8i: Use regmap_field for syscon register access
 2018-03-22  7:42 UTC  (3+ messages)
` [RFC PATCH] net: stmmac: dwmac-sun8i: sun8i_syscon_reg_field can be static

[PATCH V2 net-next] liquidio: Added support for trusted VF
 2018-03-22  6:30 UTC 

Fw: [Bug 199109] New: pptp: kernel printk "recursion detected", and then reboot itself
 2018-03-22  2:41 UTC  (6+ messages)

[bpf-next V2 PATCH 00/15] XDP redirect memory return API
 2018-03-22  2:16 UTC  (11+ messages)
` [bpf-next V2 PATCH 10/15] xdp: rhashtable with allocator ID to pointer mapping

[PATCH net-next RFC V1 0/5] Peer to Peer One-Step time stamping
 2018-03-22  1:57 UTC  (21+ messages)
` [PATCH net-next RFC V1 1/5] net: Introduce peer to peer one step PTP "
` [PATCH net-next RFC V1 2/5] net: phy: Move time stamping interface into the generic mdio layer
` [PATCH net-next RFC V1 3/5] net: Introduce field for the MII time stamper
` [PATCH net-next RFC V1 5/5] net: mdio: Add a driver for InES time stamping IP core

[PATCH net-next v4 0/5] net: qualcomm: rmnet: Updates 2018-03-12
 2018-03-22  1:48 UTC  (6+ messages)
` [PATCH net-next v4 1/5] net: qualcomm: rmnet: Fix casting issues
` [PATCH net-next v4 2/5] net: qualcomm: rmnet: Update copyright year to 2018
` [PATCH net-next v4 3/5] net: qualcomm: rmnet: Remove unnecessary device assignment
` [PATCH net-next v4 4/5] net: qualcomm: rmnet: Export mux_id and flags to netlink
` [PATCH net-next v4 5/5] net: qualcomm: rmnet: Implement fill_info

linux-next: manual merge of the net-next tree with the mac80211 tree
 2018-03-22  0:53 UTC 

[next-queue PATCH v5 0/9] igb: offloading of receive filters
 2018-03-22  0:33 UTC  (10+ messages)
` [next-queue PATCH v5 1/9] igb: Fix not adding filter elements to the list
` [next-queue PATCH v5 2/9] igb: Fix queue selection on MAC filters on i210
` [next-queue PATCH v5 3/9] igb: Enable the hardware traffic class feature bit for igb models
` [next-queue PATCH v5 4/9] igb: Add support for MAC address filters specifying source addresses
` [next-queue PATCH v5 5/9] igb: Add support for enabling queue steering in filters
` [next-queue PATCH v5 6/9] igb: Enable nfc filters to specify MAC addresses
` [next-queue PATCH v5 7/9] igb: Add MAC address support for ethtool nftuple filters
` [next-queue PATCH v5 8/9] igb: Add the skeletons for tc-flower offloading
` [next-queue PATCH v5 9/9] igb: Add support for adding offloaded clsflower filters

[PATCH net-next v6 0/2] net: permit skb_segment on head_frag frag_list skb
 2018-03-22  0:32 UTC  (4+ messages)
` [PATCH net-next v6 1/2] "
` [PATCH net-next v6 2/2] net: bpf: add a test for skb_segment in test_bpf module

[PATCH net-next v5 0/2] net: permit skb_segment on head_frag frag_list skb
 2018-03-21 23:02 UTC  (4+ messages)
` [PATCH net-next v5 1/2] "

[RFC v3 net-next 00/18] Time based packet transmission
 2018-03-21 22:29 UTC  (4+ messages)
` [RFC v3 net-next 13/18] net/sched: Introduce the TBS Qdisc

[PATCH net-next 1/1] tc-testing: updated police, mirred, skbedit and skbmod with more tests
 2018-03-21 22:17 UTC 

[PATCH REPOST v4 0/7] netdev: intel: Eliminate duplicate barriers on weakly-ordered archs
 2018-03-21 22:14 UTC  (7+ messages)
` [PATCH REPOST v4 5/7] ixgbevf: keep writel() closer to wmb()
      ` [Intel-wired-lan] "

[PATCH net v2 0/7] fix idr leak in actions
 2018-03-21 22:13 UTC  (2+ messages)

[PATCH] qede: fix spelling mistake: "registeration" -> "registration"
 2018-03-21 22:10 UTC  (2+ messages)

[PATCH] bnx2x: fix spelling mistake: "registeration" -> "registration"
 2018-03-21 22:10 UTC  (2+ messages)

[PATCH][next] gre: fix TUNNEL_SEQ bit check on sequence numbering
 2018-03-21 21:22 UTC  (2+ messages)

[PATCH net-next v2] net: mvpp2: Don't use dynamic allocs for local variables
 2018-03-21 21:14 UTC  (3+ 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).