netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-20 18:17:36 to 2019-03-21 13:18:34 UTC [more...]

[PATCH net-next v3 00/12] Refactor flower classifier to remove dependency on rtnl lock
 2019-03-21 13:17 UTC  (3+ messages)
` [PATCH net-next v3 04/12] net: sched: flower: track filter deletion with flag
` [PATCH net-next v3 05/12] net: sched: flower: add reference counter to flower mask

[summary] virtio network device failover writeup
 2019-03-21 13:12 UTC  (18+ messages)

[PATCH] i40e: fix WoL support check
 2019-03-21 12:45 UTC 

general protection fault in fib6_purge_rt
 2019-03-21 12:40 UTC  (8+ messages)

[PATCH net-next 0/8] devlink: add PF and VF port flavours
 2019-03-21 12:26 UTC  (7+ messages)
` [PATCH net-next 2/8] "

[PATCH net-next 0/2] ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create
 2019-03-21 12:21 UTC  (3+ messages)
` [PATCH net-next 1/2] ipv6: Move setting default metric for routes
` [PATCH net-next 2/2] ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create

[PATCH net-next v2 1/1] net/tls: Replace kfree_skb() with consume_skb()
 2019-03-21 11:59 UTC 

[pull request][net-next 00/15] Mellanox, mlx5 updates 2019-03-20
 2019-03-21 11:51 UTC  (20+ messages)
` [net-next 01/15] net/mlx5: Simplify sriov enable/disable flow
` [net-next 02/15] net/mlx5: Rename total_vfs to total_vports
` [net-next 03/15] net/mlx5: Simplify mlx5_sriov_is_enabled() by using pci core API
` [net-next 04/15] net/mlx5: Fix compilation warning in eq.c
` [net-next 05/15] net/mlx5e: Fix port buffer function documentation format
` [net-next 06/15] net/mlx5e: Fix compilation warning in en_tc.c
` [net-next 07/15] net/mlx5e: Remove redundant assignment
` [net-next 08/15] net/mlx5: E-Switch, Protect from invalid memory access in offload fdb table
` [net-next 09/15] net: Move the definition of the default Geneve udp port to public header file
` [net-next 10/15] net/mlx5e: Take SW parser code to a separate function
` [net-next 11/15] net/mlx5e: TX, Add geneve tunnel stateless offload support
` [net-next 12/15] net: Add IANA_VXLAN_UDP_PORT definition to vxlan header file
` [net-next 13/15] net/mlx5e: Add VLAN ID rewrite fields
` [net-next 14/15] net/mlx5e: Support VLAN modify action
` [net-next 15/15] net/mlx5e: Replace TC VLAN pop and push actions with VLAN modify

-Wsometimes-uninitialized Clang warning in net/tipc/node.c
 2019-03-21 11:45 UTC  (4+ messages)

kernel panic: corrupted stack end in wb_workfn
 2019-03-21 11:41 UTC  (10+ messages)

[PATCH 0/9] Netfilter fixes for net
 2019-03-21 11:28 UTC  (10+ messages)
` [PATCH 1/9] netfilter: nf_conntrack_sip: remove direct dependency on IPv6
` [PATCH 2/9] netfilter: nft_set_rbtree: check for inactive element after flag mismatch
` [PATCH 3/9] netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTING
` [PATCH 4/9] netfilter: fix NETFILTER_XT_TARGET_TEE dependencies
` [PATCH 5/9] netfilter: ip6t_srh: fix NULL pointer dereferences
` [PATCH 6/9] netfilter: nf_tables: bogus EBUSY in helper removal from transaction
` [PATCH 7/9] netfilter: nft_redir: fix module autoload with ip4
` [PATCH 8/9] netfilter: nf_flowtable: remove duplicated transition in diagram
` [PATCH 9/9] netfilter: nf_tables: add missing ->release_ops() in error path of newrule()

netfilter: missing correlation checks on icmp[v6] errors before applying IP_CT_RELATED
 2019-03-21 10:32 UTC 

[PATCH net-next] openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE mode
 2019-03-21 10:34 UTC 

[PATCH bpf-next] tools/bpf: generate pkg-config file for libbpf
 2019-03-21 10:29 UTC  (14+ messages)
` [PATCH bpf-next v2] "
` [PATCH bpf-next v3] "
` [PATCH bpf-next v4] "

[net-next v1 1/2] tipc: fix use-after-free in tipc_sk_filter_rcv
 2019-03-21 10:25 UTC  (2+ messages)
