netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-22 04:21:55 to 2017-12-23 05:44:36 UTC [more...]

[PATCHv4 0/3] Socionext Synquacer NETSEC driver
 2017-12-23  5:44 UTC 

[bpf-next V2 PATCH 00/14] xdp: new XDP rx-queue info concept
 2017-12-23  4:50 UTC  (17+ messages)
` [bpf-next V2 PATCH 01/14] xdp: base API for "
` [bpf-next V2 PATCH 02/14] xdp/mlx5: setup xdp_rxq_info
` [bpf-next V2 PATCH 03/14] i40e: "
` [bpf-next V2 PATCH 04/14] ixgbe: "
` [bpf-next V2 PATCH 05/14] xdp/qede: setup xdp_rxq_info and intro xdp_rxq_info_is_reg
` [bpf-next V2 PATCH 06/14] mlx4: setup xdp_rxq_info
` [bpf-next V2 PATCH 07/14] bnxt_en: "
` [bpf-next V2 PATCH 08/14] nfp: "
` [bpf-next V2 PATCH 09/14] thunderx: "
` [bpf-next V2 PATCH 10/14] tun: "
` [bpf-next V2 PATCH 11/14] virtio_net: "
` [bpf-next V2 PATCH 12/14] xdp: generic XDP handling of xdp_rxq_info
` [bpf-next V2 PATCH 13/14] bpf: finally expose xdp_rxq_info to XDP bpf-programs
` [bpf-next V2 PATCH 14/14] samples/bpf: program demonstrating access to xdp_rxq_info

[PATCH 4.9] bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWN
 2017-12-23  4:31 UTC  (3+ messages)
` kasan for bpf

[PATCH bpf-next 0/2] bpf: stack depth tracking fix
 2017-12-23  3:03 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpf: fix maximum stack depth tracking logic
` [PATCH bpf-next 2/2] selftests/bpf: additional stack depth tests

[PATCH net-next] net/trace: fix printk format in inet_sock_set_state
 2017-12-23  1:19 UTC  (4+ messages)

[PATCH net-next] net/trace: fix printk format in inet_sock_set_state
 2017-12-23  1:14 UTC 

[PATCH] openvswitch: Trim off padding before L3 conntrack processing
 2017-12-23  0:39 UTC  (6+ messages)
` [PATCH v2] openvswitch: Trim off padding before L3+ netfilter processing

thunderx sgmii interface hang
 2017-12-23  0:30 UTC  (10+ messages)

[PATCH bpf 0/2] tools: bpftool: fix unlikely race and JSON output on error path
 2017-12-23  0:12 UTC  (4+ messages)
` [PATCH bpf 1/2] tools: bpftool: maps: close json array on error paths of show
` [PATCH bpf 2/2] tools: bpftool: protect against races with disappearing objects

pull-request: bpf-next 2017-12-18
 2017-12-23  0:12 UTC  (5+ messages)

[PATCH net-next 0/4] zerocopy refinements
 2017-12-23  0:00 UTC  (5+ messages)
` [PATCH net-next 1/4] skbuff: in skb_segment, call zerocopy functions once per nskb
` [PATCH net-next 2/4] tcp: push full zerocopy packets
` [PATCH net-next 3/4] tcp: place all zerocopy payload in frags
` [PATCH net-next 4/4] tcp: do not allocate linear memory for zerocopy skbs

[PATCH RFC 00/18] r8169: separate r8168 driver and add experimental phylib support
 2017-12-22 23:36 UTC  (20+ messages)
` [PATCH RFC 08/18] r8168: add basic "
` [PATCH RFC 09/18] r8168: use genphy_soft_reset instead of open coding the soft reset
` [PATCH RFC 10/18] r8168: switch to phy_ethtool_get/set_link_ksettings
` [PATCH RFC 11/18] r8168: switch to phy_ethtool_nway_reset
` [PATCH RFC 12/18] r8168: switch to phy_mii_ioctl
` [PATCH RFC 13/18] r8168: replace speed_down with genphy_restart_aneg
` [PATCH RFC 17/18] r8168: remove use of struct mii_if_info
` [PATCH RFC 18/18] r8168: use link speed information as maintained by phylib

[PATCH v3 next-queue 00/10] ixgbe: Add ipsec offload
 2017-12-22 22:33 UTC  (4+ messages)
` [PATCH v3 next-queue 08/10] ixgbe: process the Tx "

