netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-01 18:20:19 to 2015-04-02 14:06:24 UTC [more...]

[PATCH 0/6] RDS: RDS core bug fixes
 2015-04-02 14:06 UTC  (8+ messages)
` [PATCH 1/6] RDS: Re-add pf/sol access via sysctl
` [PATCH 2/6] RDS: only use passive connections when addresses match
` [PATCH 3/6] rds: check for excessive looping in rds_send_xmit
` [PATCH 4/6] RDS: make sure not to loop forever inside rds_send_xmit
` [PATCH 5/6] RDS: rds_send_xmit is called under a spinlock, lets not do a cond_resched()
` [PATCH 6/6] RDS: don't trust the LL_SEND_FULL bit

[PATCH resend] Renesas Ethernet AVB driver
 2015-04-02 13:56 UTC  (2+ messages)

[PATCH net-next 0/3] tipc: remove some unnecessary complexity
 2015-04-02 13:33 UTC  (4+ messages)
` [PATCH net-next 1/3] tipc: drop tunneled packet duplicates at reception
` [PATCH net-next 2/3] tipc: eliminate delayed link deletion at link failover
` [PATCH net-next 3/3] tipc: simplify link mtu negotiation

[PATCH net-next 00/18] Mellanox mlx4 driver updates
 2015-04-02 13:31 UTC  (19+ messages)
` [PATCH net-next 01/18] net/mlx4: Add RSS support for fragmented IP datagrams
` [PATCH net-next 02/18] net/mlx4_en: Change loopback only upon feature change
` [PATCH net-next 03/18] net/mlx4: Make mlx4_is_eth visible inline funcion
` [PATCH net-next 04/18] net/mlx4: Aesthetic code changes in multi_func_init
` [PATCH net-next 05/18] net/mlx4: New file for QoS related firmware commands
` [PATCH net-next 06/18] net/mlx4: Add mlx4_ALLOCATE_VPP implementation
` [PATCH net-next 07/18] net/mlx4: Add mlx4_SET_VPORT_QOS implementation
` [PATCH net-next 08/18] net/mlx4: Query device for QoS per VF support
` [PATCH net-next 09/18] net/mlx4: Allocate VPPs for each port on PF init
` [PATCH net-next 10/18] net/mlx4: Added qos_vport QP configuration in VST mode
` [PATCH net-next 11/18] net/mlx4_en: Enable TX rate limit per VF
` [PATCH net-next 12/18] net/mlx4: Warn users of depracated QoS Firmware
` [PATCH net-next 13/18] net/mlx4: Set enhanced QoS support by default when ETS supported
` [PATCH net-next 14/18] net/mlx4: Add SET_PORT opcode modifiers enumeration
` [PATCH net-next 15/18] net/mlx4_en: Add interface identify support
` [PATCH net-next 16/18] net/mlx4_en: Add RX-FCS support
` [PATCH net-next 17/18] net/mlx4_en: Add RX-ALL support
` [PATCH net-next 18/18] MAINTAINERS: Update mlx4_en entry

[PATCH nf-next 00/14] get rid of skb->nf_bridge pointer
 2015-04-02 12:16 UTC  (19+ messages)
` [PATCH nf-next 01/14] netfilter: bridge: really save frag_max_size between PRE and POST_ROUTING
` [PATCH nf-next 02/14] net: untangle ip_fragment and bridge netfilter
` [PATCH nf-next 03/14] netfilter: bridge: don't use nf_bridge_info data to store mac header
` [PATCH nf-next 04/14] netfilter: bridge: start splitting mask into public/private chunks
` [PATCH nf-next 05/14] netfilter: bridge: make BRNF_PKT_TYPE flag a bool
` [PATCH nf-next 06/14] netfilter: bridge: rename and resize 'data' field
` [PATCH nf-next 07/14] netfilter: bridge: add helpers for fetching physin/outdev
` [PATCH nf-next 08/14] netfilter: physdev: use helpers
` [PATCH nf-next 09/14] netfilter: bridge: add and use nf_bridge_info_get helper
` [PATCH nf-next 10/14] netfilter: bridge: move bridge netfilter state into sk_buff
` [PATCH nf-next 11/14] netfilter: bridge: remove skb->nf_bridge
` [PATCH nf-next 12/14] netfilter: bridge: discard nf_bridge info on xmit
` [PATCH nf-next 13/14] netfilter: bridge: neigh_head and physoutdev can't be used at same time
` [PATCH nf-next 14/14] netfilter: bridge: hold physinport ref during neigh resolution

[PATCH iproute2 -next] tc, bpf: finalize eBPF support for cls and act front-end
 2015-04-02 12:10 UTC  (11+ messages)

[PATCH net-next] ipv6: protect skb->sk accesses from recursive dereference inside the stack
 2015-04-02 12:05 UTC  (13+ messages)

[PATCH RFC 00/10] introduce DPAA Ethernet driver
 2015-04-02 11:07 UTC 

[PATCH net-next] virtio: document queue state logic
 2015-04-02 11:05 UTC 

af_packet / TX_RING not fully non-blocking (w/ MSG_DONTWAIT)
 2015-04-02 10:52 UTC 

[PATCH RFC 02/10] dpaa_eth: add support for DPAA Ethernet
 2015-04-02 10:44 UTC  (2+ messages)

ethtool: git tree not updated to v3.18
 2015-04-02  9:50 UTC  (2+ messages)

[PATCH net-next v3 00/26] switchdev: spring cleanup
 2015-04-02  9:09 UTC  (29+ messages)
` [PATCH net-next v3 01/26] switchdev: introduce get/set attrs ops
` [PATCH net-next v3 02/26] switchdev: convert parent_id_get to swdev attr get
` [PATCH net-next v3 03/26] switchdev: convert STP update to swdev attr set
` [PATCH net-next v3 04/26] switchdev: add bridge port flags attr
` [PATCH net-next v3 05/26] rocker: use swdev get/set attr for bridge port flags
` [PATCH net-next v3 06/26] switchdev: introduce swdev add/del obj ops
` [PATCH net-next v3 07/26] switchdev: add port vlan obj
` [PATCH net-next v3 08/26] rocker: use swdev add/del obj for bridge port vlans
` [PATCH net-next v3 09/26] switchdev: add new swdev bridge setlink
` [PATCH net-next v3 10/26] rocker: cut over to new swdev_port_bridge_setlink
` [PATCH net-next v3 11/26] bonding: "
` [PATCH net-next v3 12/26] team: "
` [PATCH net-next v3 13/26] switchdev: remove old netdev_switch_port_bridge_setlink
` [PATCH net-next v3 14/26] switchdev: add new swdev_port_bridge_dellink
` [PATCH net-next v3 15/26] rocker: cut over to "
` [PATCH net-next v3 16/26] bonding: "
` [PATCH net-next v3 17/26] team: "
` [PATCH net-next v3 18/26] switchdev: remove unused netdev_switch_port_bridge_dellink
` [PATCH net-next v3 19/26] switchdev: add new swdev_port_bridge_getlink
` [PATCH net-next v3 20/26] rocker: cut over to "
` [PATCH net-next v3 21/26] bonding: "
` [PATCH net-next v3 22/26] team: "
` [PATCH net-next v3 23/26] switchdev: rename netdev_switch_fib_* to swdev_fib_*
` [PATCH net-next v3 24/26] switchdev: rename netdev_switch_notifier_* to swdev_notifier_*
` [PATCH net-next v3 25/26] switchdev: convert swdev_fib_ipv4_add/del over to swdev_port_obj_add/del
` [PATCH net-next v3 26/26] switchdev: bring documentation up-to-date

[PATCH net-next 0/4] netns: enhance netlink interface for nsid
 2015-04-02  8:52 UTC  (3+ messages)

[PATCH] xfrm: fix xfrm_input/xfrm_tunnel_check oops
 2015-04-02  7:58 UTC 

[PATCH net-next v2 00/26] switchdev: spring cleanup
 2015-04-02  7:43 UTC  (7+ messages)
` [PATCH net-next v2 01/26] switchdev: introduce get/set attrs ops