` [net-next v1 2/2] tipc: fix a null pointer deref

[PATCH net-next 0/2] net: dev: BYPASS for lockless qdisc
 2019-03-21 10:14 UTC  (3+ messages)
` [PATCH net-next 1/2] net: sched: add empty status flag for NOLOCK qdisc
` [PATCH net-next 2/2] net: dev: introduce support for sch BYPASS for lockless qdisc

[PATCH] ath9k: Check for errors when reading SREV register
 2019-03-21 10:02 UTC  (2+ messages)

[PATCH bpf-next v1 1/7] tools: bpftool: fix infinite loop
 2019-03-21  9:57 UTC  (16+ messages)
` [PATCH bpf-next v1 2/7] tools: bpftool: fix error message on invalid argument count
` [PATCH bpf-next v1 3/7] tools: bpftool: create map of maps
` [PATCH bpf-next v1 4/7] tools: bpftool: implement map exec command
` [PATCH bpf-next v1 5/7] tools: bpftool: support loading map by fd from parent process
` [PATCH bpf-next v1 6/7] tools: bpftool: fix bpffs mount when pinning subdirectories
` [PATCH bpf-next v1 7/7] tools: bpftool: add error message on map pinning failure

[net-next PATCH v3 0/8] Add busy poll support for epoll
 2019-03-21  9:45 UTC  (5+ messages)
` [net-next PATCH v3 4/8] net: Change return type of sk_busy_loop from bool to void

[PATCH bpf-next 0/2] bpf: remove incorrect 'verifier bug' warning
 2019-03-21  9:33 UTC  (3+ messages)

KASAN: use-after-free Read in crypto_gcm_init_common
 2019-03-21  9:33 UTC 

[PATCH] genetlink: Fix a memory leak on error path
 2019-03-21  9:26 UTC  (2+ messages)

[PATCH net-next v2 0/7] devlink: expose PF and VF representors as ports
 2019-03-21  9:11 UTC  (3+ messages)

[PATCH net-next v2 4/7] devlink: allow subports on devlink PCI ports
 2019-03-21  9:09 UTC  (25+ messages)

[PATCH v9 perf,bpf 00/15] perf annotation of BPF programs
 2019-03-21  9:10 UTC  (2+ messages)

[PATCH net-next] tipc: fix return value check in tipc_mcast_send_sync()
 2019-03-21  8:58 UTC  (2+ messages)

[iproute2 PATCH] ip: bridge: add mcast to unicast config flag
 2019-03-21  8:32 UTC 

[PATCH net-next] net: phy: aquantia: add downshift support
 2019-03-21  8:38 UTC  (3+ messages)

[net v2 1/1] tipc: fix cancellation of topology subscriptions
 2019-03-21  8:11 UTC 

[PATCH net-next 0/2] net: phy: Eliminate unnecessary soft
 2019-03-21  8:07 UTC  (16+ messages)
` [PATCH net-next 2/2] net: phy: marvell: Avoid unnecessary soft reset
  ` regression from: "

[RESEND PATCHv4 0/6] Add SOCFPGA System Manager
 2019-03-21  8:03 UTC  (2+ messages)

[PATCH 0/6] net: can: xilinx_can: Bug fixes and Enhancements
 2019-03-21  6:36 UTC  (3+ messages)

[Patch net v2 0/3] bluetooth: validate packet boundary carefully
 2019-03-21  6:12 UTC  (4+ messages)
` [Patch net v2 1/3] bluetooth: validate HCI_EVENT_PKT packet carefully
` [Patch net v2 2/3] bluetooth: validate HCI_EV_LE_META "
` [Patch net v2 3/3] bluetooth: validate HCI_EV_CMD_COMPLETE "

KASAN: use-after-free Read in update_blocked_averages
 2019-03-21  6:01 UTC  (2+ messages)

kernel BUG at mm/slab.c:LINE! (3)
 2019-03-21  6:00 UTC  (2+ messages)

[PATCH 0/3] Allow checking SYN cookies from XDP and tc cls act
 2019-03-21  5:50 UTC  (8+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 4/8] bpf: add helper to check for a valid SYN cookie

[PATCHv2 bpf-next 1/3] bpf, tests: tweak endianness selection
 2019-03-21  5:08 UTC  (12+ messages)

[PATCH net-next 0/2] qed* enhancements
 2019-03-21  4:53 UTC  (3+ messages)

[BUG] BPF splat on latest kernels
 2019-03-21  4:49 UTC  (3+ messages)

[RFC bpf-next v2 0/9] net: flow_dissector: trigger BPF hook when called from eth_get_headlen
 2019-03-21  4:44 UTC  (14+ messages)
` [RFC bpf-next v2 1/9] net: introduce __init_skb{,_data,_shinfo} helpers
` [RFC bpf-next v2 7/9] bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb mode

[PATCH net-next] net/tls: Replace kfree_skb() with consume_skb()
 2019-03-21  4:42 UTC  (2+ messages)

[PATCH net-next 1/2] netfilter: Export nf_ct_destroy_timeout()
 2019-03-21  4:39 UTC  (3+ messages)
` [PATCH net-next 2/2] openvswitch: Add timeout support to ct action

[PATCH net-next] nfp: remove defines for unused control bits
 2019-03-21  4:01 UTC 

[PATCH net-next v4 0/4] net/mlx5e: Make little improvement for mlx5e
 2019-03-21  3:53 UTC  (3+ messages)

[PATCH 0/2] Two clean-ups for rhashtable
 2019-03-21  3:42 UTC  (3+ messages)
