netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-31 13:43:50 to 2018-06-01 15:09:30 UTC [more...]

[PATCH V2 mlx5-next 0/2] Mellanox, mlx5 new device events
 2018-06-01 15:08 UTC  (4+ messages)

[PATCH iproute2] ip: IFLA_NEW_NETNSID/IFLA_NEW_IFINDEX support
 2018-06-01 15:02 UTC  (5+ messages)

[PATCH net-next 1/1] net/smc: remove duplicate check in smc_setsockopt
 2018-06-01 14:58 UTC 

[PATCH iproute2] devlink: don't enforce NETLINK_{CAP,EXT}_ACK sock opts
 2018-06-01 14:54 UTC  (2+ messages)

[PATCH net] ipv4: igmp: hold wakelock to prevent delayed reports
 2018-06-01 14:45 UTC  (2+ messages)

[PATCH net-next] rtnetlink: Fix null-ptr-deref in rtnl_newlink
 2018-06-01 14:39 UTC  (4+ messages)

WARNING in kcm_exit_net (3)
 2018-06-01 14:28 UTC  (4+ messages)
  ` [PATCH net] kcm: Fix use-after-free caused by clonned sockets

[PATCH] qtnfmac: fix NULL pointer dereference
 2018-06-01 14:22 UTC  (3+ messages)

[PATCH bpf-next v4 0/5] fix test_sockmap
 2018-06-01 14:11 UTC  (5+ messages)
` [PATCH bpf-next v4 1/5] selftests/bpf: test_sockmap, check test failure
` [PATCH bpf-next v4 3/5] selftests/bpf: test_sockmap, timing improvements

[PATCH bpf v3 0/5] fix test_sockmap
 2018-06-01 14:03 UTC  (6+ messages)
` [PATCH bpf v3 3/5] selftests/bpf: test_sockmap, fix test timeout

[PATCH net] ipv6: omit traffic class when calculating flow hash
 2018-06-01 12:25 UTC  (2+ messages)

[PATCH net-next v4 00/11] Modify action API for implementing lockless actions
 2018-06-01 12:24 UTC  (4+ messages)

[PATCH v2] ath10k: fix incorrect size of dma_free_coherent in ath10k_ce_alloc_src_ring_64
 2018-06-01 11:25 UTC 

[PATCH] ath10k: fix incorrect size of dma_free_coherent in ath10k_ce_alloc_src_ring_64
 2018-06-01 11:23 UTC  (2+ messages)

[PATCH bpf 1/2] bpf: fix alignment of netns_dev/netns_ino fields in bpf_{map,prog}_info
 2018-06-01 11:12 UTC  (5+ messages)

[net-next][PATCH] tcp: probe timer MUST not less than 5 minuter for tcp PMTU
 2018-06-01 11:03 UTC 

[RFC PATCH 00/18] Assorted rhashtable improvements
 2018-06-01 10:48 UTC  (20+ messages)
` [PATCH 11/18] rhashtable: further improve stability of rhashtable_walk
` [PATCH 10/18] rhashtable: remove rhashtable_walk_peek()
` [PATCH 17/18] rhashtable: rename rht_for_each*continue as *from
` [PATCH 14/18] rhashtable: allow rht_bucket_var to return NULL
` [PATCH 18/18] rhashtable: add rhashtable_walk_delay_rehash()
` [PATCH 01/18] rhashtable: silence RCU warning in rhashtable_test
` [PATCH 15/18] rhashtable: use bit_spin_locks to protect hash bucket
` [PATCH 07/18] rhashtable: use cmpxchg() to protect ->future_tbl
` [PATCH 13/18] rhashtable: don't hold lock on first table throughout insertion
` [PATCH 16/18] rhashtable: allow percpu element counter
` [PATCH 03/18] rhashtable: remove nulls_base and related code
` [PATCH 08/18] rhashtable: clean up dereference of ->future_tbl
` [PATCH 06/18] rhashtable: simplify nested_table_alloc() and rht_bucket_nested_insert()
` [PATCH 09/18] rhashtable: use cmpxchg() in nested_table_alloc()
` [PATCH 05/18] rhashtable: simplify INIT_RHT_NULLS_HEAD()
` [PATCH 12/18] rhashtable: add rhashtable_walk_prev()
` [PATCH 02/18] rhashtable: split rhashtable.h
` [PATCH 04/18] rhashtable: detect when object movement might have invalidated a lookup

[PATCH v2 net] mlx4_core: restore optimal ICM memory allocation
 2018-06-01  9:57 UTC  (3+ messages)

