netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-14 14:27:41 to 2018-05-14 22:32:45 UTC [more...]

[PATCH net-stable 00/24] hv_netvsc patches for 4.14 stable
 2018-05-14 22:32 UTC  (11+ messages)
` [PATCH net-stable 01/24] hv_netvsc: Fix the real number of queues of non-vRSS cases
` [PATCH net-stable 02/24] hv_netvsc: Rename ind_table to rx_table
` [PATCH net-stable 03/24] hv_netvsc: Rename tx_send_table to tx_table
` [PATCH net-stable 04/24] hv_netvsc: Add initialization of tx_table in netvsc_device_add()
` [PATCH net-stable 05/24] hv_netvsc: Set tx_table to equal weight after subchannels open
` [PATCH net-stable 06/24] hv_netvsc: netvsc_teardown_gpadl() split
` [PATCH net-stable 07/24] hv_netvsc: preserve hw_features on mtu/channels/ringparam changes
` [PATCH net-stable 08/24] hv_netvsc: empty current transmit aggregation if flow blocked
` [PATCH net-stable 09/24] hv_netvsc: Use the num_online_cpus() for channel limit
` [PATCH net-stable 10/24] hv_netvsc: avoid retry on send during shutdown

maximal supported bit rate in traffic control
 2018-05-14 22:26 UTC  (2+ messages)

[pull request][net-next 00/16] Mellanox, mlx5e updates 2018-05-14
 2018-05-14 22:19 UTC  (17+ messages)
` [net-next 01/16] net/mlx5e: Remove redundant vport context vlan update
` [net-next 02/16] net/mlx5e: Skip redundant checks when providing NUD lastuse feedback
` [net-next 03/16] net/mlx5e: Use u8 instead of int for LRO number of segments
` [net-next 04/16] net/mlx5e: Use bool as return type for mlx5e_xdp_handle
` [net-next 05/16] net/mlx5e: Remove double defined DMAC header re-write element
` [net-next 06/16] net/mlx5e: Clean static checker complaints on TC offload and VF reps code
` [net-next 07/16] net/mlx5e: Avoid redundant zeroing of offloaded TC flow attributes
` [net-next 08/16] net/mlx5e: Return success when TC offloaded fdb actions parsed ok
` [net-next 09/16] net/mlx5e: Use local actions var while processing offloaded TC flow actions
` [net-next 10/16] net/mlx5e: Properly order min inline mode setup while parsing TC matches
` [net-next 11/16] net/mlx5e: Get the required HW match level while parsing TC flow matches
` [net-next 12/16] net/mlx5e: Support offloaded TC flows with no matches on headers
` [net-next 13/16] net/mlx5e: Report all channels with min RX WQEs timeout
` [net-next 14/16] net/mlx5e: Use __set_bit for adaptive-moderation bit in RQ state
` [net-next 15/16] net/mlx5e: Use test bit in en accel xmit flow
` [net-next 16/16] net/mlx5e: Remove MLX5E_TEST_BIT macro

[PATCH v1 iproute2-next 0/3] RDMA tool driver-specific resource tracking
 2018-05-14 22:04 UTC  (9+ messages)
` [PATCH v1 iproute2-next 1/3] rdma: update rdma_netlink.h to get driver attrs
` [PATCH v1 iproute2-next 2/3] rdma: print driver resource attributes

linux-next: manual merge of the bpf-next tree with the bpf tree
 2018-05-14 21:57 UTC  (3+ messages)

[PATCH ghak81 RFC V2 0/5] audit: group task params
 2018-05-14 21:54 UTC  (11+ messages)
