netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-16 08:08:46 to 2017-03-17 02:40:56 UTC [more...]

[net-next PATCH 0/5] Add busy poll support for epoll under certain circumstances
 2017-03-17  2:40 UTC  (16+ messages)
` [net-next PATCH 1/5] net: Do not record sender_cpu as napi_id in socket receive paths
` [net-next PATCH 2/5] net: Call sk_mark_napi_id() in the ACK receive path
` [net-next PATCH 3/5] net: Introduce SO_INCOMING_NAPI_ID
` [net-next PATCH 4/5] net: Commonize busy polling code to focus on napi_id instead of socket
` [net-next PATCH 5/5] epoll: Add busy poll support to epoll with socket fds

Performance issue with igb with lots of different src-ip addrs
 2017-03-17  2:35 UTC  (2+ messages)

[PATCH net-stable] net: solve a NAPI race
 2017-03-17  2:02 UTC 

[RFC] [net]openvswitch: Clear the ct flow key for the recirculated packet
 2017-03-17  0:12 UTC  (3+ messages)

mlx5e backports for v4.9 -stable
 2017-03-17  0:06 UTC 

[PATCH net-next 0/3] netvsc: small changesfor net-next
 2017-03-16 23:12 UTC  (4+ messages)
` [PATCH net-next 1/3] netvsc: avoid race with callback
` [PATCH net-next 2/3] netvsc: add comments about callback's and NAPI
` [PATCH net-next 3/3] netvsc: remove unused #define

NAPI complete race backport?
 2017-03-16 23:33 UTC  (2+ messages)

[PATCH] [PATCH net] net: Do not hold the reference for the same sk_rx_dst
 2017-03-16 23:29 UTC  (10+ messages)

[PATCH net-next] liquidio: fix wrong information about link modes reported to ethtool
 2017-03-16 23:16 UTC 

[net-next sample action optimization v3 0/4]
 2017-03-16 22:48 UTC  (5+ messages)
` [net-next sample action optimization v3 1/4] openvswitch: Deferred fifo API change
` [net-next sample action optimization v3 2/4] openvswitch: Refactor recirc key allocation
` [net-next sample action optimization v3 3/4] openvswitch: Optimize sample action for the clone use cases
` [net-next sample action optimization v3 4/4] Openvswitch: Refactor sample and recirc actions implementation

netdev level filtering? perhaps pushing socket filters down?
 2017-03-16 22:52 UTC  (3+ messages)

[PATCH net] tcp: tcp_get_info() should read tcp_time_stamp later
 2017-03-16 22:43 UTC 

[PATCH v2 1/2] can: holt_hi311x: document device tree bindings
 2017-03-16 22:29 UTC  (12+ messages)
` [PATCH v2 2/2] can: spi: hi311x: Add Holt HI-311x CAN driver

[PATCH 00/11] net: usbnet: move to new api ethtool_{get|set}_link_ksettings
 2017-03-16 22:18 UTC  (12+ messages)
` [PATCH 01/11] net: usb: usbnet: add "
` [PATCH 02/11] net: usb: smsc95xx: use "
` [PATCH 03/11] net: usb: sr9800: "
  ` [PATCH 04/11] net: usb: cdc_ncm: "
` [PATCH 05/11] net: usb: dm9601: "
` [PATCH 06/11] net: usb: mcs7830: "
` [PATCH 07/11] net: usb: sierra_net: "
` [PATCH 08/11] net: usb: smsc75xx: "
` [PATCH 09/11] net: usb: sr9700: "
` [PATCH 10/11] net: usb: asix: "
` [PATCH 11/11] net: usb: usb: remove old api ethtool_{get|set}_settings

[PATCH net-next V2 0/2] small set of sched cleanups
 2017-03-16 20:29 UTC  (7+ messages)
` [PATCH net-next V2 1/2] net/sched: act_ife: Staticfy find_decode_metaid()
` [PATCH net-next V2 2/2] net/sched: fq_codel: Avoid set-but-unused variable

port mirror on dsa switches?
 2017-03-16 19:48 UTC  (4+ messages)

[PATCH net] netvsc: fix race during initialization
 2017-03-16 19:21 UTC 

[PATCH] tun: fix inability to set offloads after disabling them via ethtool
 2017-03-16 19:42 UTC  (2+ messages)

[PATCH] tun: fix inability to set offloads after disabling them via ethtool
 2017-03-16 19:44 UTC 

[net-next sample action optimization v2 0/4]
 2017-03-16 19:24 UTC  (9+ messages)