` [PATCH 1/2] rhashtable: don't hold lock on first table throughout insertion
` [PATCH 2/2] rhashtable: rename rht_for_each*continue as *from

[PATCH bpf-next] selftests/bpf: Add arm target register definitions
 2019-03-21  3:32 UTC  (2+ messages)

[PATCH net] net: hns3: fix for not calculating tx bd num correctly
 2019-03-21  3:28 UTC 

[PATCH bpf-next] bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACT
 2019-03-21  3:27 UTC  (2+ messages)

[PATCH bpf-next 00/13] bpf tc tunneling
 2019-03-21  3:13 UTC  (3+ messages)
` [PATCH bpf-next 09/13] bpf: add bpf_skb_adjust_room encap flags

general protection fault in rds_recv_rcvbuf_delta
 2019-03-21  2:03 UTC  (2+ messages)

[PATCH net] rhashtable: avoid reschedule loop after rapid growth and shrink
 2019-03-21  1:46 UTC  (7+ messages)
` [v2 PATCH] rhashtable: Still do rehash when we get EEXIST
        ` [v3 "

[PATCH bpf] libbpf: Check if map names are not NULL
 2019-03-21  1:33 UTC  (2+ messages)

[PATCH bpf] bpf: Only print ref_obj_id for refcounted reg
 2019-03-21  1:28 UTC  (2+ messages)

[PATCH v3 bpf-next 1/3] BPF: helpers: New helper to obtain namespace data from current task
 2019-03-21  1:23 UTC  (2+ messages)

WARNING in dma_buf_vunmap
 2019-03-21  1:21 UTC 

[PATCH net-next] ipv6: Add icmp_echo_ignore_anycast for ICMPv6
 2019-03-20 23:29 UTC  (2+ messages)

[PATCH net] dpaa2-eth: Fix possible access beyond end of array
 2019-03-20 23:29 UTC  (2+ messages)

[PATCH net-next] net: dst: remove gc leftovers
 2019-03-20 23:03 UTC  (2+ messages)

[PATCH net-next 0/2] net: phy: Move Omega PHY entry to Cygnus PHY driver
 2019-03-20 22:35 UTC  (6+ messages)
` [PATCH net-next 1/2] net: phy: Prepare for moving Omega out of bcm7xxx
` [PATCH net-next 2/2] net: phy: Move Omega PHY entry to Cygnus PHY driver

[PATCH] checkpatch: fix camel case seeding when run with --root
 2019-03-20 22:24 UTC  (4+ messages)

[PATCH v3 1/3] dt-bindings: net: dsa: qca8k: fix example
 2019-03-20 22:17 UTC  (6+ messages)
` [PATCH v3 3/3] net: dsa: qca8k: extend slave-bus implementations

general protection fault in tipc_mcast_filter_msg
 2019-03-20 21:22 UTC 

KASAN: use-after-free Read in tipc_sk_filter_rcv
 2019-03-20 21:22 UTC 

[ipsec/xfrm] IPv6 fragmentation/path-mtu
 2019-03-20 21:06 UTC  (3+ messages)

-Wsometimes-uninitialized Clang warning in drivers/net/ethernet/broadcom/bnxt/bnxt.c
 2019-03-20 20:41 UTC  (3+ messages)

kernel BUG at arch/x86/mm/physaddr.c:LINE! (2)
 2019-03-20 20:35 UTC 

[PATCH 0/6] ks8851 fixes & cleanups
 2019-03-20 19:44 UTC  (2+ messages)

[RFC PATCH net-next] selftests: tc-testing: Add pedit tests
 2019-03-20 19:41 UTC  (2+ messages)

[PATCH v2 1/3] MIPS: uasm: Add div, mul and sel instructions for mipsr6
 2019-03-20 19:37 UTC  (4+ messages)
` [PATCH v2 3/3] MIPS: eBPF: Initial eBPF support for MIPS32 architecture

[PATCH net v2 00/18] net/sched: validate the control action with all the other parameters
 2019-03-20 19:36 UTC  (2+ messages)

[PATCH net-next] net: isdn: Make isdn_ppp_mp_discard and isdn_ppp_mp_reassembly static
 2019-03-20 19:26 UTC  (2+ messages)

[PATCH] cfg80211: Change an 'else if' into an 'else' in cfg80211_calculate_bitrate_he
 2019-03-20 19:10 UTC  (2+ messages)

[PATCH v4 bpf-next 2/3] BPF: helpers: New helper to obtain namespace data from current task
 2019-03-20 18:48 UTC 

[PATCH net-next] net: hns3: Make hclge_destroy_cmd_queue static
 2019-03-20 18:20 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: refactor ndo_select_queue()
 2019-03-20 18:19 UTC  (2+ messages)

[net 1/1] tipc: fix cancellation of topology subscriptions
 2019-03-20 18:17 UTC  (2+ messages)

[PATCH net-next v2 4/7] devlink: allow subports on devlink PCI ports
 2019-03-15  1:28 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).