[rhashtable] [ INFO: suspicious RCU usage. ]
 2015-04-02  7:33 UTC  (5+ messages)

[PATCH net-next V3 00/23] ptp: get ready for 2038
 2015-04-02  6:33 UTC  (8+ messages)
` [PATCH net-next V3 13/23] ptp: igb: convert to the 64 bit get/set time methods

[PATCH iproute2 -next v2] tc, bpf: finalize eBPF support for cls and act front-end
 2015-04-02  6:22 UTC  (3+ messages)

[PATCH] Include SFP serial number and other SFF-8079 fields in EEPROM dump
 2015-04-02  4:33 UTC 

[PATCH v2 net-next] crypto: algif - explicitly mark end of data
 2015-04-02  3:00 UTC  (2+ messages)

[PATCHv2 00/12] DSA Mavell drivers refactoring and cleanup
 2015-04-02  2:55 UTC  (14+ messages)
` [PATCHv2 01/12] net: dsa: mv88e6131: Use common initialization functions
` [PATCHv2 02/12] net: dsa: mv88e6xxx: Move switch product IDs into common include file
` [PATCHv2 03/12] net: dsa: mv88e6131: Determine and use number of switch ports
` [PATCHv2 04/12] net: dsa: mv88e6123_61_65: "
` [PATCHv2 05/12] net: dsa: Consistently set and use ps->num_ports
` [PATCHv2 06/12] net: dsa: Centralize Marvell switch reset
` [PATCHv2 07/12] net: dsa: Move phy page access functions into shared code
` [PATCHv2 08/12] net: dsa: Consolidate phy read and write functions
` [PATCHv2 09/12] net: dsa: mv88e6xxx: Add missing mutex's in EEE operations
` [PATCHv2 10/12] net: dsa: Consolidate getting the statistics
` [PATCHv2 11/12] net: dsa: Use mnemonics rather than register numbers
` [PATCHv2 12/12] net: dsa: mv88e6xxx: Fix stats counters for 6352 family

[PATCH net-next] pkt_sched: fq: correct spelling of locally
 2015-04-02  2:53 UTC  (2+ messages)

[PATCH net-next] vxlan: correct spelling in comments
 2015-04-02  2:53 UTC  (2+ messages)

[PATCH net-next] vmxnet3: spelling fixes
 2015-04-02  2:52 UTC  (2+ messages)

[PATCH 00/12] DSA Mavell drivers refactoring and cleanup
 2015-04-02  2:01 UTC  (18+ messages)
` [PATCH 01/12] net: dsa: mv88e6131: Use common initialization functions
` [PATCH 02/12] net: dsa: mv88e6xxx: Move switch product IDs into common include file
` [PATCH 03/12] net: dsa: mv88e6131: Determine and use number of switch ports
` [PATCH 04/12] net: dsa: mv88e6123_61_65: "
` [PATCH 05/12] net: dsa: Consistently set and use ps->num_ports
` [PATCH 06/12] net: dsa: Centralize Marvell switch reset
` [PATCH 07/12] net: dsa: Move phy page access functions into shared code
` [PATCH 08/12] net: dsa: Consolidate phy read and write functions
` [PATCH 09/12] net: dsa: mv88e6xxx: Add missing mutex's in EEE operations
` [PATCH 10/12] net: dsa: Consolidate getting the statistics
` [PATCH 11/12] net: dsa: Use mnemonics rather than register numbers
` [PATCH 12/12] net: dsa: mv88e6xxx: Fix stats counters for 6352 family

[PATCH 1/2] ipvlan: don't loose broadcast MAC when setting MAC filters
 2015-04-02  1:30 UTC  (10+ messages)
        ` [PATCH] ipvlan: fix up broadcast MAC filtering for ARP and DHCP

