netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-31 17:11:54 to 2015-02-02 21:00:40 UTC [more...]

[PATCH] net: usb: sr9700: Use 'SR_' prefix for the common register macros
 2015-02-02 21:00 UTC 

[PATCH] bluetooth: hci_sock: Use type cast "(void *)" to avoid building warnings
 2015-02-02 21:07 UTC  (3+ messages)

[PATCH net-next 0/6] ipv6: Add lockless UDP send path
 2015-02-02 20:42 UTC  (4+ messages)
` [PATCH net-next 5/6] udpv6: Add lockless sendmsg() support

[PATCH net-next 0/3] openvswitch: Add STT support
 2015-02-02 20:39 UTC  (14+ messages)

[PATCHv3 ipsec-next] xfrm: Do not parse 32bits compiled xfrm netlink msg on 64bits host
 2015-02-02 19:45 UTC  (5+ messages)
` [PATCHv3, "

[PATCH net-next 1/2] pkt_sched: fq: avoid artificial bursts for clocked flows
 2015-02-02 19:24 UTC  (3+ messages)
` [PATCH net-next 2/2] pkt_sched: fq: remove redundant flow credit refill

Throughput regression with `tcp: refine TSO autosizing`
 2015-02-02 18:52 UTC  (17+ messages)
                  ` Fwd: "
                            ` [Cerowrt-devel] "

[PATCH net-next v2 0/6] net: Add STT support
 2015-02-02 18:44 UTC  (9+ messages)

AF_NETDEV - device specific sockets
 2015-02-02 18:04 UTC  (4+ messages)

[PATCH net-next 0/4] enic: improve rq buff allocation and reduce dma mapping
 2015-02-02 17:49 UTC  (3+ messages)

[PATCH] net: ipv6: Make address flushing on ifdown optional - v2
 2015-02-02 17:38 UTC  (4+ messages)

[PATCH net-next] bridge: Let bridge not age 'externally' learnt FDB entries, they are removed when 'external' entity notifies the aging
 2015-02-02 17:21 UTC 

[PATCH] net: fs_enet: Implement NETIF_F_SG feature
 2015-02-02 17:06 UTC 

[PATCHv1 net] xen-netback: stop the guest rx thread after a fatal error
 2015-02-02 17:00 UTC  (2+ messages)

[PATCH net-next] netcp driver fixes to build as dynamic modules
 2015-02-02 16:40 UTC  (5+ messages)
` [PATCH net-next] drivers: net: cpsw: make cpsw_ale.c a module to allow re-use on Keystone

[PATCH 0/3] crypto: algif - change algif_skcipher to be asynchronous
 2015-02-02 16:40 UTC  (4+ messages)

[PATCH net-next 0/8] Add support for adaptive-rx, dump mbox and various adapter stats
 2015-02-02 16:34 UTC  (11+ messages)
` [PATCH net-next 1/8] cxgb4: Add support in debugfs to display sensor information
` [PATCH net-next 2/8] cxgb4: Added support in debugfs to display tp_la stats
` [PATCH net-next 3/8] cxgb4: Add support for ULP RX la dump in debugfs
` [PATCH net-next 4/8] cxgb4: Add support to dump mbox "
` [PATCH net-next 5/8] cxgb4: Add support to dump HW port loopback stats "
` [PATCH net-next 6/8] cxgb4: Add support to display TP module tcp "
` [PATCH net-next 7/8] cxgb4: Added support in debugfs to display tp_err_stats
` [PATCH net-next 8/8] cxgb4: Add low latency socket busy_poll support

[PATCH net 0/2] netns: audit netdevice creation with IFLA_NET_NS_[PID|FD]
 2015-02-02 15:58 UTC  (3+ messages)

[PATCH v3 3/3] stmmac: pci: add MSI support for Intel Quark X1000
 2015-02-02 15:50 UTC  (3+ messages)

[PATCH] tun: orphan an skb on tx
 2015-02-02 15:47 UTC  (17+ messages)

[PATCH v2 0/3] Restore UFO support to virtio_net devices
 2015-02-02 15:04 UTC  (7+ messages)
` [PATCH v2 3/3] Revert "drivers/net: Disable UFO through virtio"

[PATCH v3 0/3] Restore UFO support to virtio_net devices
 2015-02-02 15:01 UTC  (4+ messages)
` [PATCH net v3 1/3] ipv6: Select fragment id during UFO segmentation if not set
` [PATCH net v3 2/3] Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets"
` [PATCH net v3 3/3] Revert "drivers/net: Disable UFO through virtio"

Subject: NetDev 0.1 weekly update, registration working again
 2015-02-02 14:00 UTC 

[PATCH net] net/mlx4_core: Fix kernel Oops (mem corruption) when working with more than 80 VFs
 2015-02-02 13:18 UTC 

[RFC][PATCHSET] more iov_iter conversion in net/*
 2015-02-02 13:14 UTC  (24+ messages)
` [PATCH v2 01/18] netlink: make the check for "send from tx_ring" deterministic
` [PATCH v2 02/18] ipv4: raw_send_hdrinc(): pass msghdr
` [PATCH v2 03/18] ipv6: rawv6_send_hdrinc(): "
` [PATCH v2 04/18] vmci: propagate msghdr all way down to __qp_memcpy_to_queue()
` [PATCH v2 05/18] rxrpc: switch rxrpc_send_data() to iov_iter primitives
` [PATCH v2 06/18] rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter properly
` [PATCH v2 07/18] ip: stash a pointer to msghdr in struct ping_fakehdr
` [PATCH v2 08/18] ip: convert tcp_sendmsg() to iov_iter primitives
` [PATCH v2 09/18] net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()
` [PATCH v2 10/18] tipc: tipc ->sendmsg() conversion
` [PATCH v2 11/18] net: bury net/core/iovec.c - nothing in there is used anymore
` [PATCH v2 12/18] crypto: switch af_alg_make_sg() to iov_iter
` [PATCH v2 13/18] net/socket.c: fold do_sock_{read,write} into callers
` [PATCH v2 14/18] net: switch sockets to ->read_iter/->write_iter
` [PATCH v2 15/18] vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()
` [PATCH v2 16/18] vhost: don't bother with copying iovec in handle_tx()
` [PATCH v2 17/18] vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()
` [PATCH v2 18/18] vhost: vhost_scsi_handle_vq() should just use copy_from_user()

rhashtable: Move hash_rnd into bucket_table
 2015-02-02 11:16 UTC  (3+ messages)
` [RFC] rhashtable: rhashtable_rehash

[PATCH] net: restore lro after device leave forwarding state
 2015-02-02 11:15 UTC  (5+ messages)
  ` [PATCHv2 net] net: restore lro after device detached from bridge

[PATCH] net: sched: One function call less in em_meta_change() after error detection
 2015-02-02 11:06 UTC  (25+ messages)
                                  ` [PATCH] net: sctp: Deletion of an unnecessary check before the function call "kfree"
                                  ` [PATCH 0/3] netlabel: Deletion of a few unnecessary checks
                                    ` [PATCH 1/3] netlabel: Deletion of an unnecessary check before the function call "cipso_v4_doi_putdef"
                                    ` [PATCH 2/3] netlabel: Deletion of an unnecessary check before the function call "cipso_v4_doi_free"
                                    ` [PATCH 3/3] netlabel: Less function calls in netlbl_mgmt_add_common() after error detection
                                        ` [PATCH v2 "
                                            ` [PATCH v3 0/3] netlabel: Deletion of a few unnecessary checks
                                              ` [PATCH v3 1/3] netlabel: Deletion of an unnecessary check before the function call "cipso_v4_doi_putdef"
                                              ` [PATCH v3 2/3] netlabel: Deletion of an unnecessary check before the function call "cipso_v4_doi_free"
                                              ` [PATCH v3 3/3] netlabel: Less function calls in netlbl_mgmt_add_common() after error detection

[PATCH 0/2] Two printf fixes
 2015-02-02 10:56 UTC  (8+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] lib/string_helpers.c: Change semantics of string_escape_mem

rhashtable: Fix potential crash on destroy in rhashtable_shrink
 2015-02-02  9:48 UTC  (3+ messages)

[PATCH] can: janz-ican3: fix type missmatch in assignment
 2015-02-02  9:25 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2015-02-02  9:09 UTC  (2+ messages)

Question: should local address be expired when updating PMTU?
 2015-02-02  8:20 UTC 

[PATCH] net: rocker: Add support for retrieving port level statistics
 2015-02-02  7:17 UTC  (2+ messages)

[PATCH net-next v4 0/7] switchdev offload flags
 2015-02-02  7:16 UTC  (2+ messages)

[PATCH v2] stmmac: DMA threshold mode or SF mode can be different among multiple device instance
 2015-02-02  7:14 UTC  (2+ messages)

[PATCH] ipv4: tcp: get rid of ugly unicast_sock
 2015-02-02  7:06 UTC  (2+ messages)

[PATCH net] hyperv: Fix the error processing in netvsc_send()
 2015-02-02  6:49 UTC  (5+ messages)

[PATCH net v3] net: ipv6: allow explicitly choosing optimistic addresses
 2015-02-02  6:39 UTC 

[PATCHv2 net-next] cxgb4: Remove preprocessor check for CONFIG_CXGB4_DCB
 2015-02-02  6:37 UTC  (2+ messages)

[target:for-next 16/21] drivers/vhost/scsi.c:1081:5: sparse: symbol 'vhost_skip_iovec_bytes' was not declared. Should it be static?
 2015-02-02  6:35 UTC  (3+ messages)
` [PATCH target] vhost/scsi: vhost_skip_iovec_bytes() can be static

Is sch_teql still useful?
 2015-02-02  6:27 UTC  (2+ messages)

[PATCH net v2] net: ipv6: allow explicitly choosing optimistic addresses
 2015-02-02  6:21 UTC  (5+ messages)

[PATCH] net: rocker: Change netdev names to include slot number
 2015-02-02  6:03 UTC 

[PATCH bluetooth-next] ieee802154: cc2520: Replace shift operations by BIT macro
 2015-02-02  5:10 UTC  (2+ messages)

[PATCH bluetooth-next] ieee802154: cc2520: Fix space before , coding style issue
 2015-02-02  5:10 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2015-02-02  2:40 UTC 

[PATCH net-next 1/7] r8152: adjust rx_bottom
 2015-02-02  2:38 UTC  (6+ messages)

[PATCH] Fixed TPACKET V3 to signal poll when block is closed rather than every packet
 2015-02-02  2:11 UTC  (3+ messages)

[PATCH] brcmfmac: avoid duplicated suspend/resume operation
 2015-02-02  1:58 UTC  (8+ messages)

[PATCH v3] net/fsl_pq_mdio: Document supported compatibles
 2015-02-01 21:58 UTC 

[patch] isdn: off by one in connect_res()
 2015-02-01 20:54 UTC 

[PATCH 00/11] hso: fix some problems with reset/disconnect path
 2015-02-01 20:33 UTC  (3+ messages)
` [PATCH v2 00/11] hso: fix some problems in the disconnect path

[PATCH] fcntl.h: Fix a typo
 2015-02-01 20:15 UTC  (2+ messages)

[PATCH for-next 00/11] Add network namespace support in the RDMA-CM
 2015-02-01 14:38 UTC  (20+ messages)
` [PATCH for-next 01/10] IB/addr: Pass network namespace as a parameter
` [PATCH for-next 03/10] IB/core: Find the network namespace matching connection parameters
  ` [PATCH for-next 02/10] IB/core: Pass network namespace as a parameter to relevant functions
  ` [PATCH for-next 04/10] IB/ipoib: Return IPoIB devices as possible matches to get_net_device_by_port_pkey_ip
  ` [PATCH for-next 05/10] IB/cm,cma: Move RDMA IP CM private-data parsing code from ib_cma to ib_cm
  ` [PATCH for-next 06/10] IB/cm: Add network namespace support
  ` [PATCH for-next 08/10] IB/cma: Add support for network namespaces
` [PATCH for-next 07/10] IB/cma: Separate port allocation to "
` [PATCH for-next 09/10] IB/ucma: Take the network namespace from the process
` [PATCH for-next 10/10] IB/ucm: Add partial support for network namespaces

[PATCH net-next v3 0/3] net-timestamp: blinding
 2015-02-01 11:29 UTC  (2+ messages)

[PATCH 2/3] netlink: Mark dumps as inconsistent which have been interrupted by a resize
 2015-02-01  7:45 UTC  (7+ messages)
` [PATCH 0/2] rhashtable: Add walk iterator primitives and use them in netlink
        ` netfilter: Use rhashtable walk iterator

[PATCH net] net: sched: fix panic in rate estimators
 2015-02-01  4:45 UTC  (3+ messages)

[PATCH net-next] ipv4: icmp: use percpu allocation
 2015-02-01  1:48 UTC  (2+ messages)

[PATCH net-next] tcp: use SACK RTTs for CC
 2015-02-01  1:26 UTC  (2+ messages)

[PATCH 0/4] Netfilter/IPVS fixes for net
 2015-01-31 20:55 UTC  (5+ messages)
` [PATCH 1/4] netfilter: nf_tables: validate hooks in NAT expressions
` [PATCH 2/4] netfilter: nf_tables: disable preemption when restoring chain counters
` [PATCH 3/4] ipvs: rerouting to local clients is not needed anymore
` [PATCH 4/4] netfilter: nf_tables: fix leaks in error path of nf_tables_newchain()

[GIT PULL nf] IPVS Fixes for v3.19
 2015-01-31 20:40 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).