` [net-next sample action optimization v2 1/4] openvswitch: Deferred fifo API change
` [net-next sample action optimization v2 2/4] openvswitch: Refactor recirc key allocation
` [net-next sample action optimization v2 4/4] Openvswitch: Refactor sample and recirc actions implementation

tun offloads bug
 2017-03-16 19:14 UTC  (4+ messages)

[PATCH 00/17] net subsystem refcount conversions
 2017-03-16 19:10 UTC  (22+ messages)
` [PATCH 01/17] net: convert neighbour.refcnt from atomic_t to refcount_t
` [PATCH 02/17] net: convert neigh_params.refcnt "
` [PATCH 03/17] net: convert nf_bridge_info.use "
` [PATCH 04/17] net: convert sk_buff.users "
` [PATCH 05/17] net: convert sk_buff_fclones.fclone_ref "
` [PATCH 06/17] net: convert sock.sk_wmem_alloc "
` [PATCH 07/17] net: convert sock.sk_refcnt "
` [PATCH 08/17] net: convert sk_filter.refcnt "
` [PATCH 09/17] net: convert ip_mc_list.refcnt "
` [PATCH 10/17] net: convert in_device.refcnt "
` [PATCH 11/17] net: convert netpoll_info.refcnt "
` [PATCH 12/17] net: convert unix_address.refcnt "
` [PATCH 13/17] net: convert fib_rule.refcnt "
` [PATCH 14/17] net: convert inet_frag_queue.refcnt "
` [PATCH 15/17] net: convert net.passive "
` [PATCH 16/17] net: convert netlbl_lsm_cache.refcount "
` [PATCH 17/17] net: convert packet_fanout.sk_ref "

[PATCH 0/1] openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PAD
 2017-03-16 19:00 UTC  (5+ messages)
` [PATCH 1/1] "
  ` [PATCH v2] "

[PATCH 0/2] pull request for net: batman-adv 2017-03-16
 2017-03-16 19:06 UTC  (4+ messages)
  ` [PATCH 1/2] batman-adv: Keep fragments equally sized
` [PATCH 2/2] batman-adv: Initialize gw sel_class via batadv_algo

[PATCH net-next] bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers
 2017-03-16 19:05 UTC  (5+ messages)

[PATCH] net: ethernet: bgmac: Allow MAC address to be specified in DTB
 2017-03-16 18:58 UTC  (4+ messages)

linux-next: WARNING: CPU: 1 PID: 19544 at net/bridge/br_fdb.c:109 br_fdb_find+0x19d/0x1b0
 2017-03-16 18:43 UTC  (3+ messages)

[PATCH v2 net-next 0/5] sunvnet: better connection management
 2017-03-16 18:30 UTC  (6+ messages)
` [PATCH v2 net-next 4/5] sunvnet: count multicast packets

[PATCH 0/9] net, ipv4, ipv6 refcounter conversions
 2017-03-16 18:23 UTC  (10+ messages)
` [PATCH 1/9] net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_t
` [PATCH 2/9] net, ipv6: convert inet6_dev.refcnt "
` [PATCH 3/9] net, ipv6: convert inet6_ifaddr.refcnt "
` [PATCH 4/9] net, ipv6: convert ifmcaddr6.mca_refcnt "
` [PATCH 5/9] net, ipv6: convert ifacaddr6.aca_refcnt "
` [PATCH 6/9] net, ipv6: convert xfrm6_tunnel_spi.refcnt "
` [PATCH 7/9] net, ipv6: convert ip6addrlbl_entry.refcnt "
` [PATCH 8/9] net, ipv4: convert cipso_v4_doi.refcount "
` [PATCH 9/9] net, ipv4: convert fib_info.fib_clntref "

pull-request: mac80211 2017-03-16
 2017-03-16 18:18 UTC  (2+ messages)

[PATCH] isdn: hardware: mISDN: Remove reference to CONFIG_8xx
 2017-03-16 18:15 UTC  (2+ messages)

[PATCH] net: ethernet: fs_enet: Remove useless includes
 2017-03-16 18:15 UTC  (2+ messages)

[PATCH net-next 0/3] net: stmmac: adding multiple buffers and routing
 2017-03-16 17:12 UTC  (6+ messages)
` [PATCH net-next 1/3] net: stmmac: enable multiple buffers
` [PATCH net-next 2/3] net: stmmac: TX and RX queue priority configuration
` [PATCH net-next 3/3] net: stmmac: RX queue routing configuration

[PATCH 00/29] drivers, mics refcount conversions
 2017-03-16 18:00 UTC  (6+ messages)
` [PATCH 08/29] drivers, md: convert mddev.active from atomic_t to refcount_t

