netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-05 14:39:55 to 2015-10-06 07:52:12 UTC [more...]

[patch net-next v3 00/14] rocker: add support for multiple worlds
 2015-10-06  7:51 UTC  (13+ messages)
` [patch net-next v3 01/14] rocker: remove unused rocker_port param from alloc funcs and shorten their names
` [patch net-next v3 02/14] rocker: rename rocker.h to rocker_hw.h
` [patch net-next v3 03/14] rocker: rename rocker.c to rocker_main.c
` [patch net-next v3 04/14] rocker: push tlv processing into separate files
` [patch net-next v3 05/14] rocker: implement set settings mode command
` [patch net-next v3 06/14] rocker: introduce worlds infrastructure
` [patch net-next v3 07/14] rocker: introduce OF-DPA world skeleton
` [patch net-next v3 08/14] rocker: set default world on port probe and clean world on remove
` [patch net-next v3 09/14] rocker: pass "learning" value as a parameter to rocker_port_set_learning
` [patch net-next v3 10/14] rocker: pre-allocate wait structures during cmd ring init
` [patch net-next v3 11/14] rocker: remove trans parameter to rocker_cmd_exec function
` [patch net-next v3 12/14] rocker: call rocker_cmd_exec function with "nowait" boolean instead of flags

[patch net-next v2 00/13] rocker: add support for multiple worlds
 2015-10-06  7:43 UTC  (23+ messages)
` [patch net-next v2 01/13] rocker: remove unused rocker_port param from alloc funcs and shorten their names
` [patch net-next v2 02/13] rocker: rename rocker.h to rocker_hw.h
` [patch net-next v2 03/13] rocker: rename rocker.c to rocker_main.c
` [patch net-next v2 04/13] rocker: push tlv processing into separate files
` [patch net-next v2 05/13] rocker: implement set settings mode command
` [patch net-next v2 06/13] rocker: introduce worlds infrastructure
` [patch net-next v2 07/13] rocker: introduce OF-DPA world skeleton
` [patch net-next v2 08/13] rocker: set default world on port probe and clean world on remove
` [patch net-next v2 09/13] rocker: pass "learning" value as a parameter to rocker_port_set_learning
` [patch net-next v2 10/13] rocker: pre-allocate wait structures during cmd ring init
` [patch net-next v2 11/13] rocker: remove trans parameter to rocker_cmd_exec function
` [patch net-next v2 12/13] rocker: call rocker_cmd_exec function with "nowait" boolean instead of flags
` [patch net-next v2 13/13] rocker: move OF-DPA stuff into separate file

[PATCH net-next] net/mlx4_core: Test interrupts fail if not all comp vectors called request_irq
 2015-10-06  7:28 UTC  (2+ messages)

[patch net-next 00/14] rocker: add support for multiple worlds
 2015-10-06  7:34 UTC  (26+ messages)
` [patch net-next 05/14] rocker: implement set settings mode command
` [patch net-next 09/14] rocker: add rtnl ops for port mode [gs]etting
` [patch net-next 10/14] rocker: pass "learning" value as a parameter to rocker_port_set_learning

[PATCH] ipvs: Remove unused net variable from ip_vs_out
 2015-10-06  7:33 UTC  (3+ messages)

[PATCH v2 1/5] net: dsa: add missing kfree on remove
 2015-10-06  7:25 UTC  (5+ messages)

[PATCH v2 3/5] net: dsa: complete dsa_switch_destroy
 2015-10-06  7:23 UTC  (3+ messages)

[PATCH v2 5/5] net: dsa: exit probe if no switch were found
 2015-10-06  7:20 UTC  (3+ messages)

[PATCH net-next 0/2] bpf: unprivileged
 2015-10-06  7:13 UTC  (12+ messages)
` [PATCH net-next 1/2] bpf: enable non-root eBPF programs
` [PATCH net-next 2/2] bpf: charge user for creation of BPF maps and programs

[PATCH 18/23] spear13xx_pcie_gadget: use per-attribute show and store methods
 2015-10-06  7:01 UTC 

[PATCH v2 net-next] ipv4: Fix compilation errors in fib_rebalance
 2015-10-06  6:48 UTC  (2+ messages)

[PATCH 1/2] regmap: only call custom reg_update_bits() if reg is marked volatile
 2015-10-06  6:29 UTC  (3+ messages)

