netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-27 11:57:17 to 2012-10-29 12:24:00 UTC [more...]

[PATCH v3 0/6] solve deadlock caused by memory allocation with I/O
 2012-10-29 12:24 UTC  (7+ messages)
` [PATCH v3 1/6] mm: teach mm by current context info to not do I/O during memory allocation
` [PATCH v3 2/6] PM / Runtime: introduce pm_runtime_set[get]_memalloc_noio()
` [PATCH v3 3/6] block/genhd.c: apply pm_runtime_set_memalloc_noio on block devices
` [PATCH v3 4/6] net/core: apply pm_runtime_set_memalloc_noio on network devices
` [PATCH v3 5/6] PM / Runtime: force memory allocation with no I/O during runtime_resume callbcack
` [PATCH v3 6/6] USB: forbid memory allocation with I/O during bus reset

[PATCH v7 01/16] hashtable: introduce a small and naive hashtable
 2012-10-29 12:20 UTC  (22+ messages)
` [PATCH v7 05/16] mm/huge_memory: use new hashtable implementation
` [PATCH v7 06/16] tracepoint: "
` [PATCH v7 08/16] block,elevator: "
` [PATCH v7 09/16] SUNRPC/cache: "
` [PATCH v7 11/16] net,l2tp: "
  ` [PATCH v7 02/16] userns: "
  ` [PATCH v7 03/16] mm, ksm: "
  ` [PATCH v7 04/16] workqueue: "
  ` [PATCH v7 07/16] net, 9p: "
  ` [PATCH v7 10/16] dlm: "
  ` [PATCH v7 12/16] dm: "
  ` [PATCH v7 14/16] net, rds: "
  ` [PATCH v7 15/16] openvswitch: "
  ` [PATCH v7 16/16] tracing output: "
` [PATCH v7 13/16] lockd: "

3.7-rc3 oops on reboot
 2012-10-29 12:08 UTC 

[PATCH net] cxgb4: Fix unable to get UP event from the LLD
 2012-10-29 12:02 UTC 

[PATCH 1/2] drivers/net/ethernet/nxp/lpc_eth.c: Call mdiobus_unregister before mdiobus_free
 2012-10-29 11:58 UTC  (4+ messages)
` [PATCH 2/2] drivers/net/phy/mdio-bitbang.c: "

Information about napi_struct and net_device
 2012-10-29 11:49 UTC  (10+ messages)

[PATCH net-next] sctp: support per-association stats via a new SCTP_GET_ASSOC_STATS call
 2012-10-29 11:37 UTC  (7+ messages)

[PATCH RFC] pkt_sched: enable QFQ to support TSO/GSO
 2012-10-29 11:31 UTC  (4+ messages)

[Patch net-next v2] ipv6: introduce ip6_rt_put()
 2012-10-29 10:13 UTC 

[net-next:master 86/92] net/ipv6/addrconf.c:557 dev_forward_change() error: we previously assumed 'dev' could be null (see line 541)
 2012-10-29 10:07 UTC  (5+ messages)
  ` [PATCH net-next] ipv6: remove useless test in dev_forward_change()

[Patch net-next] ipv6: introduce ip6_rt_put()
 2012-10-29  9:59 UTC  (2+ messages)

# (c) 2007, Joe Perches <joe@perches.com>
 2012-10-29  9:25 UTC  (8+ messages)
` [PATCH-V2 0/4] ARM: AM33XX: net: Add DT support to CPGMAC and MDIO driver
` [PATCH 1/4] net: davinci_mdio: Fix typo mistake in calling runtime-pm api
` [PATCH 2/4] net: cpsw: Add parent<->child relation support between cpsw and mdio
` [PATCH 3/4] ARM: OMAP3+: hwmod: Add AM33XX HWMOD data for davinci_mdio module
` [PATCH 4/4] arm/dts: am33xx: Add CPSW and MDIO module nodes for AM33XX

[PATCH net-next V2 1/1] tcp: Prevent needless syn-ack rexmt during TWHS
 2012-10-29  9:21 UTC  (11+ messages)
      ` [PATCH net-next] tcp: better retrans tracking for defer-accept

[PATCH] bonding: fix bond-6-mode change MAC of arp reply from vif to cause Domu's network unreachable intermittently
 2012-10-29  9:11 UTC 

[PATCH net-next] ipv4: avoid a test in ip_rt_put()
 2012-10-29  9:09 UTC  (2+ messages)

[Patch net-next] ipv6: fix a potential NULL deref
 2012-10-29  9:08 UTC  (9+ messages)
  ` [Patch net-next] ipv6: remove another useless NULL check

