netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-19 20:02:02 to 2014-09-21 00:46:21 UTC [more...]

[RFC PATCH 00/11] next: mips: Fix default configurations
 2014-09-21  0:46 UTC  (7+ messages)
` [RFC PATCH 01/11] next: mips: Fix gpr_defconfig
` [RFC PATCH 02/11] next: mips: Fix ip27_defconfig
` [RFC PATCH 03/11] next: mips: Fix jazz_defconfig
` [RFC PATCH 04/11] next: mips: Fix loongson3_defconfig
` [RFC PATCH 05/11] next: mips: Fix malta_defconfig
` [RFC PATCH 06/11] next: mips: Fix malta_kvm_defconfig

[RFC PATCH 00/11] next: mips: Fix default configurations
 2014-09-21  0:45 UTC 

[RFC PATCH 00/11] next: mips: Fix default configurations
 2014-09-21  0:44 UTC 

[PATCH net-next] tcp: avoid possible arithmetic overflows
 2014-09-21  0:29 UTC  (6+ messages)
        ` [PATCH v2 "

[net-next PATCH v2 00/29] Add support for the Intel FM10000 Ethernet Switch Host Interface
 2014-09-20 23:54 UTC  (30+ messages)
` [net-next PATCH v2 01/29] fm10k: Add skeletal frame for Intel(R) FM10000 Ethernet Switch Host Interface Driver
` [net-next PATCH v2 02/29] fm10k: Add register defines and basic structures
` [net-next PATCH v2 03/29] fm10k: Add support for TLV message parsing and generation
` [net-next PATCH v2 04/29] fm10k: Add support for basic interaction with hardware
` [net-next PATCH v2 05/29] fm10k: Add support for mailbox
` [net-next PATCH v2 06/29] fm10k: Implement PF <-> SM mailbox operations
` [net-next PATCH v2 07/29] fm10k: Add support for PF
` [net-next PATCH v2 08/29] fm10k: Add support for configuring PF interface
` [net-next PATCH v2 09/29] fm10k: Add netdev
` [net-next PATCH v2 10/29] fm10k: Add support for L2 filtering
` [net-next PATCH v2 11/29] fm10k: Add support for ndo_open/stop
` [net-next PATCH v2 12/29] fm10k: Add interrupt support
` [net-next PATCH v2 13/29] fm10k: add support for Tx/Rx rings
` [net-next PATCH v2 14/29] fm10k: Add service task to handle delayed events
` [net-next PATCH v2 15/29] fm10k: Add Tx/Rx hardware ring bring-up/tear-down
` [net-next PATCH v2 16/29] fm10k: Add transmit and receive fastpath and interrupt handlers
` [net-next PATCH v2 17/29] fm10k: Add ethtool support
` [net-next PATCH v2 18/29] fm10k: Add support for PCI power management and error handling
` [net-next PATCH v2 19/29] fm10k: Add support for multiple queues
` [net-next PATCH v2 20/29] fm10k: Add support for netdev offloads
` [net-next PATCH v2 21/29] fm10k: Add support for MACVLAN acceleration
` [net-next PATCH v2 22/29] fm10k: Add support for PF <-> VF mailbox
` [net-next PATCH v2 23/29] fm10k: Add support for VF
` [net-next PATCH v2 24/29] fm10k: Add support for SR-IOV to PF core files
` [net-next PATCH v2 25/29] fm10k: Add support for SR-IOV to driver
` [net-next PATCH v2 26/29] fm10k: Add support for IEEE DCBx
` [net-next PATCH v2 27/29] fm10k: Add support for debugfs
` [net-next PATCH v2 28/29] fm10k: Add support for ptp to hw specific files
` [net-next PATCH v2 29/29] fm10k: Add support for PTP

[net-next PATCH 00/29] Add support for the Intel FM10000 Ethernet Switch Host Interface
 2014-09-20 23:36 UTC  (10+ messages)
` [net-next PATCH 29/29] fm10k: Add support for PTP

[net-next] udp_tunnel: Only build ip6_udp_tunnel.c when IPV6 is selected
 2014-09-20 23:14 UTC  (3+ messages)

[PATCH] brcmfmac: Fix off by one bug in brcmf_count_20mhz_channels()
 2014-09-20 22:58 UTC 

[patch net-next v2 0/9] introduce rocker switch driver with hardware accelerated datapath api
 2014-09-20 22:50 UTC  (36+ messages)
` [patch net-next v2 5/9] net: introduce dummy switch
` [patch net-next v2 6/9] switchdev: add basic support for flow matching and actions
` [patch net-next v2 8/9] switchdev: introduce Netlink API