[PATCH] e1000e: Fix e1000_check_for_copper_link_ich8lan return value
 2017-12-22 22:00 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH v2 0/3] virtio_net: allow hypervisor to indicate linkspeed and duplex setting
 2017-12-22 21:54 UTC  (4+ messages)
` [PATCH 2/3] qemu: use 64-bit values for feature flags in virtio-net
` [PATCH 3/3] qemu: add linkspeed and duplex settings to virtio-net
` [PATCH net-next v2 1/3] virtio_net: propagate linkspeed/duplex settings from the hypervisor

[Patch net-next] net_sched: call qdisc_reset() with qdisc lock
 2017-12-22 21:41 UTC  (6+ messages)
` [Patch net-next] net_sched: remove the unsafe __skb_array_empty()

[PATCH v2 bpf-next 1/2] tools/bpftool: use version from the kernel source tree
 2017-12-22 21:03 UTC  (4+ messages)
` [PATCH v2 bpf-next 2/2] tools/bpftool: fix bpftool build with bintutils >= 2.8

[PATCH net v2] netns, rtnetlink: fix struct net reference leak
 2017-12-22 20:36 UTC 

[PATCH net-next 0/4] kcm: Fix two locking issues
 2017-12-22 19:47 UTC  (5+ messages)
` [PATCH net-next 1/4] sock: Add sock_owned_by_user_nocheck
` [PATCH net-next 2/4] strparser: Call sock_owned_by_user_nocheck
` [PATCH net-next 3/4] sock_lock: Add try_sock_lock
` [PATCH net-next 4/4] kcm: Address deadlock between TX and RX paths

[PATCH nf-next,v3 0/7] Flow offload infrastructure
 2017-12-22 19:27 UTC  (8+ messages)
` [PATCH nf-next,v3 1/7] netfilter: nf_tables: add flow table netlink frontend
` [PATCH nf-next,v3 2/7] netfilter: add generic flow table infrastructure
` [PATCH nf-next,v3 3/7] netfilter: flow table support for IPv4
` [PATCH nf-next,v3 4/7] netfilter: flow table support for IPv6
` [PATCH nf-next,v3 5/7] netfilter: flow table support for the mixed IPv4/IPv6 family
` [PATCH nf-next,v3 6/7] netfilter: nf_tables: flow offload expression
` [PATCH RFC nf-next,v3 7/7] netfilter: nf_flow_table: add hardware offload support

[PATCH net] rtnetlink: fix struct net reference leak
 2017-12-22 19:14 UTC  (4+ messages)

[PATCH] bpf: selftest for late caller stack size increase
 2017-12-22 19:11 UTC  (2+ messages)

INFO: task hung in bpf_exit_net
 2017-12-22 19:04 UTC  (7+ messages)

[PATCH V2 net-next 0/3] rds bug fixes
 2017-12-22 18:17 UTC  (7+ messages)
` [PATCH V2 net-next 1/3] rds; Reset rs->rs_bound_addr in rds_add_bound() failure path
` [PATCH V2 net-next 2/3] rds: tcp: initialize t_tcp_detached to false
` [PATCH V2 net-next 3/3] rds: tcp: cleanup if kmem_cache_alloc fails in rds_tcp_conn_alloc()

[PATCH v2] sctp: Replace use of sockets_allocated with specified macro
 2017-12-22 18:15 UTC 

correctness of BPF stack size checking logic for multi-function programs?
 2017-12-22 18:15 UTC  (3+ messages)

[PATCH net-next v5 0/5] Introduce NETIF_F_GRO_HW
 2017-12-22 18:14 UTC  (3+ messages)

[PATCH v3 0/4] Add SELinux SCTP protocol support
 2017-12-22 17:45 UTC  (7+ messages)
` [PATCH v3 1/4] security: Add support for SCTP security hooks
` [PATCH v3 2/4] sctp: Add ip option support
` [PATCH v3 3/4] sctp: Add LSM hooks
` [PATCH v3 4/4] selinux: Add SCTP support

[PATCH net 0/3] rds bug fixes
 2017-12-22 17:26 UTC  (5+ messages)
` [PATCH net 1/3] rds; Reset rs->rs_bound_addr in rds_add_bound() failure path
` [PATCH net 2/3] rds: tcp: initialize t_tcp_detached to false
` [PATCH net 3/3] rds: tcp: cleanup if kmem_cache_alloc fails in rds_tcp_conn_alloc()