` [PATCH ghak81 RFC V2 1/5] audit: normalize loginuid read access
` [PATCH ghak81 RFC V2 2/5] audit: convert sessionid unset to a macro
` [PATCH ghak81 RFC V2 3/5] audit: use inline function to get audit context
` [PATCH ghak81 RFC V2 4/5] audit: use inline function to set "
` [PATCH ghak81 RFC V2 5/5] audit: collect audit task parameters

[PATCH net-next v3 0/7] Microsemi Ocelot Ethernet switch support
 2018-05-14 21:47 UTC  (20+ messages)
` [PATCH net-next v3 1/7] dt-bindings: net: add DT bindings for Microsemi MIIM
` [PATCH net-next v3 2/7] net: phy: mscc-miim: Add MDIO driver
` [PATCH net-next v3 3/7] dt-bindings: net: add DT bindings for Microsemi Ocelot Switch
` [PATCH net-next v3 4/7] net: mscc: Add initial Ocelot switch support
` [PATCH net-next v3 5/7] MIPS: mscc: Add switch to ocelot
` [PATCH net-next v3 6/7] MIPS: mscc: connect phys to ports on ocelot_pcb123
` [PATCH net-next v3 7/7] MAINTAINERS: Add entry for Microsemi Ethernet switches

[PATCH bpf-next v2 0/8] Minor follow-up cleanups in BPF JITs and optimized imm emission
 2018-05-14 21:22 UTC  (9+ messages)
` [PATCH bpf-next v2 1/8] bpf, mips: remove unused function
` [PATCH bpf-next v2 2/8] bpf, sparc: remove unused variable
` [PATCH bpf-next v2 3/8] bpf, x64: clean up retpoline emission slightly
` [PATCH bpf-next v2 4/8] bpf, arm32: save 4 bytes of unneeded stack space
` [PATCH bpf-next v2 5/8] bpf, arm64: "
` [PATCH bpf-next v2 6/8] bpf, arm64: optimize 32/64 immediate emission
` [PATCH bpf-next v2 7/8] bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpf
` [PATCH bpf-next v2 8/8] bpf: add ld64 imm test cases

[PATCH v1 0/4] IR decoding using BPF
 2018-05-14 21:11 UTC  (5+ messages)
` [PATCH v1 1/4] media: rc: introduce BPF_PROG_IR_DECODER
` [PATCH v1 2/4] media: bpf: allow raw IR decoder bpf programs to be used
` [PATCH v1 3/4] media: rc bpf: move ir_raw_event to uapi
` [PATCH v1 4/4] samples/bpf: an example of a raw IR decoder

safe skb resetting after decapsulation and encapsulation
 2018-05-14 21:06 UTC  (4+ messages)

Kernel panic on kernel-3.10.0-693.21.1.el7 in ndisc.h
 2018-05-14 21:06 UTC  (5+ messages)

[PATCH bpf-next 0/4] samples: bpf: fix build after move to full libbpf
 2018-05-14 20:47 UTC  (4+ messages)
` [PATCH bpf-next 3/4] samples: bpf: fix build after move to compiling full libbpf.a

[PATCH net-next] sched: cls: enable verbose logging
 2018-05-14 20:47 UTC  (5+ messages)

[PATCH 00/14] Modify action API for implementing lockless actions
 2018-05-14 20:46 UTC  (21+ messages)
` [PATCH 01/14] net: sched: use rcu for action cookie update
` [PATCH 02/14] net: sched: change type of reference and bind counters
` [PATCH 03/14] net: sched: add 'delete' function to action ops
` [PATCH 04/14] net: sched: implement unlocked action init API
` [PATCH 05/14] net: sched: always take reference to action
` [PATCH 06/14] net: sched: implement reference counted action release
` [PATCH 07/14] net: sched: use reference counting action init
` [PATCH 09/14] net: sched: don't release reference on action overwrite

[PATCH net-next] cxgb4: do not fail vf instatiation in slave mode
 2018-05-14 20:45 UTC  (2+ messages)

[PATCH net-next] mlxsw: spectrum_span: Support LAG under mirror-to-gretap
 2018-05-14 20:45 UTC  (2+ messages)

BUG: unable to handle kernel paging request in smc_ib_remember_port_attr
 2018-05-14 20:41 UTC  (3+ messages)
` [PATCH] net/smc: check for missing nlattrs in SMC_PNETID messages

[PATCH v2] net/mlx4_core: Fix error handling in mlx4_init_port_info
 2018-05-14 20:29 UTC  (2+ messages)

[PATCH] net: ethernet: ti: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
 2018-05-14 20:28 UTC  (2+ messages)

iproute2 - modifying routes in place
 2018-05-14 20:20 UTC  (6+ messages)