[PATCH] net: core: improve the tx_hash calculating
 2018-06-01  9:54 UTC  (3+ messages)

[RFC PATCH 00/16] bpf, bounded loop support work in progress
 2018-06-01  9:33 UTC  (17+ messages)
` [RFC PATCH 01/16] bpf: cfg: partition basic blocks for each subprog
` [RFC PATCH 02/16] bpf: cfg: add edges between basic blocks to form CFG
` [RFC PATCH 03/16] bpf: cfg: build domination tree using Tarjan algorithm
` [RFC PATCH 04/16] bpf: cfg: detect loop use domination information
` [RFC PATCH 05/16] bpf: cfg: detect unreachable basic blocks
` [RFC PATCH 06/16] bpf: cfg: move find_subprog/add_subprog to cfg.c
` [RFC PATCH 07/16] bpf: cfg: build call graph and detect unreachable/recursive call
` [RFC PATCH 08/16] bpf: cfg: remove push_insn and check_cfg
` [RFC PATCH 09/16] bpf: cfg: reduce k*alloc/free call by using memory pool for allocating nodes
` [RFC PATCH 10/16] bpf: cfg: reduce memory usage by using singly list + compat pointer
` [RFC PATCH 11/16] bpf: cfg: detect irreducible loop using Eric Stoltz algorithm
` [RFC PATCH 12/16] bpf: cfg: pretty print CFG and DOM
` [RFC PATCH 13/16] bpf: verifier, can ptr range be calculated with scalar ALU op
` [RFC PATCH 14/16] bpf: verifier, add initial support to allow bounded loops
` [RFC PATCH 15/16] bpf: verifier, simple loop examples
` [RFC PATCH 16/16] bpf: tools: dbg patch to turn on debugging and add primitive examples

[PATCH net-next 0/5] net: aquantia: various ethtool ops implementation
 2018-06-01  9:19 UTC  (5+ messages)
` [PATCH net-next 1/5] net: aquantia: Ethtool based ring size configuration

[PATCH 15/19] net: qualcomm: MODULE_DEVICE_TABLE(serdev)
 2018-06-01  8:59 UTC  (2+ messages)

linux-next: build failure after merge of the net-next tree
 2018-06-01  8:52 UTC  (4+ messages)

[bpf PATCH] bpf: sockmap, fix crash when ipv6 sock is added
 2018-06-01  8:21 UTC 

[PATCH net-next] netfilter: nf_tables: check msg_type before nft_trans_set(trans)
 2018-06-01  8:14 UTC  (3+ messages)

[PATCH bpf-next] bpf: prevent non-IPv4 socket to be added into sock hash
 2018-06-01  7:56 UTC  (4+ messages)

[PATCH v2] netfilter: nfnetlink: Remove VLA usage
 2018-06-01  7:48 UTC  (2+ messages)

[PATCH] netfilter: nft_numgen: fix ptr_ret.cocci warnings
 2018-06-01  7:46 UTC  (3+ messages)

[PATCH V4] mlx4_core: allocate ICM memory in page size chunks
 2018-06-01  7:31 UTC  (11+ messages)

[PATCH net-next] net/smc: fix error return code in smc_setsockopt()
 2018-06-01  7:02 UTC  (2+ messages)

[PATCH net-next] net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handling
 2018-06-01  6:13 UTC  (3+ messages)

[net-next:master 375/376] net/core/rtnetlink.c:3099:1: warning: the frame size of 1280 bytes is larger than 1024 bytes
 2018-06-01  5:07 UTC 

[PATCH net-next] qed: Add srq core support for RoCE and iWARP
 2018-06-01  3:41 UTC  (4+ messages)
` [RFC PATCH] qed: qed_rdma_modify_srq() can be static

[net PATCH] net-sysfs: Fix memory leak in XPS configuration
 2018-06-01  3:03 UTC  (2+ messages)

[PATCH v2 net] ixgbe: fix parsing of TC actions for HW offload
 2018-06-01  3:01 UTC  (3+ messages)

[PATCH net-next] virtio_net: fix error return code in virtnet_probe()
 2018-06-01  2:50 UTC  (3+ messages)

[PATCH] rtnetlink: Remove VLA usage
 2018-06-01  2:49 UTC  (2+ messages)

[PATCH] net: wireless: brcmsmac: Remove unnecessary parentheses
 2018-06-01  2:14 UTC 

[PATCH] net: ethernet: mlx4: Remove unnecessary parentheses
 2018-06-01  2:00 UTC 