[Patch net] bridge: resolve a false alarm of lockdep
 2017-03-16 17:36 UTC  (2+ messages)

[PATCH net-next 1/2] tcp: remove per-destination timestamp cache
 2017-03-16 17:30 UTC  (7+ messages)

[PATCH net-next] net: bcmgenet: Track per TX/RX rings statistics
 2017-03-16 17:27 UTC 

[patch net-next v3 0/9] mlxsw: Enable VRF offload
 2017-03-16 17:20 UTC  (9+ messages)
` [patch net-next v3 1/9] ipv4: fib_rules: Check if rule is a default rule
` [patch net-next v3 3/9] ipv4: fib_rules: Dump FIB rules when registering FIB notifier
` [patch net-next v3 6/9] mlxsw: spectrum_router: Don't destroy RIF if L3 slave
` [patch net-next v3 7/9] mlxsw: spectrum_router: Add support for VRFs
` [patch net-next v3 8/9] mlxsw: spectrum_router: Add support for VRFs on top of bridges

[PATCH v4] net: mvneta: support suspend and resume
 2017-03-16 17:20 UTC  (2+ messages)

[PATCH net-next] r8152: simply the arguments
 2017-03-16 17:14 UTC  (4+ messages)
` [PATCH v2 "

ANNOUNCE: New Platinum sponsor - Facebook
 2017-03-16 16:57 UTC 

[PATCH net-next v2] net: ipv4: add support for ECMP hash policy choice
 2017-03-16 16:49 UTC  (4+ messages)
` [PATCH net-next v4] "

Fw: [Bug 194723] connect() to localhost stalls after 4.9 -> 4.10 upgrade
 2017-03-16 16:27 UTC  (4+ messages)
  `  "

[PATCH net] rxrpc: Ignore BUSY packets on old calls
 2017-03-16 16:27 UTC 

[RFC v1 for accelerated IPoIB 00/25] Enhanced mode for IPoIB driver
 2017-03-16 16:04 UTC  (5+ messages)
` [RFC v1 for accelerated IPoIB 04/25] IB/verb: Add ipoib_options struct and API

40948 netdev
 2017-03-16 15:46 UTC 

[PATCH v2 06/23] MAINTAINERS: Add file patterns for dsa device tree bindings
 2017-03-16 13:03 UTC  (4+ messages)
    ` [PATCH v2.1 "

[GIT PULL 0/5] IPVS Updates for v4.12
 2017-03-16 12:43 UTC  (6+ messages)
` [PATCH 1/5] ipvs: remove an annoying printk in netns init
` [PATCH 2/5] ipvs: fix sync_threshold description and add sync_refresh_period, sync_retries
` [PATCH 3/5] ipvs: Document sysctl sync_qlen_max and sync_sock_size
` [PATCH 4/5] ipvs: Document sysctl sync_ports
` [PATCH 5/5] ipvs: Document sysctl pmtu_disc

[PATCH v2 net-next] mlx4: Better use of order-0 pages in RX path
 2017-03-16 12:00 UTC  (9+ messages)

[PATCH 00/10] Netfilter fixes for net
 2017-03-16 10:58 UTC  (5+ messages)
` [PATCH 05/10] netfilter: nf_tables: fix mismatch in big-endian system
` [PATCH 07/10] netfilter: Force fake conntrack entry to be at least 8 bytes aligned

[PATCH net-next 0/2] small set of sched cleanups
 2017-03-16 10:10 UTC  (4+ messages)
` [PATCH net-next 1/2] net/sched: act_ife: Staticfy find_decode_metaid()
` [PATCH net-next 2/2] net/sched: fq_codel: Avoid set-but-unused variable

[PATCH] mac80211: Use setup_timer instead of init_timer
 2017-03-16  9:54 UTC  (3+ messages)

Dear Friend,
 2017-03-16  9:45 UTC 

[PATCH] ath10k: remove redundant error check
 2017-03-16  8:57 UTC  (2+ messages)
`  "

[PATCH 0/4] uapi glibc compat: fix musl libc compatibility
 2017-03-16  8:26 UTC  (4+ messages)
` [PATCH 3/4] uapi glibc compat: Do not check for __USE_MISC

[PATCH v3] net: mvneta: support suspend and resume
 2017-03-16  8:24 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).