[PATCH net-next 0/3] net: qualcomm: rmnet: Updates 2018-05-14
 2018-05-14 20:08 UTC  (4+ messages)
` [PATCH net-next 1/3] net: qualcomm: rmnet: Capture all drops in transmit path
` [PATCH net-next 2/3] net: qualcomm: rmnet: Add support for ethtool private stats
` [PATCH net-next 3/3] net: qualcomm: rmnet: Remove redundant command check

[PATCH v4 0/1] multi-threading device shutdown
 2018-05-14 20:04 UTC  (3+ messages)
` [PATCH v4 1/1] drivers core: "

Linux Plumbers Networking Track CFP
 2018-05-14 20:01 UTC 

RFQ 5142018 OCEAN
 2018-05-14 12:31 UTC 

[PATCH v2 1/3] selinux: add AF_UNSPEC and INADDR_ANY checks to selinux_socket_bind()
 2018-05-14 19:39 UTC  (2+ messages)

[PATCH] [RFC] bpf: tracing: new helper bpf_get_current_cgroup_ino
 2018-05-14 19:38 UTC  (2+ messages)

[PATCH] net/mlx5: Use 'kvfree()' for memory allocated by 'kvzalloc()'
 2018-05-14 19:37 UTC  (3+ messages)

[PATCH v2] selftests: add headers_install to lib.mk
 2018-05-14 19:20 UTC  (5+ messages)
` [PATCH v3] "

[PATCH RESEND net-next v2 0/8] net: stmmac: dwmac-sun8i: Support R40
 2018-05-14 19:07 UTC  (2+ messages)

[PATCH net-next v10 0/7] sched: Add Common Applications Kept Enhanced (cake) qdisc
 2018-05-14 19:00 UTC  (8+ messages)
` [PATCH net-next v10 6/7] sch_cake: Add overhead compensation support to the rate shaper
` [PATCH net-next v10 2/7] sch_cake: Add ingress mode
` [PATCH net-next v10 5/7] sch_cake: Add DiffServ handling
` [PATCH net-next v10 3/7] sch_cake: Add optional ACK filter
` [PATCH net-next v10 1/7] sched: Add Common Applications Kept Enhanced (cake) qdisc
` [PATCH net-next v10 4/7] sch_cake: Add NAT awareness to packet classifier
` [PATCH net-next v10 7/7] sch_cake: Conditionally split GSO segments

[PATCH net-next 0/3] net: dsa: mv88e6xxx: remove Global 1 setup
 2018-05-14 18:50 UTC  (2+ messages)

[PATCH net-next v2 0/4] bonding: performance and reliability
 2018-05-14 18:48 UTC  (5+ messages)
` [PATCH net-next v2 1/4] bonding: don't queue up extraneous rlb updates
` [PATCH net-next v2 2/4] bonding: use common mac addr checks
` [PATCH net-next v2 3/4] bonding: allow use of tx hashing in balance-alb
` [PATCH net-next v2 4/4] bonding: allow carrier and link status to determine link state

[PATCH net V2] tun: fix use after free for ptr_ring
 2018-05-14 18:48 UTC  (2+ messages)

[bpf-next PATCH 0/5] bpf, doc: convert Documentation/bpf to RST-formatting
 2018-05-14 18:46 UTC  (5+ messages)
` [bpf-next PATCH 5/5] bpf, doc: howto use/run the BPF selftests

[PATCH net-next v9 1/7] sched: Add Common Applications Kept Enhanced (cake) qdisc
 2018-05-14 18:31 UTC  (5+ messages)

[net-next 00/11][pull request] 40GbE Intel Wired LAN Driver Updates 2018-05-14
 2018-05-14 18:29 UTC  (13+ messages)
` [net-next 01/11] virtchnl: Whitespace and parenthesis cleanup
` [net-next 02/11] i40evf: Fix client header define
` [net-next 03/11] i40e: calculate ethtool stats size in a separate function
` [net-next 04/11] i40e: remove duplicate pfc stats
` [net-next 05/11] i40e: cleanup whitespace for some ethtool stat definitions
` [net-next 06/11] i40e: Fix recalculation of MSI-X vectors for VMDq
` [net-next 07/11] i40e: add tx_busy to ethtool stats
` [net-next 08/11] i40evf: remove MAX_QUEUES and just use I40EVF_MAX_REQ_QUEUES
` [net-next 09/11] i40e: cleanup wording in a header comment
` [net-next 10/11] i40e: free the skb after clearing the bitlock
` [net-next 11/11] i40evf: Fix a hardware reset support in VF driver

