netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-20 08:42:30 to 2015-04-22 02:58:27 UTC [more...]

[GIT] Networking
 2015-04-22  2:58 UTC 

[PATCH net-next v4 0/6] mpls: Behaviour-changing improvements
 2015-04-22  2:12 UTC  (7+ messages)
` [PATCH 0/3] mpls: ABI changes for security and correctness
  ` [PATCH 1/3] mpls: Per-device MPLS state
  ` [PATCH 2/3] mpls: Per-device enabling of packet input
  ` [PATCH 3/3] mpls: Prevent use of implicit NULL label as outgoing label

[PATCH net 0/2] rhashtable rehashing fixes
 2015-04-22  2:10 UTC  (6+ messages)
` [PATCH net 1/2] rhashtable: Schedule async resize when sync realloc fails
` [PATCH net 2/2] rhashtable: Do not schedule more than one rehash if we can't grow further

[PATCH] fix tcp fin memory accounting
 2015-04-22  1:32 UTC  (7+ messages)
          ` [PATCH net] tcp: fix possible deadlock in tcp_send_fin()

[PATCH V2] net: stmmac: use msleep instead of udelay for gpio reset
 2015-04-22  0:55 UTC  (5+ messages)

[PATCH net-next, 1/1] hv_netvsc: call dump_rndis_message() only in netvsc debug mode
 2015-04-22  0:30 UTC  (4+ messages)
` [PATCH net-next,1/1] "

[Patch net] igb: fix a typo in igb_reset_q_vector()
 2015-04-22  0:29 UTC  (4+ messages)

Networking microconference at LPC15 in Seattle (Aug 19-21)
 2015-04-21 23:33 UTC 

ioremap_uc() followed by set_memory_wc() - burrying MTRR
 2015-04-21 23:14 UTC  (6+ messages)

[PATCH v2 0/2] checkpatch: new ethernet address manipulation checks
 2015-04-21 22:27 UTC  (7+ messages)
` [PATCH v2 2/2] checkpatch: suggest using eth_zero_addr() and eth_broadcast_addr()

[PATCHSET] printk, netconsole: implement reliable netconsole
 2015-04-21 21:51 UTC  (18+ messages)
` [PATCH 01/16] printk: guard the amount written per line by devkmsg_read()
` [PATCH 02/16] printk: factor out message formatting from devkmsg_read()
` [PATCH 03/16] printk: move LOG_NOCONS skipping into call_console_drivers()
` [PATCH 04/16] printk: implement support for extended console drivers

[PATCH 1/1] v2: Driver: hv: netvsc: call dump_rndis_message() only in netvsc debug mode
 2015-04-21 21:50 UTC  (4+ messages)

[PATCH v3] ethernet: myri10ge: use arch_phys_wc_add()
 2015-04-21 21:48 UTC  (2+ messages)

[PATCH] altera tse: add support for lixed-links
 2015-04-21 21:37 UTC  (2+ messages)

[PATCH net] net/mlx4_core: Fix reading HCA max message size in mlx4_QUERY_DEV_CAP
 2015-04-21 21:36 UTC  (2+ messages)

[PATCH] tcp: set SOCK_NOSPACE under memory presure
 2015-04-21 21:33 UTC  (2+ messages)

[RFC PATCH] tc filter not show last u32 filter
 2015-04-21 20:25 UTC  (4+ messages)

[PATCH 00/11] Convert the posix_clock_operations and k_clock structure to ready for 2038
 2015-04-21 20:13 UTC  (27+ messages)
` [PATCH 01/11] linux/time64.h:Introduce the 'struct itimerspec64' for 64bit
` [PATCH 03/11] time/hrtimer:Introduce hrtimer_get_res64() with timespec64 type for getting the timer resolution
` [PATCH 04/11] posix timers:Introduce the 64bit methods with timespec64 type for k_clock structure
    ` [Y2038] "
` [PATCH 05/11] time/posix-timers:Convert to the 64bit methods for k_clock callback functions
      ` [Y2038] "
` [PATCH 09/11] cputime:Introduce the cputime_to_timespec64/timespec64_to_cputime function
` [PATCH 11/11] k_clock:Remove the 32bit methods with timespec type

[PATCH] etherdevice: Add ether_addr_copy_unaligned
 2015-04-21 20:06 UTC  (3+ messages)

[PATCH] tcp: add memory barriers to write space paths
 2015-04-21 19:58 UTC  (2+ messages)

[RFC 0/3] tc cleanup?
 2015-04-21 19:27 UTC  (4+ messages)
` [RFC 1/3] tc: fix return values of ingress qdisc
` [RFC 2/3] tc: deprecate TC_ACT_QUEUED
` [RFC 3/3] tc: cleanup tc_classify

[PATCH 1/5] ibmveth: change rx buffer default allocation for CMO
 2015-04-21 18:59 UTC  (4+ messages)
` [PATCH 4/5] ibmveth: Add support for Large Receive Offload

Please backport dev_kfree_skb_any fixes for stable
 2015-04-21 18:14 UTC  (4+ messages)

[RFC PATCH 0/3] Enable connecting DSA-based switch to the USB RMII interface
 2015-04-21 17:51 UTC  (12+ messages)
` [RFC PATCH 1/3] net/dsa: Refactor dsa_probe()
` [RFC PATCH 2/3] net/dsa: Allow probing dsa from usbnet
` [RFC PATCH 3/3] driver/net/usb: Add support for DSA to ax88772b

commit d0af71a3573 for 3.19.y stable
 2015-04-21 17:50 UTC  (2+ messages)

