netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-03 16:10:08 to 2018-06-04 19:45:32 UTC [more...]

[PATCH bpf-next v3 00/11] Misc BPF improvements
 2018-06-04 19:45 UTC  (8+ messages)
` [PATCH bpf-next v3 05/11] bpf: avoid retpoline for lookup/update/delete calls on maps

[PATCH net-next 0/2] net: phy: improve PM handling of PHY/MDIO
 2018-06-04 19:41 UTC  (2+ messages)

[PATCH net-next 0/2] mlxsw: Fixes in offloading of mirror-to-gretap
 2018-06-04 19:34 UTC  (2+ messages)

[PATCH 0/3] sh_eth: fix & clean up sh_eth_soft_swap()
 2018-06-04 19:24 UTC  (10+ messages)
` [PATCH 1/3] sh_eth: make sh_eth_soft_swap() work on ARM
` [PATCH 2/3] sh_eth: uninline sh_eth_soft_swap()
` [PATCH 3/3] sh_eth: use DIV_ROUND_UP() in sh_eth_soft_swap()

[PATCH] net/dns_resolver: dns_query Modify parameter checking to avoid dead code
 2018-06-04 18:25 UTC  (2+ messages)

[bug] cxgb4: vrf stopped working with cxgb4 card
 2018-06-04 18:17 UTC  (2+ messages)

[RFC PATCH 00/18] Assorted rhashtable improvements
 2018-06-04 18:16 UTC  (15+ messages)
` [PATCH 10/18] rhashtable: remove rhashtable_walk_peek()
` [PATCH 15/18] rhashtable: use bit_spin_locks to protect hash bucket
        ` [PATCH 15a/18] rhashtables: add lockdep tracking to bucket bit-spin-locks
` [PATCH 04/18] rhashtable: detect when object movement might have invalidated a lookup

[Patch net-next] netdev-FAQ: clarify DaveM's position for stable backports
 2018-06-04 18:07 UTC 

[net-next 00/12][pull request] Intel Wired LAN Driver Updates 2018-06-04
 2018-06-04 17:56 UTC  (13+ messages)
` [net-next 01/12] e1000e: Ignore TSYNCRXCTL when getting I219 clock attributes
` [net-next 02/12] Documentation: e100: Update the Intel 10/100 driver doc
` [net-next 03/12] Documentation: e1000: Update kernel documentation
` [net-next 04/12] igb: Clear TSICR interrupts together with ICR
` [net-next 05/12] igb: Wait 10ms just once after TX queues reset
` [net-next 06/12] ixgbevf: Fix coexistence of malicious driver detection with XDP
` [net-next 07/12] ixgbevf: fix possible race in the reset subtask
` [net-next 08/12] ixgbe: introduce a helper to simplify code
` [net-next 09/12] bpf, i40e: add meta data support
` [net-next 10/12] ixgbe: fix possible race in reset subtask
` [net-next 11/12] ixgbe: check ipsec ip addr against mgmt filters
` [net-next 12/12] ixgbe: fix broken ipsec Rx with proper cast on spi

[PATCH net-next V2 1/2] cls_flower: Fix missing free of rhashtable
 2018-06-04 17:52 UTC  (4+ messages)
` [PATCH net-next V2 2/2] cls_flower: Fix comparing of old filter mask with new filter

[PATCH v5 0/3] IR decoding using BPF
 2018-06-04 17:47 UTC  (3+ messages)
` [PATCH v5 2/3] media: rc: introduce BPF_PROG_LIRC_MODE2

[PATCH] net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets
 2018-06-04 17:24 UTC  (3+ messages)

[RFC PATCH 0/6] net: ethernet: ti: cpsw: add MQPRIO and CBS Qdisc offload
 2018-06-04 17:23 UTC  (2+ messages)

[PATCH net v2] ipv6: omit traffic class when calculating flow hash
 2018-06-04 17:22 UTC  (3+ messages)