[QUESTION] Doubt about NAPI_GRO_CB(skb)->is_atomic in tcpv4 gro process
 2017-12-22 16:32 UTC  (6+ messages)

[PATCH] stcp: Replace use of sockets_allocated with specified macro
 2017-12-22 16:27 UTC 

[PATCH] net: sch: api: fix tcf_block_get
 2017-12-22 15:52 UTC 

[PATCH] stcp: Replace use of sockets_allocated with specified macro
 2017-12-22 15:40 UTC 

[PATCH net] bnx2x: Improve reliability in case of nested PCI errors
 2017-12-22 15:01 UTC 

[PATCH v4 01/36] asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU
 2017-12-22 14:40 UTC  (5+ messages)

[PATCH net-next 0/2] l2tp: fix offset/peer_offset conf parameters
 2017-12-22 14:10 UTC  (3+ messages)
` [PATCH net-next 1/2] l2tp: fix missing print session offset info
` [PATCH net-next 2/2] l2tp: add peer_offset parameter

[PATCH v6 0/6] Add M_CAN Support for Dra76 platform
 2017-12-22 13:31 UTC  (7+ messages)
  ` [PATCH v6 1/6] can: dev: Add support for limiting configured bitrate
  ` [PATCH v6 5/6] dt-bindings: can: m_can: Document new can transceiver binding
` [PATCH v6 2/6] can: m_can: Add call to of_can_transceiver
` [PATCH v6 3/6] can: m_can: Add PM Runtime
` [PATCH v6 4/6] can: m_can: Support higher speed CAN-FD bitrates
` [PATCH v6 6/6] dt-bindings: can: can-transceiver: Document new binding

[PATCH net] RDS: Check cmsg_len before dereferencing CMSG_DATA
 2017-12-22 12:55 UTC  (3+ messages)

[patch net] i40e: flower: Fix return value for unsupported offload
 2017-12-22 11:45 UTC 

[RFC PATCH bpf-next 0/3] Separate error injection framework from kprobes
 2017-12-22 11:39 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/3] tracing/kprobe: bpf: Check error injectable event is on function entry
` [RFC PATCH bpf-next 2/3] tracing/kprobe: bpf: Compare instruction pointer with original one
` [RFC PATCH bpf-next 3/3] error-injection: Separate error-injection from kprobe

pull request (net-next): ipsec-next 2017-12-22
 2017-12-22 11:24 UTC  (10+ messages)