pull request: batman-adv 202-10-29
 2012-10-29  8:58 UTC  (17+ messages)
` [PATCH 01/16] batman-adv: use check_unicast_packet() in recv_roam_adv()
  ` [PATCH 02/16] batman-adv: split hard_iface struct for each routing protocol
` [PATCH 03/16] batman-adv: Remove unused define BAT_ATTR_HIF_UINT
` [PATCH 04/16] batman-adv: consolidate duplicated primary_if checking code
` [PATCH 05/16] batman-adv: return proper value in case of hash_add failure
` [PATCH 06/16] batman-adv: Set special lockdep classes to avoid lockdep warning
` [PATCH 07/16] batman-adv: Remove extra check in batadv_bit_get_packet
` [PATCH 08/16] batman-adv: Check return value of try_module_get
` [PATCH 09/16] batman-adv: Only increase refcounter once for alternate router
` [PATCH 10/16] batman-adv: don't allow ECTP traffic on batman-adv
` [PATCH 11/16] batman-adv: properly store the roaming time
` [PATCH 12/16] batman-adv: print packets re-routing on DBG_TT and ratelimit it
` [PATCH 13/16] batman-adv: check for more space before accessing the skb
` [PATCH 14/16] batman-adv: properly convert flag into a boolean value
` [PATCH 15/16] batman-adv: pass the WIFI flag from the local to global entry
` [PATCH 16/16] batman-adv: add kernel-doc for enum batadv_dbg_level

pull request: batman-adv 2012-10-28
 2012-10-29  8:13 UTC  (20+ messages)
` [PATCH 01/16] batman-adv: use check_unicast_packet() in recv_roam_adv()
` [PATCH 02/16] batman-adv: split hard_iface struct for each routing protocol
` [PATCH 03/16] batman-adv: separate BATADV_ATTR_HIF_UINT sysfs name from hard-iface variable
` [PATCH 04/16] batman-adv: consolidate duplicated primary_if checking code
` [PATCH 05/16] batman-adv: return proper value in case of hash_add failure
` [PATCH 06/16] batman-adv: Set special lockdep classes to avoid lockdep warning
` [PATCH 07/16] batman-adv: Remove extra check in batadv_bit_get_packet
` [PATCH 08/16] batman-adv: Check return value of try_module_get
` [PATCH 09/16] batman-adv: Only increase refcounter once for alternate router
` [PATCH 10/16] batman-adv: don't allow ECTP traffic on batman-adv
` [PATCH 11/16] batman-adv: properly store the roaming time
` [PATCH 12/16] batman-adv: print packets re-routing on DBG_TT and ratelimit it
` [PATCH 13/16] batman-adv: check for more space before accessing the skb
` [PATCH 14/16] batman-adv: properly convert flag into a boolean value
` [PATCH 15/16] batman-adv: pass the WIFI flag from the local to global entry
` [PATCH 16/16] batman-adv: add kernel-doc for enum batadv_dbg_level

huh, entered softirq 3 NET_RX 082db810 preempt_count 00000101, exited with fffefc05?
 2012-10-29  8:09 UTC  (2+ messages)

[PATCH net] bnx2x: fix HW initialization using fw 7.8.x
 2012-10-29  7:59 UTC 

[PATCH 0/4] usbnet: avoiding access auto-suspended device
 2012-10-29  7:45 UTC  (5+ messages)
` [PATCH 1/4] usbnet: introduce usbnet_read[write]_cmd_nopm
  ` [PATCH 2/4] usbnet: smsc75xx: apply the introduced usbnet_read[write]_cmd_nopm
  ` [PATCH 3/4] usbnet: smsc95xx: "
  ` [PATCH 4/4] usbnet: make device out of suspend before calling usbnet_read[write]_cmd

[net-next v4 0/7] Multiqueue support in tuntap
 2012-10-29  6:16 UTC  (19+ messages)
` [PATCH] tuntap: choose the txq based on rxq
` [net-next v4 1/7] tuntap: log the unsigned informaiton with %u
` [net-next v4 2/7] tuntap: move socket to tun_file
` [net-next v4 3/7] tuntap: RCUify dereferencing between tun_struct and tun_file
` [net-next v4 4/7] tuntap: introduce multiqueue flags
` [net-next v4 5/7] tuntap: multiqueue support
` [net-next v4 6/7] tuntap: add ioctl to attach or detach a file form tuntap device
` [net-next v4 7/7] tuntap: choose the txq based on rxq