[PATCH net-next 00/18] switchdev: spring cleanup
 2015-04-02  1:01 UTC  (12+ messages)
` [PATCH net-next 11/18] switchdev: remove old netdev_switch_port_bridge_setlink

commit d0af71a3573 for 3.19.y stable
 2015-04-02  0:34 UTC 

[PATCH net] tcp: fix FRTO undo on cumulative ACK of SACKed range
 2015-04-02  0:26 UTC 

[PATCH net-next] tc: bpf: add checksum helpers
 2015-04-02  0:12 UTC 

[PATCH net-next v2 0/5] mpls: Behaviour-changing improvements
 2015-04-01 23:49 UTC  (5+ messages)
` [PATCH net-next v3 0/4] "

[RFC 1/1] bridge: relax BR_GROUPFWD_RESTRICTED to forward LLDP frames
 2015-04-01 22:50 UTC  (5+ messages)
` [PATCH] "

[RFC][PATCHES] iov_iter.c rewrite
 2015-04-01 21:57 UTC  (18+ messages)
              ` [RFC] iov_iter_get_pages() semantics

[PATCH net-next 0/2] ipv6: coding style - comparisons with NULL
 2015-04-01 20:33 UTC  (9+ messages)
    ` [PATCH] checkpatch/SubmittingPatches: Suggest line wrapping commit messages at 72 columns
              ` [PATCH V2] checkpatch/SubmittingPatches: Suggest line wrapping commit messages at 75 columns

[GIT] Networking
 2015-04-01 19:48 UTC 

[PATCH net-next] vxge: Add const to ethtool_driver_stats_keys
 2015-04-01 19:35 UTC  (2+ messages)

[PATCH net-next] crypto: algif - use kmalloc instead of kzalloc
 2015-04-01 19:33 UTC  (2+ messages)

[PATCH net-next] crypto: af_alg - make exports consistant
 2015-04-01 19:33 UTC  (2+ messages)

[PATCH net-next] crypto: algif - explicitly mark end of data
 2015-04-01 19:32 UTC  (2+ messages)

[PATCH v3] net: sysctl for RA default route MTU
 2015-04-01 19:27 UTC  (5+ messages)

Question regarding MAC address configuraton with VLAN devices
 2015-04-01 19:15 UTC 

pull-request: wireless-drivers 2015-04-01
 2015-04-01 18:49 UTC  (2+ messages)

[PATCH net 0/2] cxgb4 FW macro changes for new FW
 2015-04-01 18:47 UTC  (2+ messages)

[PATCH net-next] cxgb4: Move ethtool related code to a separate file
 2015-04-01 18:41 UTC  (4+ messages)
  ` [PATCH net-next] chelsio cxgb/cxgb3: Make stats_strings arrays const

pull-request: wireless-drivers-next 2015-04-01
 2015-04-01 18:28 UTC  (2+ messages)

pull-request: mac80211 2015-04-01
 2015-04-01 18:20 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).