` [PATCH net v3] "

[PATCH] net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimization
 2018-06-04 17:18 UTC  (2+ messages)

[PATCH net] l2tp: fix refcount leakage on PPPoL2TP sockets
 2018-06-04 16:52 UTC 

[PATCH V2 net] net: hns: Fix the process of adding broadcast addresses to tcam
 2018-06-04 16:50 UTC 

[PATCH bpf-next 00/11] AF_XDP: introducing zero-copy support
 2018-06-04 16:38 UTC  (13+ messages)
` [PATCH bpf-next 01/11] xsk: moved struct xdp_umem definition
` [PATCH bpf-next 02/11] xsk: introduce xdp_umem_page
` [PATCH bpf-next 03/11] net: xdp: added bpf_netdev_command XDP_{QUERY,SETUP}_XSK_UMEM
` [PATCH bpf-next 04/11] xdp: add MEM_TYPE_ZERO_COPY
` [PATCH bpf-next 05/11] xsk: add zero-copy support for Rx
` [PATCH bpf-next 06/11] net: added netdevice operation for Tx
` [PATCH bpf-next 07/11] xsk: wire upp Tx zero-copy functions
` [PATCH bpf-next 08/11] i40e: added queue pair disable/enable functions
` [PATCH bpf-next 09/11] i40e: implement AF_XDP zero-copy support for Rx
` [PATCH bpf-next 10/11] i40e: implement AF_XDP zero-copy support for Tx
` [PATCH bpf-next 11/11] samples/bpf: xdpsock: use skb Tx path for XDP_SKB

[PATCH net-next 0/2] cls_flower: Various fixes
 2018-06-04 16:45 UTC  (5+ messages)

[PATCH bpf-next v2 1/2] trace_helpers.c: Add helpers to poll multiple perf FDs for events
 2018-06-04 16:33 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] samples/bpf: Add xdp_sample_pkts example

[PATCH bpf-next 0/5] AF_XDP: bug fixes and descriptor changes
 2018-06-04 16:24 UTC  (7+ messages)
` [PATCH bpf-next 1/5] xsk: proper fill queue descriptor validation
` [PATCH bpf-next 2/5] xsk: proper Rx drop statistics update
` [PATCH bpf-next 3/5] xsk: new descriptor addressing scheme
` [PATCH bpf-next 4/5] samples/bpf: adapted to new uapi
` [PATCH bpf-next 5/5] samples/bpf: minor *_nb_free performance fix

[PATCH net] VSOCK: check sk state before receive
 2018-06-04 16:02 UTC  (4+ messages)

[PATCH bpf-next] bpf: guard bpf_get_current_cgroup_id() with CONFIG_CGROUPS
 2018-06-04 15:53 UTC 

[RFC feedback] AF_XDP and non-Intel hardware
 2018-06-04 15:43 UTC  (6+ messages)

[PATCH net] net: hns: Fix the process of adding broadcast addresses to tcam
 2018-06-04 15:39 UTC  (3+ messages)

[net-next:master 379/380] drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c:144:5: sparse: symbol 'mvpp2_percpu_read_relaxed' was not declared. Should it be static?
 2018-06-04 15:36 UTC  (3+ messages)
` [RFC PATCH net-next] net: mvpp2: mvpp2_percpu_read_relaxed() can be static

[PATCH] dt-bindings: net: ravb: Add support for r8a77990 SoC
 2018-06-04 15:32 UTC  (5+ messages)

[PATCH net-next] net: sched: return error code when tcf proto is not found
 2018-06-04 15:32 UTC 

[PATCH net] net/packet: refine check for priv area size
 2018-06-04 15:32 UTC  (2+ messages)

[PATCH] net: aquantia: make function aq_fw2x_get_mac_permanent static
 2018-06-04 15:31 UTC  (2+ messages)

[PATCH net-next v5 00/11] Modify action API for implementing lockless actions
 2018-06-04 15:28 UTC  (2+ messages)

[RFC PATCH 0/4] Add support for DCB and XPS with MACVLAN offload
 2018-06-04 15:17 UTC  (5+ messages)
` [RFC PATCH 1/4] net-sysfs: Drop support for XPS and traffic_class on single queue device
` [RFC PATCH 2/4] net: Add support for subordinate device traffic classes
` [RFC PATCH 3/4] ixgbe: Add code to populate and use macvlan tc to Tx queue map
` [RFC PATCH 4/4] net: Add support for subordinate traffic classes to netdev_pick_tx

INFO: task hung in ip6gre_exit_batch_net
 2018-06-04 15:22 UTC  (2+ messages)

[bpf-next PATCH] bpf: sockmap, fix crash when ipv6 sock is added
 2018-06-04 15:21 UTC 

