netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-31 13:55:13 to 2018-02-01 19:41:20 UTC [more...]

[RFC][PATCH iproute2-next 0/6] ip: Use netlink to walk through network device list
 2018-02-01 19:40 UTC 

[PATCH] vmxnet3: remove redundant initialization of pointer 'rq'
 2018-02-01 19:28 UTC  (2+ messages)

sctp netns "unregister_netdevice: waiting for lo to become free. Usage count = 1"
 2018-02-01 19:23 UTC  (9+ messages)

kernel BUG at net/core/skbuff.c:LINE! (3)
 2018-02-01 19:21 UTC 

ethtool 4.15 released
 2018-02-01 19:14 UTC 

possible deadlock in rtnl_lock (2)
 2018-02-01 18:58 UTC 

[PATCH] ixgbevf: remove redundant initialization of variable 'dma'
 2018-02-01 18:35 UTC 

[PATCH net] net: igmp: add a missing rcu locking section
 2018-02-01 18:26 UTC 

[PATCH, net] ibmvnic: fix firmware version when no firmware level has been provided by the VIOS server
 2018-02-01 18:04 UTC 

possible deadlock in do_ip_getsockopt
 2018-02-01 18:04 UTC  (2+ messages)

[PATCH] vsock.7: document VSOCK socket address family
 2018-02-01 18:03 UTC  (4+ messages)

[PATCH] ath5k: remove duplicated re-assignment to pointer 'tq'
 2018-02-01 18:03 UTC 

[PATCH 0/6] Netfilter fixes for net
 2018-02-01 18:02 UTC  (7+ messages)
` [PATCH 1/6] netfilter: x_tables: fix int overflow in xt_alloc_table_info()
` [PATCH 2/6] netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}
` [PATCH 3/6] netfilter: ipset: Fix wraparound in hash:*net* types
` [PATCH 4/6] netfilter: x_tables: fix pointer leaks to userspace
` [PATCH 5/6] netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()
` [PATCH 6/6] netfilter: on sockopt() acquire sock lock only in the required scope

[bpf-next PATCH 0/5] tools/libbpf improvements and selftests
 2018-02-01 17:56 UTC  (4+ messages)

[PATCH] lan78xx: remove redundant initialization of pointer 'phydev'
 2018-02-01 17:10 UTC 

[PATCH] net: jme: remove unused initialization of 'rxdesc'
 2018-02-01 16:58 UTC 

Respond for details
 2018-02-01 16:41 UTC 

[RFC PATCH 00/24] Introducing AF_XDP support
 2018-02-01 16:42 UTC  (13+ messages)