[PATCH net-next v2 0/2] qed: Fix issues in UFP feature commit 'cac6f691'
 2018-06-01  1:47 UTC  (3+ messages)
` [PATCH net-next v2 1/2] qed: Fix shared memory inconsistency between driver and the MFW
` [PATCH net-next v2 2/2] qed: Fix use of incorrect shmem address

[PATCH net-next] net/ncsi: Avoid GFP_KERNEL in response handler
 2018-06-01  0:33 UTC  (3+ messages)

[PATCH bpf-next] xsk: temporarily disable AF_XDP
 2018-06-01  0:24 UTC  (2+ messages)

[PATCH net-next v2 0/2] net: phy: improve PHY suspend/resume
 2018-06-01  0:10 UTC  (8+ messages)

suspicius csum initialization in vmxnet3_rx_csum
 2018-05-31 23:32 UTC  (4+ messages)

[PATCH net-next 0/2] selftests: forwarding: mirror_vlan: Fixlets
 2018-05-31 22:37 UTC  (3+ messages)
` [PATCH net-next 1/2] selftests: forwarding: mirror_vlan: Uninstall trap
` [PATCH net-next 2/2] selftests: forwarding: mirror_vlan: Change test description

[PATCH] rtnetlink: Add more well known protocol values
 2018-05-31 21:13 UTC  (3+ messages)

[PATCH] ixgbe: fix broken ipsec Rx with proper cast on spi
 2018-05-31 21:12 UTC 

[PATCH net-next v12 0/5] Enable virtio_net to act as a standby for a passthru device
 2018-05-31 20:41 UTC  (8+ messages)
` [PATCH net-next v12 2/5] netvsc: refactor notifier/event handling code to use the failover framework

[net] ixgbe: fix parsing of TC actions for HW offload
 2018-05-31 20:01 UTC  (3+ messages)

[PATCH net] net/ncsi: Fix array size in dumpit handler
 2018-05-31 19:59 UTC  (2+ messages)

[PATCH net-next] net: dsa: mv88e6xxx: Be explicit about DT or pdata
 2018-05-31 19:54 UTC  (4+ messages)

[PATCH] net: ti: cpsw: include gpio/consumer.h
 2018-05-31 19:47 UTC  (2+ messages)

[PATCH iproute2] configure: require libmnl
 2018-05-31 19:32 UTC 

pull-request: wireless-drivers 2018-05-30
 2018-05-31 19:28 UTC  (2+ messages)

[PATCH net-next] cxgb4: Add FORCE_PAUSE bit to 32 bit port caps
 2018-05-31 19:23 UTC  (2+ messages)

[PATCH net] cls_flower: Fix incorrect idr release when failing to modify rule
 2018-05-31 19:19 UTC  (2+ messages)

[PATCH net-next 0/2] cls_flower: Various fixes
 2018-05-31 18:36 UTC  (2+ messages)

[PATCH net] net/sonic: Use dma_mapping_error()
 2018-05-31 18:18 UTC  (2+ messages)

[PATCH net-next v4 0/8] net: bridge: Notify about bridge VLANs
 2018-05-31 18:14 UTC  (2+ messages)

[PATCH net-next 1/1] qed*: Add link change count value to ethtool statistics display
 2018-05-31 18:02 UTC  (2+ messages)

[PATCH ethtool] ethtool: fix stack clash in do_get_phy_tunable and do_set_phy_tunable
 2018-05-31 17:51 UTC  (2+ messages)

[pull request][net-next 0/7] Mellanox, mlx5e & FPGA updates 2018-05-29
 2018-05-31 17:53 UTC  (2+ messages)

[PATCH net-next 0/9] Test mirror-to-gretap with bridge in UL
 2018-05-31 17:52 UTC  (10+ messages)
` [PATCH net-next 1/9] selftests: forwarding: lib: Move here vlan_capture_{,un}install()
` [PATCH net-next 2/9] selftests: forwarding: mirror_lib: Move here do_test_span_vlan_dir_ips()
` [PATCH net-next 3/9] selftests: forwarding: mirror_lib: skip_hw the VLAN capture
` [PATCH net-next 4/9] selftests: forwarding: mirror_gre_lib: Add STP test
` [PATCH net-next 5/9] selftests: forwarding: mirror_gre_vlan_bridge_1q: Fix tunnel name
` [PATCH net-next 6/9] selftests: forwarding: mirror_gre_vlan_bridge_1q: Test final config
` [PATCH net-next 7/9] selftests: forwarding: mirror_gre_vlan_bridge_1q: Rename two tests
` [PATCH net-next 8/9] selftests: forwarding: mirror_gre_vlan_bridge_1q: Add more tests
` [PATCH net-next 9/9] selftests: forwarding: mirror_gre_bridge_1d_vlan: Add STP test

