messages from 2014-10-03 21:58:54 to 2014-10-06 06:20:10 UTC [more...]
[net-next v3 00/29][pull request] Intel Wired LAN Driver Updates 2014-09-23
2014-10-06 6:19 UTC (7+ messages)
` [net-next v3 20/29] fm10k: Add support for netdev offloads
[PATCH net-next V1 00/14] net/mlx4_en: Optimizations to TX flow
2014-10-06 6:16 UTC (15+ messages)
` [PATCH net-next V1 01/14] net/mlx4_en: Code cleanups in tx path
` [PATCH net-next V1 02/14] net/mlx4_en: Align tx path structures to cache lines
` [PATCH net-next V1 03/14] net/mlx4_en: Avoid calling bswap in tx fast path
` [PATCH net-next V1 04/14] net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc()
` [PATCH net-next V1 05/14] net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb's
` [PATCH net-next V1 06/14] net/mlx4_en: Use prefetch in tx path
` [PATCH net-next V1 07/14] net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq()
` [PATCH net-next V1 08/14] net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid stalls
` [PATCH net-next V1 09/14] net/mlx4_en: Use local var in tx flow for skb_shinfo(skb)
` [PATCH net-next V1 10/14] net/mlx4_en: Use local var for skb_headlen(skb)
` [PATCH net-next V1 11/14] net/mlx4_en: tx_info->ts_requested was not cleared
` [PATCH net-next V1 12/14] net/mlx4_en: Enable the compiler to make is_inline() inlined
` [PATCH net-next V1 13/14] ethtool: Ethtool parameter to dynamically change tx_copybreak
` [PATCH net-next V1 14/14] net/mlx4_en: Use the new tx_copybreak to set inline threshold
[PATCH net-next 00/14] net/mlx4_en: Optimizations to TX flow
2014-10-06 5:04 UTC (22+ messages)
` [PATCH net-next 01/14] net/mlx4_en: Code cleanups in tx path
` [PATCH net-next 02/14] net/mlx4_en: Align tx path structures to cache lines
` [PATCH net-next 03/14] net/mlx4_en: Avoid calling bswap in tx fast path
` [PATCH net-next 04/14] net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc()
` [PATCH net-next 05/14] net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb's
` [PATCH net-next 06/14] net/mlx4_en: Use prefetch in tx path
` [PATCH net-next 07/14] net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq()
` [PATCH net-next 08/14] net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid stalls
` [PATCH net-next 09/14] net/mlx4_en: Use local var in tx flow for skb_shinfo(skb)
` [PATCH net-next 10/14] net/mlx4_en: Use local var for skb_headlen(skb)
` [PATCH net-next 11/14] net/mlx4_en: tx_info->ts_requested was not cleared
` [PATCH net-next 12/14] net/mlx4_en: Enable the compiler to make is_inline() inlined
` [PATCH net-next 13/14] ethtool: Ethtool parameter to dynamically change tx_copybreak
` [PATCH net-next 14/14] net/mlx4_en: Use the new tx_copybreak to set inline threshold
` [PATCH net-next] net: introduce netdevice gso_min_segs attribute
[PATCH v8 net-next 1/2] bonding: display xmit_hash_policy for non-dynamic-tlb mode
2014-10-06 4:58 UTC (2+ messages)
[PATCH net-next] net: sched: avoid costly atomic operation in fq_dequeue()
2014-10-06 4:55 UTC (2+ messages)
[PATCH net-next] fec: Fix fec_enet_alloc_buffers() error path
2014-10-06 4:54 UTC (2+ messages)
[PATCH nf next 0/3] bridge: netfilter: fix handling of ipv4 packets w. options
2014-10-06 4:53 UTC (14+ messages)
` [PATCH nf next 1/3] bridge: prepend inet_skb_param dummy to bridge cb
` [PATCH nf next 2/3] netfilter: bridge: don't parse ip headers in fwd and output path
` [PATCH nf-next 3/3] netfilter: bridge: don't mangle ipv4 header options
` bridge: Do not compile options in br_parse_ip_options
` bridge: Respect call-iptables sysctls everywhere
` bridge: Save frag_max_size between PRE_ROUTING and POST_ROUTING
[PATCH] drivers/net/phy/Kconfig: Let MDIO_BCM_UNIMAC depend on HAS_IOMEM
2014-10-06 4:46 UTC (2+ messages)
[net-next PATCH V6 0/2] qdisc: bulk dequeue support
2014-10-06 4:38 UTC (14+ messages)
` [PATCH net-next] qdisc: validate skb without holding lock
` [PATCH net-next] net: skb_segment() provides list head and tail
[net-next v2 0/6] Add Geneve tunnel protocol support
2014-10-06 4:32 UTC (8+ messages)
` [net-next v2 1/6] net: Add Geneve tunneling protocol driver
` [net-next v2 2/6] openvswitch: Eliminate memset() from flow_extract
` [net-next v2 3/6] openvswitch: Add support for matching on OAM packets
` [net-next v2 4/6] openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure
` [net-next v2 5/6] openvswitch: Factor out allocation and verification of actions
` [net-next v2 6/6] openvswitch: Add support for Geneve tunneling
[net-next PATCH v1 0/3] net sched rcu updates
2014-10-06 4:28 UTC (4+ messages)
` [net-next PATCH v1 1/3] net: sched: remove tcf_proto from ematch calls
` [net-next PATCH v1 2/3] net: sched: cls_cgroup tear down exts and ematch from rcu callback
` [net-next PATCH v1 3/3] net: sched: do not use tcf_proto 'tp' argument from call_rcu
[PATCH] sctp: handle association restarts when the socket is closed
2014-10-06 4:22 UTC (2+ messages)
[PATCH v2 net-next 1/1] net: fec: fix build error at m68k platform
2014-10-06 4:22 UTC (2+ messages)
[PATCH net-next 1/1] net: fec: fix build error at m68k platform
2014-10-06 4:19 UTC (2+ messages)
[PATCH net-next] net: bcmgenet: improve bcmgenet_mii_setup()
2014-10-06 4:18 UTC (3+ messages)
netlink NETLINK_ROUTE failure & Can the kernel really handle IPv6 properly
2014-10-06 3:35 UTC (2+ messages)
r8168 is needed to enter P-state: Package State 6 (pc6) on Haswell hardware
2014-10-06 3:06 UTC (4+ messages)
` r8168 is needed to enter P-state: Package State 6 (pc6)onHaswell hardware
[Patch net-next] net_sched: refactor out tcf_exts
2014-10-06 3:04 UTC (3+ messages)
[PATCH net-next] r8152: nway reset after setting eee
2014-10-06 2:36 UTC (3+ messages)
` [PATCH net-next v2] "
[PATCH] net: sched: cls_cgroup tear down exts and ematch from rcu callback
2014-10-06 1:48 UTC (3+ messages)
[PATCH net-next 0/2] Altera TSE with no PHY
2014-10-06 1:40 UTC (2+ messages)
pull request: wireless-next 2014-10-03
2014-10-06 1:38 UTC (3+ messages)
[PATCH v2 net-next] net: better IFF_XMIT_DST_RELEASE support
2014-10-06 1:38 UTC
[PATCH 0/9] Netfilter/IPVS updates for net-next
2014-10-06 1:33 UTC (2+ messages)
[net 0/8] gianfar: ARM port driver updates (1/2)
2014-10-06 1:27 UTC (2+ messages)
[PATCH v4 net-next 0/3] bridge: Add vlan filtering support for default pvid
2014-10-06 1:22 UTC (2+ messages)
[PATCH RESEND] net: pxa168_eth: avoid using signed char for bitops
2014-10-06 1:19 UTC (2+ messages)
[net-next PATCH v1 1/3] net: sched: af_packet support for direct ring access
2014-10-06 1:18 UTC (7+ messages)
` [net-next PATCH v1 2/3] net: sched: add direct ring acces via af_packet to ixgbe
` [net-next PATCH v1 3/3] net: packet: Document PACKET_DEV_QPAIR_SPLIT and friends
[PATCH 0/4] ISDN patches for net-next
2014-10-06 1:18 UTC (2+ messages)
[PATCH 0/2] net: spider_net: fix possible bitops errors
2014-10-06 1:15 UTC (2+ messages)
[PATCH net 1/1] hyperv: Fix a bug in netvsc_send()
2014-10-06 1:11 UTC (2+ messages)
[PATCH net-next] ipvs: Avoid null-pointer deref in debug code
2014-10-06 0:54 UTC
[PATCH net-next] net: better IFF_XMIT_DST_RELEASE support
2014-10-06 0:26 UTC (3+ messages)
Good day
2014-10-05 23:15 UTC
Lieber Freund,
2014-10-05 22:16 UTC
[PATCH] net: Add ndo_gso_check
2014-10-05 19:13 UTC (12+ messages)
[PATCH net-next v2 0/2] enic: add support to send port-profile's client name to firmware
2014-10-05 18:44 UTC (5+ messages)
` [PATCH net-next v2 1/2] if_link: add client name to port profile
[PATCH net-next] ipv4: igmp: fix v3 general query drop monitor false positive
2014-10-05 17:12 UTC (2+ messages)
[PATCH] team: add rescheduling jiffy delay on !rtnl_trylock
2014-10-05 16:11 UTC (9+ messages)
[PATCH 08/16] virtio_net: drop config_enable
2014-10-05 16:07 UTC (6+ messages)
` [PATCH 09/16] virtio-net: drop config_mutex
` [PATCH 11/16] virtio_net: minor cleanup
` [PATCH 12/16] virtio_net: enable VQs early
` [PATCH 15/16] 9p/trans_virtio: "
` [PATCH 16/16] virtio_net: fix use after free on allocation failure
Off Topic: Request for Old Hardware
2014-10-05 11:23 UTC (2+ messages)
[PATCH V1 net-next 0/2] Add pgtable API to query if write combining is available
2014-10-05 8:22 UTC (3+ messages)
` [PATCH V1 net-next 1/2] pgtable: Add "
` [PATCH V1 net-next 2/2] net/mlx4_core: Disable BF when write combining is not available
[PATCH ethtool 0/3] Add rx_copybreak support
2014-10-05 7:54 UTC (3+ messages)
` [PATCH ethtool 2/3] ethtool: "
[PATCH] team: avoid race condition in scheduling delayed work
2014-10-05 0:51 UTC (2+ messages)
[PATCH net] ematch: Fix the matching of inverted containers (again)
2014-10-05 0:50 UTC (3+ messages)
` [PATCH net v2 1/1] ematch: Fix early ending of inverted containers
[PATCH] net: sched: suspicious RCU usage in qdisc_watchdog
2014-10-05 0:46 UTC (3+ messages)
[PATCH net-next] net: dsa: PHY state machine usage fix
2014-10-05 0:45 UTC (3+ messages)
` [PATCH net-next] net: dsa: do not call phy_start_aneg
[PATCH v8 net-next 2/2] bonding: Simplify the xmit function for modes that use xmit_hash
2014-10-05 0:45 UTC
macvlan: optimizing the receive path?
2014-10-05 0:42 UTC (2+ messages)
[PATCH net-next] Removed unused inet6 address state
2014-10-05 0:37 UTC (2+ messages)
[PATCH V2 net-next] net: Cleanup skb cloning by adding SKB_FCLONE_FREE
2014-10-05 0:34 UTC (2+ messages)
[PATCH] net: systemport: fix bcm_sysport_insert_tsb()
2014-10-05 0:33 UTC (2+ messages)
[PATCH v7 net-next 2/2] bonding: Simplify the xmit function for modes that use xmit_hash
2014-10-05 0:22 UTC (3+ messages)
[PATCH net] ip6_gre: fix flowi6_proto value in xmit path
2014-10-05 0:09 UTC (2+ messages)
[net-next PATCH V6 0/2] qdisc: bulk dequeue support
2014-10-05 0:04 UTC (4+ messages)
` [PATCH net-next] mlx4: add a new xmit_more counter
[PATCH net-next] net: phy: adjust fixed_phy_register() return value
2014-10-05 0:02 UTC (3+ messages)
Fw: [Bug 85571] New: wakeup from hibernate does not bring up networking (hard freeze, soft lockups and unusable system)
2014-10-04 17:32 UTC
[RFC 1/1] net: fix rcu access on phonet_routes
2014-10-04 15:30 UTC (3+ messages)
[PATCH iproute2] ip tunnel: fix 'ip -oneline tunnel show' for some GRE tunnels
2014-10-04 15:00 UTC
[PATCH] drivers/net/can/m_can/Kconfig: Let CAN_M_CAN depend on HAS_IOMEM
2014-10-04 11:49 UTC (3+ messages)
distribution of a single stream over all RSS queues
2014-10-04 6:34 UTC
Bridge IGMP snooping question
2014-10-04 4:05 UTC (2+ messages)
[PATCH v7 net-next 1/2] bonding: display xmit_hash_policy for non-dynamic-tlb mode
2014-10-04 0:48 UTC
[PATCH v1 1/2] net: sched: do not use tcf_proto 'tp' argument from call_rcu
2014-10-04 0:19 UTC (4+ messages)
` [PATCH v1 2/2] net: sched: replace ematch calls to use struct net
[PATCH v2 net-next 0/4] net: Generic UDP Encapsulation
2014-10-03 23:57 UTC (6+ messages)
` [PATCH v2 net-next 1/4] ip_tunnel: Account for secondary encapsulation header in max_headroom
` [PATCH v2 net-next 2/4] fou: eliminate IPv4,v6 specific GRO functions
` [PATCH v2 net-next 3/4] gue: Receive side for Generic UDP Encapsulation
` [PATCH v2 net-next 4/4] ip_tunnel: Add GUE support
[PATCH v2 net-next 00/15] tipc: new netlink API
2014-10-03 23:50 UTC (3+ messages)
` [PATCH v2 net-next 15/15] tipc: remove old ASCII "
[PATCH] drivers/net/irda/Kconfig: Let SH_IRDA depend on HAS_IOMEM
2014-10-03 22:52 UTC (2+ messages)
[PATCH] drivers/net/ethernet/marvell/Kconfig: Let PXA168_ETH depend on HAS_IOMEM
2014-10-03 22:52 UTC (2+ messages)
[PATCH] drivers/net/dsa/Kconfig: Let NET_DSA_BCM_SF2 depend on HAS_IOMEM
2014-10-03 22:52 UTC (2+ messages)
[PATCH net-next] net: do not export skb_gro_receive()
2014-10-03 22:54 UTC (2+ messages)
[PATCHv1] xen-netfront: always keep the Rx ring full of requests
2014-10-03 22:54 UTC (2+ messages)
[patch 1/2 -next] cxgb4: clean up a type issue
2014-10-03 22:46 UTC (2+ messages)
[net-next 0/9][pull request] Intel Wired LAN Driver Updates 2014-10-02
2014-10-03 22:45 UTC (2+ messages)
[PATCH V2 net-next 0/5] mlx5 update for 3.18
2014-10-03 22:42 UTC (2+ messages)
[PATCH net] r8152: autoresume before setting MAC address
2014-10-03 22:40 UTC (3+ messages)
` [PATCH net v2] "
[PATCH] Don't reset PHY on if_up for ASIX 88772
2014-10-03 22:39 UTC (2+ messages)
[PATCH] net: ethernet: Remove superfluous ether_setup after alloc_etherdev
2014-10-03 22:32 UTC (2+ messages)
[PATCH RFC net 0/2] ipv6: Avoid restarting fib6_lookup() for RTF_CACHE hit
2014-10-03 22:12 UTC (3+ messages)
` [PATCH RFC net 1/2] ipv6: Remove the net->ipv6.ip6_null_entry check
` [PATCH RFC net 2/2] ipv6: Avoid restarting fib6_lookup() for RTF_CACHE hit case
[net-next] fm10k: Add CONFIG_FM10K_VXLAN configuration option
2014-10-03 22:10 UTC (4+ messages)
[PATCH] Update Intel Ethernet Driver maintainers list
2014-10-03 22:04 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).