` [RFC PATCH 14/24] i40e: implemented page recycling buff_pool
` [RFC PATCH 15/24] i40e: start using "
` [RFC PATCH 16/24] i40e: separated buff_pool interface from i40e implementaion
` [RFC PATCH 17/24] xsk: introduce xsk_buff_pool
` [RFC PATCH 18/24] xdp: added buff_pool support to struct xdp_buff
` [RFC PATCH 19/24] xsk: add support for zero copy Rx
` [RFC PATCH 20/24] xsk: add support for zero copy Tx
` [RFC PATCH 21/24] i40e: implement xsk sub-commands in ndo_bpf for zero copy Rx
` [RFC PATCH 22/24] i40e: introduced a clean_tx callback function
` [RFC PATCH 23/24] i40e: introduced Tx completion callbacks
` [RFC PATCH 24/24] i40e: Tx support for zero copy allocator

[PATCH iproute2-next] Revert "ip address: Change print_linkinfo_brief to take filter as an input"
 2018-02-01 16:29 UTC  (2+ messages)

WARNING in refcount_inc (2)
 2018-02-01 16:24 UTC  (5+ messages)

[PATCH net-next] r8169: add module param for control of ASPM disable
 2018-02-01 15:57 UTC 

[PATCH bpf v2] bpf: fix null pointer deref in bpf_prog_test_run_xdp
 2018-02-01 15:49 UTC  (3+ messages)

[PATCH iproute2-next v2 0/6] ipaddress: Get rid of print_linkinfo_brief()
 2018-02-01 15:40 UTC  (15+ messages)
` [PATCH iproute2-next v2 1/6] ipaddress: Improve print_linkinfo()
` [PATCH iproute2-next v2 2/6] ipaddress: Simplify print_linkinfo_brief() and it's usage
` [PATCH iproute2-next v2 4/6] utils: Introduce and use get_ifname_rta()
` [PATCH iproute2-next v2 5/6] utils: Introduce and use print_name_and_link() to print name@link

[PATCH net-next 0/2] Fix TX Timeout and implement Safety Features
 2018-02-01 15:33 UTC  (9+ messages)
` [PATCH net-next 1/2] net: stmmac: Rework and fix TX Timeout code
` [PATCH net-next 2/2] net: stmmac: Add support for DWMAC5 and implement Safety Features

Kredit? so schnell wie möglich?
 2018-02-01 10:20 UTC 

[PATCH net] net: memcontrol: charge allocated memory after mem_cgroup_sk_alloc()
 2018-02-01 15:16 UTC  (4+ messages)

[RFC v2 00/14] Generic TCP-option framework and adoption for TCP-SMC and TCP-MD5
 2018-02-01 15:15 UTC  (17+ messages)
` [RFC v2 01/14] tcp: Write options after the header has been fully done
` [RFC v2 02/14] tcp: Pass sock and skb to tcp_options_write
` [RFC v2 03/14] tcp: Allow tcp_fast_parse_options to drop segments
` [RFC v2 04/14] tcp_smc: Make smc_parse_options return 1 on success
` [RFC v2 05/14] tcp: Register handlers for extra TCP options
` [RFC v2 06/14] tcp_smc: Make SMC use TCP extra-option framework
` [RFC v2 07/14] tcp_md5: Don't pass along md5-key
` [RFC v2 08/14] tcp_md5: Detect key inside tcp_v4_send_ack instead of passing it as an argument
` [RFC v2 09/14] tcp_md5: Detect key inside tcp_v6_send_response "
` [RFC v2 10/14] tcp_md5: Check for TCP_MD5 after TCP Timestamps in tcp_established_options
` [RFC v2 11/14] tcp_md5: Move TCP-MD5 code out of TCP itself
` [RFC v2 12/14] tcp_md5: Use tcp_extra_options in output path
` [RFC v2 13/14] tcp_md5: Cleanup TCP-code
` [RFC v2 14/14] tcp_md5: Use TCP extra-options on the input path

[PATCH net] rtnetlink: remove check for IFLA_IF_NETNSID
 2018-02-01 15:10 UTC  (2+ messages)

WARNING in debug_print_object
 2018-02-01 15:10 UTC 

[patch net] rocker: fix possible null pointer dereference in rocker_router_fib_event_work
 2018-02-01 14:52 UTC  (2+ messages)

[PATCH] inet: Avoid unitialized variable warning in inet_unhash()
 2018-02-01 14:49 UTC  (3+ messages)

[PATCH] net: bridge: Fix uninitialized error in br_fdb_sync_static()
 2018-02-01 14:48 UTC  (3+ messages)

[PATCH v4] openvswitch: Remove padding from packet before L3+ conntrack processing
 2018-02-01 14:46 UTC  (3+ messages)

[PATCH] tcp_lp: use 64-bit arithmetic instead of 32-bit
 2018-02-01 14:45 UTC  (6+ messages)

[PATCH net] tcp_bbr: fix pacing_gain to always be unity when using lt_bw
 2018-02-01 14:44 UTC  (2+ messages)

[PATCH] be2net: remove redundant initialization of 'head' and pointer txq
 2018-02-01 14:43 UTC  (2+ messages)

[PATCH v4 0/2] bnx2x: disable GSO on too-large packets
 2018-02-01 14:36 UTC  (6+ messages)
` [PATCH v4 2/2] bnx2x: disable GSO where gso_size is too big for hardware

Compare length of req sock queue with sk_max_ack_backlog
 2018-02-01 14:00 UTC  (2+ messages)

Backport Mellanox mlx5 patches to stable 4.9.y
 2018-02-01 13:04 UTC  (4+ messages)

regression in igb driver from commit 182785335447
 2018-02-01 12:47 UTC 

[bpf-next PATCH v3 0/3] bpf: sockmap fixes
 2018-02-01 11:55 UTC  (5+ messages)
` [bpf-next PATCH v3 1/3] net: add a UID to use for ULP socket assignment
` [bpf-next PATCH v3 2/3] bpf: sockmap, add sock close() hook to remove socks

[4.15-rc9] fs_reclaim lockdep trace
 2018-02-01 11:36 UTC  (6+ messages)

[PATCH] socket: Provide bounce buffer for constant sized put_cmsg()
 2018-02-01 10:41 UTC 

KASAN: stack-out-of-bounds Read in xfrm_state_find (4)
 2018-02-01 10:39 UTC  (4+ messages)

[PATCH bpf] tools/bpf: permit selftests/bpf to be built in a different directory
 2018-02-01 10:35 UTC  (2+ messages)

[PATCH bpf-next] netdevsim: fix overflow on the error path
 2018-02-01 10:24 UTC  (3+ messages)

[vhost:vhost 11/22] drivers//firmware/qemu_fw_cfg.c:380:3: error: implicit declaration of function 'paddr_vmcoreinfo_note'
 2018-02-01  9:47 UTC 

[RFC v2 net-next 00/10] Time based packet transmission
 2018-02-01  9:27 UTC  (7+ messages)
` [RFC v2 net-next 01/10] net: Add a new socket option for a future transmit time
  ` [Intel-wired-lan] "

[RFC PATCH 0/2] hv_netvsc: Fix shutdown regression on Win2012 hosts
 2018-02-01  8:37 UTC  (6+ messages)