[net-next:master 647/682] fib_semantics.c:undefined reference to `__divdi3'
 2015-10-06  6:42 UTC  (5+ messages)

[PATCH net-next v2 1/2] regmap: Allow installing custom reg_update_bits function
 2015-10-06  6:21 UTC  (4+ messages)

[PATCH net-next v2] net: Fix unused variable compile warning
 2015-10-06  6:35 UTC  (3+ messages)

[PATCH] amd-xgbe: Check for successful buffer allocation before use
 2015-10-06  6:31 UTC  (2+ messages)

[PATCH net-next] net/mlx4_core: Test interrupts fail if not all comp vectors called request_irq
 2015-10-06  6:24 UTC  (4+ messages)

linux-next: build failure after merge of the net-next tree
 2015-10-06  5:34 UTC 

[PATCH net-next] Fixes: 0e884c7 ipv4: L3 hash-based multipath: tag
 2015-10-06  5:21 UTC  (4+ messages)

[PATCH net] ppp: don't override sk->sk_state in pppoe_flush_dev()
 2015-10-06  4:46 UTC  (8+ messages)

[PATCH RFC 0/3] net: Add driver helper function to determine if checksum is offloadable
 2015-10-06  4:03 UTC  (6+ messages)
` [PATCH RFC 1/3] net: Add skb_inner_transport_offset function
` [PATCH RFC 2/3] net: Add driver helper function to determine checksum offloadability
` [PATCH RFC 3/3] mlx4: Call skb_csum_offload_check to check offloadability

[PATCH RFC v1 0/7] NCSI Support
 2015-10-06  3:09 UTC  (8+ messages)
` [PATCH RFC v1 1/7] net/ncsi: Resource management
` [PATCH RFC v1 2/7] net/ncsi: Packet handler
` [PATCH RFC v1 3/7] net/ncsi: Manage NCSI device
` [PATCH RFC v1 4/7] net/ncsi: Netlink support
` [PATCH RFC v1 5/7] net/faraday: Replace use_nc_si with use_ncsi
` [PATCH RFC v1 6/7] net/faraday: Enable NCSI interface
` [PATCH RFC v1 7/7] net/faraday: Enable offload checksum according to device-tree

remove dma_supported and pci_dma_supported as public APIs
 2015-10-06  3:57 UTC  (5+ messages)
` [PATCH 01/15] pcnet32: use pci_set_dma_mask insted of pci_dma_supported
` [PATCH 11/15] sfc: don't call dma_supported

[PATCH net-next V14 0/3] openvswitch: Add support for 802.1ad
 2015-10-06  0:27 UTC  (3+ messages)
` [PATCH net-next V14 3/3] openvswitch: 802.1ad: Flow handling, actions, vlan parsing and netlink attributes

linux-next: manual merge of the net-next tree with the ipsec tree
 2015-10-06  0:24 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2015-10-06  0:16 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2015-10-06  0:11 UTC 

[MM PATCH V4 5/6] slub: support for bulk free with SLUB freelists
 2015-10-05 23:53 UTC  (10+ messages)
` [MM PATCH V4.1 "

Glibc recvmsg from kernel netlink socket hangs forever
 2015-10-05 23:30 UTC  (6+ messages)

my subject
 2015-10-05 22:43 UTC 

[PATCHv3 net 0/6] OVS conntrack fixes for net
 2015-10-05 22:23 UTC  (7+ messages)
` [PATCHv3 net 1/6] openvswitch: Fix typos in CT headers
` [PATCHv3 net 2/6] openvswitch: Fix skb leak in ovs_fragment()
` [PATCHv3 net 3/6] openvswitch: Ensure flow is valid before executing ct
` [PATCHv3 net 4/6] openvswitch: Reject ct_state unsupported bits
` [PATCHv3 net 5/6] openvswitch: Extend ct_state match field to 32 bits
` [PATCHv3 net 6/6] openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMIT

[PATCH 3.19 and earlier] fib_rules: Fix dump_rules() not to exit early
 2015-10-05 21:50 UTC  (2+ messages)

simplify configfs attributes V2
 2015-10-05 21:37 UTC  (2+ messages)

HW communication debugging interface - ideas?
 2015-10-05 20:40 UTC  (13+ messages)

[PATCH] ovs: do not allocate memory from offline numa node
 2015-10-05 20:25 UTC  (3+ messages)

[RFC PATCH] Fix false positives in can_checksum_protocol()
 2015-10-05 20:22 UTC  (14+ messages)

[PATCH net-next 0/2] sock_diag: introducing udp_info
 2015-10-05 19:55 UTC  (3+ messages)
` [PATCH net-next 1/2] sock_diag: create udp_info for udp socket stats
` [PATCH net-next 2/2] sock_diag: initial udp_info metrics

Credit Offer
 2015-10-06  3:48 UTC 

[PATCH net] openvswitch: Fix egress tunnel info
 2015-10-05 19:37 UTC  (3+ messages)

Request for stable-4.1.y stable inclusion
 2015-10-05 19:01 UTC 

[PATCH 00/12] net: assorted y2038 changes
 2015-10-05 18:51 UTC  (3+ messages)
` [PATCH 12/12] [RFC] can: avoid using timeval for uapi