[PATCH 1/2 net-next] net_failover: fix net_failover_compute_features()
 2018-05-31 17:30 UTC  (2+ messages)

[PATCH 2/2 net-next] net_failover: fix error code in net_failover_create()
 2018-05-31 17:26 UTC  (2+ messages)

[PATCH v2 net-next] net: remove bypassed check in sch_direct_xmit()
 2018-05-31 17:26 UTC  (2+ messages)

[PATCH net-next] tcp: minor optimization around tcp_hdr() usage in receive path
 2018-05-31 17:23 UTC  (2+ messages)

[PATCH rdma-next v3 00/14] Verbs flow counters support
 2018-05-31 17:23 UTC  (20+ messages)
` [PATCH rdma-next v3 01/14] IB/uverbs: Add an ib_uobject getter to ioctl() infrastructure
` [PATCH mlx5-next v3 02/14] net/mlx5: Use flow counter pointer as input to the query function
` [PATCH mlx5-next v3 03/14] net/mlx5: Export flow counter related API
` [PATCH rdma-next v3 04/14] IB/core: Introduce counters object and its create/destroy
` [PATCH rdma-next v3 05/14] IB/uverbs: Add create/destroy counters support
` [PATCH rdma-next v3 06/14] IB/core: Introduce counters read verb
` [PATCH rdma-next v3 07/14] IB/uverbs: Add read counters support
` [PATCH rdma-next v3 08/14] IB/core: Support passing uhw for create_flow
` [PATCH rdma-next v3 09/14] IB/core: Add support for flow counters
` [PATCH rdma-next v3 10/14] IB/uverbs: "
` [PATCH rdma-next v3 11/14] IB/mlx5: Add counters create and destroy support
` [PATCH mlx5-next v3 12/14] IB/mlx5: Add flow counters binding support
` [PATCH rdma-next v3 13/14] IB/mlx5: Add flow counters read support
` [PATCH rdma-next v3 14/14] IB/mlx5: Add "

[PATCH v3 net-next] net: stmmac: Add Flexible PPS support
 2018-05-31 17:01 UTC 

[PATCH v2] netfilter: properly initialize xt_table_info structure
 2018-05-31 16:25 UTC  (9+ messages)

[bpf-next V2 PATCH 0/8] bpf/xdp: add flags argument to ndo_xdp_xmit and flag flush operation
 2018-05-31 16:16 UTC  (13+ messages)
` [bpf-next V2 PATCH 3/8] ixgbe: implement flush flag for ndo_xdp_xmit
` [bpf-next V2 PATCH 4/8] tun: "
` [bpf-next V2 PATCH 5/8] virtio_net: "
` [bpf-next V2 PATCH 6/8] xdp: done implementing ndo_xdp_xmit flush flag for all drivers
` [bpf-next V2 PATCH 7/8] bpf/xdp: non-map redirect can avoid calling ndo_xdp_flush
` [bpf-next V2 PATCH 8/8] bpf/xdp: devmap "

[PATCH net-next 0/3] selftests/net: various
 2018-05-31 16:14 UTC  (4+ messages)
` [PATCH net-next 1/3] selftests/net: enable msg_zerocopy test
` [PATCH net-next 2/3] selftests/net: udpgso: test small gso_size boundary conditions
` [PATCH net-next 3/3] selftests/net: add packet socket packet_snd test

[PATCH 0/4] RFC CPSW switchdev mode
 2018-05-31 15:27 UTC  (11+ messages)

[PATCH net-next 0/2] qed: Fix issues in UFP feature commit 'cac6f691'
 2018-05-31 15:05 UTC  (3+ messages)
` [PATCH net-next 1/2] qed: Fix shared memory inconsistency between driver and the MFW
` [PATCH net-next 2/2] qed: Fix use of incorrect shmem address

[PATCH] net: virtio: simplify the virtnet_find_vqs
 2018-05-31 14:16 UTC 

[PATCH v2] net: dsa: b53: Add BCM5389 support
 2018-05-31 14:14 UTC  (2+ messages)

pull-request: wireless-drivers-next 2018-05-31
 2018-05-31 14:10 UTC 

[PATCH v4 net-next 00/19] inet: frags: bring rhashtables to IP defrag
 2018-05-31 14:05 UTC  (8+ 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).