` [RFC PATCH 1/2] hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()

after adding > 200vlans to mlx nic no traffic
 2018-02-01  8:25 UTC  (5+ messages)

[vhost:vhost 11/22] drivers//firmware/qemu_fw_cfg.c:379:23: error: 'VMCOREINFO_NOTE_SIZE' undeclared; did you mean 'MEI_CL_NAME_SIZE'?
 2018-02-01  7:55 UTC 

general protection fault in __netlink_ns_capable
 2018-02-01  7:39 UTC  (6+ messages)

KASAN: double-free or invalid-free in skb_free_head
 2018-02-01  7:13 UTC  (2+ messages)

[PATCH] iommu/vt-d: add NUMA awareness to intel_alloc_coherent()
 2018-02-01  6:33 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCHv2] tls: Add support for encryption using async offload accelerator
 2018-02-01  6:17 UTC  (7+ messages)

[PATCH iproute2-next 0/4] ip: Introduce and use helper to read /proc/net/dev
 2018-02-01  3:17 UTC  (7+ messages)
` [PATCH iproute2-next 1/4] utils: Introduce do_each_proc_net_dev() helper
` [PATCH iproute2-next 2/4] iptunnel: Use do_each_proc_net_dev()
` [PATCH iproute2-next 3/4] ip6tunnel: "
` [PATCH iproute2-next 4/4] tuntap: "

[PATCH v4] openvswitch: Remove padding from packet before L3+ conntrack processing
 2018-02-01  2:48 UTC 

BUG: unable to handle kernel paging request in cgroup_mt_destroy_v1
 2018-02-01  1:58 UTC 

[Patch net] xt_RATEEST: acquire xt_rateest_mutex for hash insert
 2018-02-01  1:44 UTC  (2+ messages)

net: hang in unregister_netdevice: waiting for lo to become free
 2018-02-01  0:49 UTC  (6+ messages)

[Patch net] xt_cgroup: initialize info->priv in cgroup_mt_check_v1()
 2018-01-31 23:02 UTC 

[net-next 0/7][pull request] 100GbE Intel Wired LAN Driver Updates 2018-01-24
 2018-01-31 22:40 UTC  (4+ messages)
` [net-next 2/7] fm10k: cleanup unnecessary parenthesis in fm10k_iov.c

KASAN: slab-out-of-bounds Read in sctp_send_reset_streams
 2018-01-31 21:06 UTC  (2+ messages)

[GIT] Networking
 2018-01-31 20:53 UTC 

BUG: 4.14.11 unable to handle kernel NULL pointer dereference in xfrm_lookup
 2018-01-31 20:26 UTC  (2+ messages)

[BUG iproute2] ip tuntap show
 2018-01-31 19:51 UTC  (5+ messages)

AF_PACKET V4/AF_XDP userspace API questions
 2018-01-31 18:53 UTC 

[RFC crypto v3 8/9] chtls: Register the ULP
 2018-01-31 18:28 UTC  (7+ messages)

[PATCH 01/10] net/sched: kconfig: Remove empty help texts
 2018-01-31 17:28 UTC  (5+ messages)

[PATCH bpf-next v7 3/5] libbpf: add error reporting in XDP
 2018-01-31 16:53 UTC  (3+ messages)
` [PATCH bpf-next v8 0/5] libbpf: add XDP binding support

[PATCH net-next 0/1] rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK
 2018-01-31 16:20 UTC  (4+ messages)
` [PATCH net-next 1/1] "

dccp: CVE-2017-8824: use-after-free in DCCP code
 2018-01-31 16:10 UTC 

[PATCH] tls: Add support for encryption using async offload accelerator
 2018-01-31 15:59 UTC 

[PATCH net] netfilter: on sockopt() acquire sock lock only in the required scope
 2018-01-31 15:39 UTC  (2+ messages)

[PATCH net] ip6mr: fix stale iterator cache pointer
 2018-01-31 15:34 UTC  (7+ messages)
` [PATCH net v2] ip6mr: fix stale iterator

[PATCH] openvswitch: meter: Use 64-bit arithmetic instead of 32-bit
 2018-01-31 15:33 UTC  (2+ messages)

[PATCH] tcp_nv: fix potential integer overflow in tcpnv_acked
 2018-01-31 15:33 UTC  (2+ messages)

[PATCH net] r8169: fix RTL8168EP take too long to complete driver initialization
 2018-01-31 15:32 UTC  (2+ messages)

[PATCH net,stable] qmi_wwan: Add support for Quectel EP06
 2018-01-31 15:31 UTC  (2+ messages)

[PATCH] net: pxa168_eth: add netconsole support
 2018-01-31 15:20 UTC  (4+ messages)

[PATCHv2] xen-netfront: remove warning when unloading module
 2018-01-31 15:00 UTC  (2+ messages)
` [Xen-devel] "

[PATCH] wireless: zd1211rw: remove redundant assignment of pointer 'q'
 2018-01-31 14:57 UTC  (3+ messages)

[PATCH] netfilter: fix out-of-bounds accesses in clusterip_tg_check()
 2018-01-31 14:00 UTC  (2+ messages)

[PATCH] netfilter: fix pointer leaks to userspace
 2018-01-31 13:58 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).