[PATCH v3 00/14] RDS: connection scalability and performance improvements
 2015-10-05 18:31 UTC  (16+ messages)
` [PATCH v3 01/14] RDS: use kfree_rcu in rds_ib_remove_ipaddr
` [PATCH v3 02/14] RDS: make socket bind/release locking scheme simple and more efficient
` [PATCH v3 03/14] RDS: fix rds_sock reference bug while doing bind
` [PATCH v3 04/14] RDS: Use per-bucket rw lock for bind hash-table
` [PATCH v3 05/14] RDS: defer the over_batch work to send worker
` [PATCH v3 06/14] RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULL
` [PATCH v3 07/14] RDS: IB: ack more receive completions to improve performance
` [PATCH v3 08/14] RDS: IB: split send completion handling and do batch ack
` [PATCH v3 09/14] RDS: IB: handle rds_ibdev release case instead of crashing the kernel
` [PATCH v3 10/14] RDS: IB: fix the rds_ib_fmr_wq kick call
` [PATCH v3 11/14] RDS: IB: use already available pool handle from ibmr
` [PATCH v3 12/14] RDS: IB: mark rds_ib_fmr_wq static
` [PATCH v3 13/14] RDS: IB: use max_mr from HCA caps than max_fmr
` [PATCH v3 14/14] RDS: IB: split mr pool to improve 8K messages performance

[PATCH net-next] net: Lookup actual route when oif is VRF device
 2015-10-05 18:10 UTC  (3+ messages)

[PATCH net-next v2 0/4] openvswitch: add IPv6 tunneling support
 2015-10-05 18:05 UTC  (7+ messages)
` [PATCH net-next v2 4/4] openvswitch: IPv6 support for ovs_tunnel_get_egress_info

[PATCH v2 0/3] af_unix: fix use-after-free
 2015-10-05 17:55 UTC  (9+ messages)
` [PATCH v2 1/3] unix: fix use-after-free in unix_dgram_poll()
` [PATCH v2 3/3] af_unix: optimize the unix_dgram_recvmsg()

[net-next:master 641/694] include/net/request_sock.h:198:9: sparse: context imbalance in 'tcp_conn_request' - unexpected unlock
 2015-10-05 16:27 UTC  (2+ messages)

[PATCH 2/2] Convert smsc911x to use ACPI as well as DT
 2015-10-06  0:20 UTC  (13+ messages)

[PATCH net-next v3 0/2] openvswitch: add IPv6 tunneling support
 2015-10-05 12:23 UTC  (3+ messages)
` [PATCH net-next v3 2/2] openvswitch: netlink attributes for IPv6 tunneling

Please backport asix (USB Ethernet) fixes
 2015-10-05 16:09 UTC 

pull-request: mac80211-next 2015-10-05
 2015-10-05 16:01 UTC 

[PATCH net-next 0/5 v2] net: Add saddr op to l3mdev and vrf
 2015-10-05 15:51 UTC  (6+ messages)
` [PATCH net-next 1/5] net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRC
` [PATCH net-next 2/5] net: Add netif_is_l3_slave
` [PATCH net-next 3/5] net: Refactor path selection in __ip_route_output_key_hash
` [PATCH net-next 4/5] net: Add source address lookup op for VRF
` [PATCH net-next 5/5] net: Add l3mdev saddr lookup to raw_sendmsg

[PATCH v2 00/14] RDS: connection scalability and performance improvements
 2015-10-05 15:31 UTC  (4+ messages)
` [PATCH v2 05/14] RDS: defer the over_batch work to send worker

[PATCH net] openvswitch: Fix ovs_vport_get_stats()
 2015-10-05 12:31 UTC  (2+ messages)

[PATCH net-next 0/5] net: Add saddr op to l3mdev and vrf
 2015-10-05 14:44 UTC  (3+ messages)
` [PATCH net-next 2/5] net: Add netif_is_l3_slave

[PATCH 1/3][RESEND] doc: dt: net: Add fsl,wake-on-filer for eTSEC
 2015-10-05 14:19 UTC  (2+ messages)
` [PATCH 2/3][RESEND] powerpc: dts: p1022si: "


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).