INFO: rcu detected stall in kfree_skbmem
 2018-05-14 18:04 UTC  (4+ messages)

possible deadlock in sk_diag_fill
 2018-05-14 18:00 UTC  (4+ messages)

[PATCH net-next v8 0/3] kernel: add support to collect hardware logs in crash recovery kernel
 2018-05-14 17:49 UTC  (4+ messages)

[PATCH bpf-next 0/6] Minor follow-up cleanups in BPF JITs and optimized imm emission
 2018-05-14 17:42 UTC  (3+ messages)
` [PATCH bpf-next 3/6] bpf, x64: clean up retpoline emission slightly

[PATCH net-next 0/4] bonding: performance and reliability
 2018-05-14 17:39 UTC  (4+ messages)
` [PATCH net-next 4/4] bonding: allow carrier and link status to determine link state

[PATCH net-next v3 0/3] sctp: Introduce sctp_flush_ctx
 2018-05-14 17:35 UTC  (4+ messages)
` [PATCH net-next v3 1/3] sctp: add sctp_flush_ctx, a context struct on outq_flush routines
` [PATCH net-next v3 2/3] sctp: add asoc and packet to sctp_flush_ctx
` [PATCH net-next v3 3/3] sctp: checkpatch fixups

[PATCH net-next v3 0/8] sctp: refactor sctp_outq_flush
 2018-05-14 17:34 UTC  (9+ messages)
` [PATCH net-next v3 1/8] sctp: add sctp_packet_singleton
` [PATCH net-next v3 2/8] sctp: factor out sctp_outq_select_transport
` [PATCH net-next v3 3/8] sctp: move the flush of ctrl chunks into its own function
` [PATCH net-next v3 4/8] sctp: move outq data rtx code out of sctp_outq_flush
` [PATCH net-next v3 5/8] sctp: move flushing of data chunks "
` [PATCH net-next v3 6/8] sctp: move transport flush code "
` [PATCH net-next v3 7/8] sctp: make use of gfp on retransmissions
` [PATCH net-next v3 8/8] sctp: rework switch cases in sctp_outq_flush_data

(unknown),
 2018-05-14 17:30 UTC 

RFQ 5142018 OCEAN
 2018-05-14  6:46 UTC 

[net-next PATCH 0/3] Symmetric queue selection using XPS for Rx queues
 2018-05-14 17:18 UTC  (6+ messages)
` [net-next PATCH 1/3] net: Refactor XPS for CPUs and "

[PATCH bpf-next v6 0/4] Hash support for sock
 2018-05-14 17:00 UTC  (5+ messages)
` [PATCH bpf-next v6 1/4] bpf: sockmap, refactor sockmap routines to work with hashmap
` [PATCH bpf-next v6 2/4] bpf: sockmap, add hash map support
` [PATCH bpf-next v6 3/4] bpf: selftest additions for SOCKHASH
` [PATCH bpf-next v6 4/4] bpf: bpftool, support for sockhash

[PATCH v3 0/1] multi-threading device shutdown
 2018-05-14 16:54 UTC  (3+ messages)

[PATCH V2] mlx4_core: allocate ICM memory in page size chunks
 2018-05-14 16:41 UTC  (3+ messages)

net: ieee802154: 6lowpan: fix frag reassembly
 2018-05-14 16:13 UTC  (3+ messages)

[PATCH v2 iproute2-next 0/3] RDMA tool driver-specific resource tracking
 2018-05-14 15:43 UTC  (4+ messages)
` [PATCH v2 iproute2-next 1/3] rdma: update rdma_netlink.h to get new driver attributes
` [PATCH v2 iproute2-next 2/3] rdma: print driver resource attributes
` [PATCH v2 iproute2-next 3/3] rdma: update man pages

[PATCH] lib/rhashtable: reorder some inititalization sequences
 2018-05-14 15:13 UTC 


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