randconfig build error with next-20150421, in net/ceph
 2015-04-21 16:26 UTC  (4+ messages)

[PATCH iproute2 1/3] tc: fix compilation warning on 32bits arch
 2015-04-21 16:22 UTC  (4+ messages)
` [PATCH iproute2 2/3] libnamespaces: fix warning about syscall()
` [PATCH iproute2 3/3] mroute: remove invalid check against NLM_F_MULTI

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

[PATCH 2/7] turn Makefile more distribution friendly
 2015-04-21 15:32 UTC  (3+ messages)

[PATCH 3.16.y-ckt 093/144] net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}
 2015-04-21 15:31 UTC 

tg3 NIC driver bug in 3.14.x under Xen [and 3 more messages]
 2015-04-21 15:05 UTC  (6+ messages)

VM guest bridging issue with i40e
 2015-04-21 14:14 UTC 

[PATCH net-next V2 00/12] net/mlx5: ConnectX-4 100G Ethernet driver
 2015-04-21 13:30 UTC  (4+ messages)
` [PATCH net-next V2 12/12] net/mlx5: "

DONATION OF $1.5 MILLION DOLLARS!!!
 2015-04-21  7:33 UTC 

[PATCH] neighbour.c: Avoid GC directly after state change
 2015-04-21  3:58 UTC  (8+ messages)

[PATCH] e1000e: Do not allow CRC stripping to be disabled on 82579 w/ jumbo frames
 2015-04-21  3:12 UTC  (3+ messages)
  ` [Intel-wired-lan] "

e1000e max frame calculation
 2015-04-21  2:38 UTC  (3+ messages)
` [PATCH] e1000e: Cleanup handling of VLAN_HLEN as a part of max frame size
  ` [Intel-wired-lan] "

[PATCH 1/1] altera tse: Error-Bit on tx-avalon-stream always set
 2015-04-21  2:02 UTC  (2+ messages)

[PATCH] net: dsa: mv88e6xxx: use PORT_DEFAULT_VLAN
 2015-04-21  2:01 UTC  (3+ messages)

[PATCH] net: dsa: mv88e6xxx: fix setup of port control 1
 2015-04-21  2:01 UTC  (3+ messages)

[PATCH net-next 0/2] net: Fix "hw csum failure" message flood for ppp tunnel
 2015-04-21  2:01 UTC  (4+ messages)
` [PATCH net-next 1/2] net: add skb_checksum_complete_unset
` [PATCH net-next 2/2] ppp: call skb_checksum_complete_unset in ppp_receive_frame

[RFC,1/8] soc/fman: Add FMan MURAM support
 2015-04-20 23:56 UTC  (4+ messages)

[PATCH iproute2 -next] examples: bpf: fix ld offs to have same prog loaded on ingress/egress
 2015-04-20 21:17 UTC  (2+ messages)

[RFC PATCH v2 00/11] an introduction of library operating system for Linux (LibOS)
 2015-04-20 20:43 UTC  (4+ messages)
` [RFC PATCH v3 00/10] "
  ` [RFC PATCH v3 09/10] lib: libos build scripts and documentation

[PATCH v2 net-next] ip: Add color output option
 2015-04-20 20:30 UTC  (3+ messages)

[RFC PATCH 00/10] ipv6: Only create RTF_CACHE route after encountering pmtu exception
 2015-04-20 19:37 UTC  (9+ messages)
` [RFC PATCH 04/10] ipv6: Only create RTF_CACHE routes "
` [RFC PATCH 06/10] ipv6: Avoid deleting RTF_CACHE route from ip6_route_del()

[PATCHv3] pppoe: Lacks DST MAC address check
 2015-04-20 19:27 UTC  (2+ messages)

Bug 61651 - [regression] Wake-on-LAN broken in alx (AR8161)
 2015-04-20 19:12 UTC 

[PATCH v2] pppoe: Lacks DST MAC address check
 2015-04-20 19:02 UTC  (3+ messages)

[PATCH net-next 0/2] net: Fix "hw csum failure" message flood for ppp tunnel
 2015-04-20 18:15 UTC 

[PATCH v2] ip_forward: Drop frames with attached skb->sk
 2015-04-20 18:08 UTC  (2+ messages)

[PATCH iproute2] tc util: Fix possible buffer overflow when print class id
 2015-04-20 17:08 UTC  (2+ messages)

[PATCH iproute2] ipxfrm: wrong nl msg sent on deleteall cmd
 2015-04-20 17:05 UTC  (2+ messages)

[PATCH iproute2-next 1/2] include: update linux/rtnetlink.h
 2015-04-20 17:02 UTC  (2+ messages)
  ` [PATCH iproute2-next 2/2] netns: allow to dump and monitor nsid

YOUR MONEY IS APPROVED
 2015-04-20 16:37 UTC 

[PATCH V1 net-next] IB/ipoib: Fix ndo_get_iflink
 2015-04-20 16:27 UTC  (6+ messages)

Problem with patch "make nlmsg_end() and genlmsg_end() void"
 2015-04-20 14:30 UTC  (8+ messages)

[RFC][PATCH] net: stmmac: use msleep instead of udelay for gpio reset
 2015-04-20 13:11 UTC  (3+ messages)

IT-Service Desk
 2015-04-20  6:52 UTC 

"tcp: refine TSO autosizing" causes performance regression on Xen
 2015-04-20 11:03 UTC  (17+ messages)
    ` [Xen-devel] "

[PATCH] Bluetooth: Pre-initialize variables in read_local_oob_ext_data_complete()
 2015-04-20  8:47 UTC  (5+ 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).