[net-next resend v4 0/7] Multiqueue support in tuntap
 2012-10-29  6:15 UTC  (8+ messages)
` [net-next resend v4 1/7] tuntap: log the unsigned informaiton with %u
` [net-next resend v4 2/7] tuntap: move socket to tun_file
` [net-next resend v4 3/7] tuntap: RCUify dereferencing between tun_struct and tun_file
` [net-next resend v4 4/7] tuntap: introduce multiqueue flags
` [net-next resend v4 5/7] tuntap: multiqueue support
` [net-next resend v4 6/7] tuntap: add ioctl to attach or detach a file form tuntap device
` [net-next resend v4 7/7] tuntap: choose the txq based on rxq

Re: Re: [Pv-drivers] 3.7-rc2 regression : file copied to CIFS-mounted directory corrupted
 2012-10-29  5:45 UTC 

[net-next v4 0/7] Multiqueue support in tuntap
 2012-10-29  5:35 UTC 

[PATCH net-next] net_cls: traffic counter based on classification control cgroup
 2012-10-29  4:55 UTC 

[Patch net-next] ipv6: remove a useless NULL check
 2012-10-29  3:43 UTC 

[PATCH] r8169: Fix WoL on RTL8168d/8111d
 2012-10-29  0:21 UTC  (3+ messages)

[PATCH net-next] net: sierra: shut up sparse restricted type warnings
 2012-10-28 23:09 UTC  (6+ messages)
` [PATCH net-next] net: cdc_ncm: big endian fix
` [PATCH net-next] net: cdc_ncm: error path lock fix

[RFC PATCH net-next v2 2/5] rtnl/ipv6: use netconf msg to advertise forwarding status
 2012-10-28 23:05 UTC  (3+ messages)
` [PATCH net-next v3 0/5] Allow to monitor protocol configuration

[PATCH] vxlan nits
 2012-10-28 22:02 UTC  (3+ messages)

[PATCH net-next v2] netxen: explicity handle pause autoneg parameter
 2012-10-28 19:39 UTC  (2+ messages)

[PATCH net-next] pktgen: clean up ktime_t helpers
 2012-10-28 18:41 UTC  (2+ messages)

[RFC PATCH net-next] pktgen: clean up ktime_t helpers
 2012-10-28 18:17 UTC  (3+ messages)

[RFC PATCH net-next] qfq: handle the case that front slot is empty
 2012-10-28 16:07 UTC  (3+ messages)

[PATCH 0/3] skbtrace v2: A trace infrastructure for networking subsystem
 2012-10-28 13:47 UTC  (3+ messages)

[PATCH 1/3] skbtrace v2: core feature and common events
 2012-10-28 13:45 UTC  (7+ messages)

[PATCH 00/16] treewide: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
 2012-10-28 12:12 UTC  (5+ messages)
` [PATCH 09/16] wireless: "
` [PATCH 10/16] ethernet: "

[PATCH net-next v2] tcp: better retrans tracking for defer-accept
 2012-10-28  9:16 UTC 

Prioritizing IPs on interface with multiple addresses
 2012-10-28  8:33 UTC  (2+ messages)

[PATCH 1/1] af_unix.c: fix the compile warning in unix_bind
 2012-10-28  5:54 UTC  (2+ messages)

switching network namespace midway
 2012-10-28  5:43 UTC  (7+ messages)

YOUR ATM CASH CARD PAYMENT $15M IS READY&#8207;
 2012-10-26 13:28 UTC 

[net 0/4][pull request] Intel Wired LAN Driver Updates
 2012-10-27 23:11 UTC  (4+ messages)
` [net 1/4] e1000: fix vlan processing regression
  ` [3.2.y] "

[net-next v2 00/12][pull request] Intel Wired LAN Driver Updates
 2012-10-27 18:36 UTC  (3+ messages)
` [net-next 02/12] ixgbe: Fix return value from macvlan filter function

[PATCH 1/1] net: macb: add pinctrl consumer support
 2012-10-27 15:49 UTC 

[PATCH net-next 2/2] x86: bpf_jit_comp: add vlan tag support
 2012-10-27 12:26 UTC 

[PATCH net-next 1/2] net: filter: add vlan tag access
 2012-10-27 12:26 UTC 

[PATCH net-next] net/cadence: depend on HAS_IOMEM
 2012-10-27 12:10 UTC 


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