` [PATCH 1/9] xfrm: Separate ESP handling from segmentation for GRO packets
` [PATCH 2/9] net: Add asynchronous callbacks for xfrm on layer 2
` [PATCH 3/9] xfrm: Allow to use the layer2 IPsec GSO codepath for software crypto
` [PATCH 4/9] xfrm: Allow IPsec GSO with software crypto for local sockets
` [PATCH 5/9] esp: Don't require synchronous crypto fallback on offloading anymore
` [PATCH 6/9] xfrm: check for xdo_dev_state_free
` [PATCH 7/9] xfrm: check for xdo_dev_ops add and delete
` [PATCH 8/9] xfrm: wrap xfrmdev_ops with offload config
` [PATCH 9/9] xfrm: update the stats documentation

[PATCH net] l2tp: fix missing print session offset info
 2017-12-22 11:24 UTC  (3+ messages)
` [PATCHv2 "

Kopie van: "Fw :pingyanwu
 2017-12-22 10:56 UTC 

Driver i40e issues changing NIC queue runtime under high-load
 2017-12-22 11:04 UTC 

[PATCH net 0/3] update on copyright and couple of fixes
 2017-12-22 10:35 UTC  (4+ messages)
` [PATCH 1/3] tg3: Update copyright
` [PATCH 2/3] tg3: Add workaround to restrict 5762 MRRS to 2048
` [PATCH 3/3] tg3: Enable PHY reset in MTU change path for 5720

[PATCH net-next] ipv6: Reinject IPv6 packets if IPsec policy matches after SNAT
 2017-12-22 10:35 UTC  (2+ messages)

[PATCH 1/3] net: Fix possible race in peernet2id_alloc()
 2017-12-22 10:30 UTC  (3+ messages)

[Patch net] net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()
 2017-12-22 10:24 UTC  (7+ messages)

[PATCH net-next] phylib: rename reset-(post-)delay-us to reset-(de)assert-us
 2017-12-22 10:08 UTC 

[PATCH net-next] qed*: Utilize FW 8.33.1.0
 2017-12-22  9:57 UTC  (2+ messages)

[PATCH ipsec-next] xfrm: update the stats documentation
 2017-12-22  9:48 UTC  (2+ messages)

pull request (net): ipsec 2017-12-22
 2017-12-22  9:45 UTC  (9+ messages)
` [PATCH 1/8] xfrm: check id proto in validate_tmpl()
` [PATCH 2/8] xfrm: fix XFRMA_OUTPUT_MARK policy entry
` [PATCH 3/8] xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)
` [PATCH 4/8] xfrm: Fix stack-out-of-bounds read on socket policy lookup
` [PATCH 5/8] xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)
` [PATCH 6/8] xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies
` [PATCH 7/8] xfrm: put policies when reusing pcpu xdst entry
` [PATCH 8/8] xfrm: Reinject transport-mode packets through tasklet

[PATCH] net: Revert "net_sched: no need to free qdisc in RCU callback"
 2017-12-22  9:35 UTC  (8+ messages)

[PATCH net-next 0/2] net/sched: remove spinlock from 'csum' action
 2017-12-22  9:28 UTC  (4+ messages)
` [PATCH net-next 2/2] net/sched: act_csum: don't use spinlock in the fast path

[patch iproute2 v2] tc: add -bs option for batch mode
 2017-12-22  9:27 UTC  (3+ messages)

[PATCH net,stable 1/1] net: fec: unmap the xmit buffer that are not transferred by DMA
 2017-12-22  9:12 UTC 

[PATCH 4.9 058/104] net: ipconfig: fix ic_close_devs() use-after-free
 2017-12-22  8:46 UTC 

[RFC PATCH] virtio_net: Extend virtio to use VF datapath when available
 2017-12-22  8:42 UTC  (8+ messages)

[PATCH net] phylink: ensure AN is enabled
 2017-12-22  8:32 UTC  (2+ messages)

[PATCH net] phylink: ensure the PHY interface mode is appropriately set
 2017-12-22  8:31 UTC  (2+ messages)

linux-next: build failure after merge of the net-next tree
 2017-12-22  7:51 UTC  (2+ messages)

[PATCH net 1/2] tipc: error path leak fixes in tipc_enable_bearer()
 2017-12-22  7:35 UTC  (2+ messages)
` [PATCH net 2/2] tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error path

suspicious RCU usage in net/wireless/util.c:778
 2017-12-22  7:20 UTC 

BUG: unable to handle kernel NULL pointer dereference in sctp_stream_free
 2017-12-22  5:31 UTC  (3+ messages)

[PATCH net] Revert "net: core: maybe return -EEXIST in __dev_alloc_name"
 2017-12-22  4:22 UTC  (4+ messages)
` [net] "

[PATCH V5 net-next 00/17] add some features and fix some bugs for HNS3 driver
 2017-12-22  4:21 UTC  (3+ messages)
` [PATCH V5 net-next 16/17] net: hns3: Increase the default depth of bucket for TM shaper
` [PATCH V5 net-next 17/17] net: hns3: change TM sched mode to TC-based mode when SRIOV enabled


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