[RFC PATCH 0/2] net: macb: Disable TX checksum offloading on all Zynq
 2018-06-04 15:13 UTC  (6+ messages)
` [RFC PATCH 1/2] net: macb: Add CAP to disable hardware TX checksum offloading
` [RFC PATCH 2/2] net: macb: Disable TX checksum offloading on all Zynq

[PATCH net-next v2 0/3] bpf: implement bpf_get_current_cgroup_id() helper
 2018-06-04 15:11 UTC  (8+ messages)
` [PATCH net-next v2 1/3] "
` [PATCH net-next v2 2/3] tools/bpf: sync uapi bpf.h for "
` [PATCH net-next v2 3/3] tools/bpf: add a selftest "

[PATCH net] ipv4: igmp: hold wakelock to prevent delayed reports
 2018-06-04 15:06 UTC  (4+ messages)

[net-next][PATCH] tcp: probe timer MUST not less than 5 minuter for tcp PMTU
 2018-06-04 14:59 UTC  (2+ messages)

ANNOUNCE: Enhanced IP v1.4
 2018-06-04 14:56 UTC  (9+ messages)
          ` 答复: "

[bpf PATCH v2] bpf: sockmap, fix crash when ipv6 sock is added
 2018-06-04 14:55 UTC  (6+ messages)

[PATCH rdma-next v3 00/14] Verbs flow counters support
 2018-06-04 14:53 UTC  (4+ messages)

[PATCH net-next] qed: use dma_zalloc_coherent instead of allocator/memset
 2018-06-04 14:53 UTC  (2+ messages)

[PATCH 1/2 net-next] net_failover: fix net_failover_compute_features()
 2018-06-04 14:49 UTC  (5+ messages)
  ` [PATCH 1/2 v2 net-next] net_failover: Use netdev_features_t instead of u32
  ` [PATCH 2/2 net] team: use "

[PATCH net-next] MAINTAINERS: TCP gets its first maintainer
 2018-06-04 14:32 UTC  (3+ messages)

[PATCH] net: ethernet: mlx4: Remove unnecessary parentheses
 2018-06-04 14:15 UTC  (2+ messages)

[PATCH v3 net-next] net: stmmac: Add Flexible PPS support
 2018-06-04 14:13 UTC  (2+ messages)

[PATCH net-next v2 0/2] qed: Fix issues in UFP feature commit 'cac6f691'
 2018-06-04 14:11 UTC  (2+ messages)

[PATCH net-next 0/2] selftests: forwarding: mirror_vlan: Fixlets
 2018-06-04 14:09 UTC  (2+ messages)

[bpf-next V2 PATCH 0/8] bpf/xdp: add flags argument to ndo_xdp_xmit and flag flush operation
 2018-06-04 13:53 UTC  (6+ messages)
` [bpf-next V2 PATCH 2/8] i40e: implement flush flag for ndo_xdp_xmit
` [bpf-next V2 PATCH 3/8] ixgbe: "

[PATCH net-next 0/3] selftests/net: various
 2018-06-04 13:50 UTC  (2+ messages)

[PATCH 00/10] Support DPAA PTP clock and timestamping
 2018-06-04 13:49 UTC  (12+ messages)
` [PATCH 01/10] fsl/fman: share the event interrupt
` [PATCH 02/10] ptp: support DPAA FMan 1588 timer in ptp_qoriq
` [PATCH 03/10] dt-binding: ptp_qoriq: add DPAA FMan support
` [PATCH 04/10] powerpc/mpc85xx: move ptp timer out of fman in dts
` [PATCH 05/10] arm64: dts: fsl: move ptp timer out of fman
` [PATCH 06/10] fsl/fman: add set_tstamp interface
` [PATCH 07/10] fsl/fman_port: support getting timestamp field
` [PATCH 08/10] fsl/fman: define frame description command UPD
` [PATCH 09/10] dpaa_eth: add support for hardware timestamping
` [PATCH 10/10] dpaa_eth: add the get_ts_info interface for ethtool

[PATCH] net: virtio: simplify the virtnet_find_vqs
 2018-06-04 13:33 UTC  (2+ messages)

[PATCH V4] mlx4_core: allocate ICM memory in page size chunks
 2018-06-04 13:22 UTC  (16+ messages)

[PATCH] samples/bpf: Add xdp_sample_pkts example
 2018-06-04 13:12 UTC  (7+ messages)