[PATCH net-next 0/8] ipv6: fib6: socket dst_entry improvments and cleanups
 2014-09-20 22:05 UTC  (9+ messages)
` [PATCH net-next 1/8] ipv6: support for fib6_clean_* to update fn_sernum
` [PATCH net-next 2/8] ipv6: a bit more typesafety
` [PATCH net-next 3/8] ipv6: only generate one new serial number during fib6_add()
` [PATCH net-next 4/8] ipv6: if no function for cleaner is specified only visit fib6_nodes
` [PATCH net-next 5/8] ipv6: new function fib6_flush_trees and use it instead of bumping removed rt6_genid
` [PATCH net-next 6/8] ipv6: no need to bump rt_genid_ipv6 on address addition
` [PATCH net-next 7/8] ipv6: keep rt_sernum per namespace to reduce number of flushes
` [PATCH net-next 8/8] ipv6: switch rt_sernum to atomic_t and clean up types

[PATCH net-next 0/3] net: Eliminate gso_send_check
 2014-09-20 21:52 UTC  (4+ messages)
` [PATCH net-next 1/3] tcp: move logic out of tcp_v[64]_gso_send_check
` [PATCH net-next 2/3] udp: move logic out of udp[46]_ufo_send_check
` [PATCH net-next 3/3] net: Remove gso_send_check as an offload callback

[RFC PATCH v1.1 0/2] PTP related changes for fm10k
 2014-09-20 21:52 UTC  (4+ messages)
` [RFC PATCH v1.1 1/2] fm10k: Add support for ptp to hw specific files
` [RFC PATCH v1.1 2/2] fm10k: Add support for PTP

[PATCH net-next v2 0/5] net: tcp: DCTCP congestion control algorithm
 2014-09-20 21:29 UTC  (6+ messages)
` [PATCH net-next v2 1/5] net: tcp: assign tcp cong_ops when tcp sk is created
` [PATCH net-next v2 2/5] net: tcp: add flag for ca to indicate that ECN is required
` [PATCH net-next v2 3/5] net: tcp: split ack slow/fast events from cwnd_event
` [PATCH net-next v2 4/5] net: tcp: more detailed ACK events and events for CE marked packets
` [PATCH net-next v2 5/5] net: tcp: add DCTCP congestion control algorithm

Re:
 2014-09-20 19:19 UTC 

[PATCH net-next v4 2/2] bonding: Simplify the xmit function for modes that use xmit_hash
 2014-09-20 20:04 UTC  (6+ messages)

Fwd: [Bug 84661] New: tc filter show from iproute2 does not work correctly on 32bit x86
 2014-09-20 17:54 UTC  (3+ messages)

action stats broken?
 2014-09-20 15:21 UTC  (2+ messages)

[PATCH net-next] ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallback
 2014-09-20 13:36 UTC  (2+ messages)

net: stmmac glue layer for Amlogic Meson SoCs
 2014-09-20 13:29 UTC  (3+ messages)
` [PATCH 1/2] net: stmmac: add Amlogic Meson glue layer
` [PATCH 2/2] net: stmmac: meson: document device tree bindings

[PATCH] ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUES
 2014-09-20 10:53 UTC 

Hello Dear,
 2014-09-20 10:28 UTC 

[net-next PATCH 1/2] net: cls_u32: fix missed pcpu_success free_percpu
 2014-09-20  4:55 UTC  (4+ messages)
` [net-next PATCH 2/2] net: sched: cls_u32 changes to knode must appear atomic to readers

[net-next PATCH v2 1/2] net: cls_u32: fix missed pcpu_success free_percpu
 2014-09-20  4:50 UTC  (2+ messages)
` [net-next PATCH v2 2/2] net: sched: cls_u32 changes to knode must appear atomic to readers

[PATCH net] macvlan: allow to enqueue broadcast pkt on virtual device
 2014-09-20  2:00 UTC  (13+ messages)

bisected regression: 3c59x corrupts packets in 3.17-rc5
 2014-09-20  1:19 UTC  (6+ messages)
` [PATCH 1/2] 3c59x: Add dma error checking and recovery
  ` [PATCH 2/2] 3c59x: Fix bad offset spec in skb_frag_dma_map

[PATCH v2 0/2] tg3: Fix handling of non-acceleration vlans
 2014-09-20  0:39 UTC  (7+ messages)
` [PATCH v2 1/2] tg3: Work around HW/FW limitations with vlan encapsulated frames
` [PATCH v2 2/2] tg3: Allow for receive of full-size 8021AD frames