[PATCH net-next] wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memset
 2018-06-04 13:07 UTC 

[PATCH RFC ipsec-next 0/3] Virtual xfrm interfaces
 2018-06-04 12:58 UTC  (5+ messages)
` [PATCH RFC ipsec-next 1/3] flow: Extend flow informations with xfrm interface id
` [PATCH RFC ipsec-next 2/3] xfrm: Add a new lookup key to match xfrm interfaces
` [PATCH RFC ipsec-next 3/3] xfrm: Add virtual "

[PATCH] ath10k: use dma_zalloc_coherent instead of allocator/memset
 2018-06-04 12:35 UTC 

[PATCH net] vhost: Use kzalloc() to allocate vhost_msg_node
 2018-06-04 12:34 UTC  (4+ messages)
` [net] "

bpf_redirect_map not working after tail call
 2018-06-04 12:21 UTC  (2+ messages)

[PATCH net] sctp: not allow to set rto_min with a value below 200 msecs
 2018-06-04 12:15 UTC  (14+ messages)

[PATCH iproute2] ip: IFLA_NEW_NETNSID/IFLA_NEW_IFINDEX support
 2018-06-04 12:12 UTC  (4+ messages)
` [PATCH iproute2 0/2] display netns name instead of nsid
  ` [PATCH iproute2 1/2] ip: "
  ` [PATCH iproute2 2/2] iplink: enable to specify a name for the link-netns

[PATCH net] ipmr: fix error path when mr_table_alloc fails
 2018-06-04 11:55 UTC 

[PATCH 0/6] ravb/sh_eth: fix sleep in atomic by reusing shared ethtool handlers
 2018-06-04 11:07 UTC  (6+ messages)
` [PATCH 3/6] ravb: remove custom .set_link_ksettings from ethtool ops

[PATCH] atmel: use memdup_user to simplify the code
 2018-06-04 10:32 UTC 

pull request: bluetooth-next 2018-06-04
 2018-06-04 10:15 UTC 

[PATCH] docs: networking: fix minor typos in various documentation files
 2018-06-04 10:07 UTC 

[PATCH net-next] netfilter: fix null-ptr-deref in nf_nat_decode_session
 2018-06-04  8:01 UTC  (4+ messages)

[PATCH net 1/2] ip_tunnel: restore binding to ifaces with a large mtu
 2018-06-04  7:56 UTC  (4+ messages)
` [PATCH net v2 0/2] ip[6] tunnels: fix mtu calculations

KASAN: slab-out-of-bounds Read in bpf_csum_update
 2018-06-04  5:36 UTC  (2+ messages)

[PATCH] NFC: fix attrs checks in netlink interface
 2018-06-04  4:29 UTC  (2+ messages)

[PATCH net] net: ipv6: prevent use after free in ip6_route_mpath_notify()
 2018-06-04  2:39 UTC  (5+ messages)

[PATCH bpf-next] bpf: flowlabel in bpf_fib_lookup should be flowinfo
 2018-06-04  1:48 UTC  (4+ messages)

[PATCH iproute2] iplink_vrf: Save device index from response for return code
 2018-06-04  1:11 UTC  (2+ messages)

[PATCH v4 net] stmmac: 802.1ad tag stripping support fix
 2018-06-04  0:49 UTC  (5+ messages)
  ` [PATCH v5 net] stmmac: 802.1ad tag stripping fix

[PATCH net-next] net: ipv6: Generate random IID for addresses on RAWIP devices
 2018-06-03 23:50 UTC  (2+ messages)

KASAN: slab-out-of-bounds Read in skb_ensure_writable
 2018-06-03 23:36 UTC 

KASAN: use-after-free Read in bpf_csum_update
 2018-06-03 23:36 UTC 

KASAN: use-after-free Read in skb_ensure_writable
 2018-06-03 23:36 UTC 

[PATCH net-next 0/3] bpf: implement bpf_get_current_cgroup_id() helper
 2018-06-03 23:03 UTC  (3+ messages)

[PATCH net] net: qualcomm: rmnet: Fix use after free while sending command ack
 2018-06-03 22:17 UTC 

[PATCH net-next v2] qed: Add srq core support for RoCE and iWARP
 2018-06-03 16:13 UTC 

[PATCH net-next] qed: Add srq core support for RoCE and iWARP
 2018-06-03 16:10 UTC  (3+ 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).