[RFC net-next PATCH V3 0/2] qdisc bulk dequeuing and utilizing delayed tailptr updates
 2014-09-20  0:31 UTC  (11+ messages)
` [RFC net-next PATCH V3 1/2] net: Functions to report space available in device TX queues
` [RFC net-next PATCH V3 2/2] qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUE

[PATCH] scsi: fix kconfig dependency warnings for SCSI_FC_ATTRS
 2014-09-19 23:50 UTC 

[PATCH] scsi: fix SCSI_BNX2X_FCOE dependencies and build errors
 2014-09-19 22:59 UTC  (2+ messages)

[PATCH iproute2] ip link: Shortify printing the usage of link type
 2014-09-19 22:43 UTC 

cannot ARP macvlan on top of bonding device
 2014-09-19 21:47 UTC  (5+ messages)

[PATCH v13 net-next 07/11] bpf: verifier (add ability to receive verification log)
 2014-09-19 21:38 UTC  (2+ messages)

[net-next 00/11][pull request] Intel Wired LAN Driver Updates 2014-09-18
 2014-09-19 21:36 UTC  (2+ messages)

pull-request: can 2014-09-18
 2014-09-19 21:34 UTC  (2+ messages)

[PATCH] tg3: Work around HW/FW limitations with vlan encapsulated frames
 2014-09-19 21:33 UTC  (5+ messages)

[PATCH net-next 0/3] mlx4: CQE/EQE stride support
 2014-09-19 21:32 UTC  (2+ messages)

[PATCH net] openvswitch: restore OVS_FLOW_CMD_NEW notifications
 2014-09-19 21:29 UTC  (5+ messages)
` [PATCH net v2 1/2] genetlink: add function genl_has_listeners()
  ` [PATCH net v2 2/2] openvswitch: restore OVS_FLOW_CMD_NEW notifications

[PATCH net-next] net: fix sparse warnings in SNMP_UPD_PO_STATS(_BH)
 2014-09-19 21:22 UTC  (2+ messages)

[PATCH v4 net-next 0/7] net: foo-over-udp (fou)
 2014-09-19 21:16 UTC  (2+ messages)

[PATCH 1/1 RESEND] lib: rhashtable: remove second linux/log2.h inclusion
 2014-09-19 21:09 UTC  (2+ messages)

[PATCH 1/1] net: allow macvlans to move to net namespace
 2014-09-19 21:07 UTC  (2+ messages)

[net-next PATCH v3] net: sched: cls_u32: rcu can not be last node
 2014-09-19 21:06 UTC  (2+ messages)

[PATCH net-next] net: bpf: fix compiler warnings in test_bpf
 2014-09-19 20:56 UTC  (2+ messages)

pull request: wireless 2014-09-17
 2014-09-19 20:33 UTC  (2+ messages)

[PATCH net-next] net: sched: use __skb_queue_head_init() where applicable
 2014-09-19 20:32 UTC  (2+ messages)

[PATCH net-next 0/3] bnx2x: Support new Multi-function modes
 2014-09-19 20:31 UTC  (2+ messages)

[PATCH net-next v2 0/8] net: phy: Broadcom BCM7xxx PHY workaround update
 2014-09-19 20:27 UTC  (10+ messages)
` [PATCH net-next v2 1/8] of: mdio: honor flags passed to of_phy_connect
` [PATCH net-next v2 2/8] net: phy: broadcom: add helper for PHY revision and patch level
` [PATCH net-next v2 3/8] net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WAR
` [PATCH net-next v2 4/8] net: bcmgenet: remove PHY_BRCM_100MBPS_WAR
` [PATCH net-next v2 5/8] net: bcmgenet: communicate integrated PHY revision to PHY driver
` [PATCH net-next v2 6/8] net: dsa: allow switch drivers to specify phy_device::dev_flags
` [PATCH net-next v2 7/8] net: dsa: bcm_sf2: communicate integrated PHY revision to PHY driver
` [PATCH net-next v2 8/8] net: phy: bcm7xxx: utilize PHY revision in config_init

[PATCH net-next] net: add alloc_skb_with_frags() helper
 2014-09-19 20:25 UTC  (2+ messages)

Waiting to hear from you
 2014-09-19 20:43 UTC 

cannot ARP macvlan on top of bonding device
 2014-09-19  7:03 UTC 

[PATCH net-next] tcp: do not fake tcp headers in tcp_send_rcvq()
 2014-09-19 20:04 UTC  (2+ messages)

[PATCH net] sparc: bpf_jit: fix support for ldx/stx mem and SKF_AD_VLAN_TAG
 2014-09-19 20:02 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).