netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-19 13:39:07 to 2012-04-20 19:01:12 UTC [more...]

e1000e tx queue timeout in 3.3.0 (bisected to BQL support for e1000e)
 2012-04-20 19:00 UTC  (5+ messages)

[PATCH][RFC] bonding: delete migrated IP addresses from the rlb hash table
 2012-04-20 18:56 UTC  (4+ messages)

[PATCH net-next] net: change big iov allocations
 2012-04-20 18:04 UTC 

[PATCH 1/2] workqueue: Catch more locking problems with flush_work()
 2012-04-20 17:35 UTC  (12+ messages)

[PATCH 0/9] atl1c: update hardware settings - v3
 2012-04-20 17:20 UTC  (14+ messages)
` [PATCH 1/9] atl1c: remove REG_PHY_STATUS
` [PATCH 2/9] atl1c: refine phy-register read/write function
` [PATCH 3/9] atl1c: remove PHY contrl in atl1c_reset_pcie
` [PATCH 4/9] atl1c: refine SERDES-clock related code
` [PATCH 5/9] atl1c: remove PHY polling from atl1c_open
` [PATCH 6/9] atl1c: update PHY reset related routine
` [PATCH 7/9] atl1c: remove PHY reset/init for link down event
` [PATCH 8/9] atl1c: add function atl1c_power_saving
` [PATCH 9/9] atl1c: refine start/enable code for MAC module

RTM_NEWLINK not received by application when connecting multiple devices simultaneously
 2012-04-20 16:15 UTC  (11+ messages)

rx_dropped packets stop with tcpdump running
 2012-04-20 15:25 UTC  (7+ messages)

use-after-free in usbnet
 2012-04-20 15:07 UTC  (9+ messages)

[PATCH 0/3] Fix problem with static_key decrement
 2012-04-20 15:05 UTC  (12+ messages)
  ` [PATCH 1/3] don't attach a task to a dead cgroup
  ` [PATCH 2/3] don't take cgroup_mutex in destroy()
  ` [PATCH 3/3] decrement static keys on real destroy time

[patch net-next 0/3] team: couple patches
 2012-04-20 14:42 UTC  (4+ messages)
` [patch net-next 1/3] team: lb: let userspace care about port macs
` [patch net-next 2/3] team: allow to enable/disable ports
` [patch net-next 3/3] team: add per-port option for enabling/disabling ports

[PATCH net-next 00/19] net: Sysctl simplifications and enhancements
 2012-04-20 14:42 UTC  (28+ messages)
` [PATCH net-next 01/19] net: Implement register_net_sysctl
` [PATCH net-next 02/19] net sysctl: Register an empty /proc/sys/net
` [PATCH net-next 03/19] net sysctl: Initialize the network sysctls sooner to avoid problems
` [PATCH net-next 04/19] net: Kill register_sysctl_rotable
` [PATCH net-next 05/19] net: Move all of the network sysctls without a namespace into init_net
` [PATCH net-next 06/19] net core: Remove unneded creation of an empty net/core sysctl directory
` [PATCH net-next 07/19] net ipv6: Remove unneded registration of an empty net/ipv6/neigh
` [PATCH net-next 08/19] net ipv4: Remove the unneeded registration of an empty net/ipv4/neigh
` [PATCH net-next 09/19] net ax25: Simplify and cleanup the ax25 sysctl handling
` [PATCH net-next 10/19] net llc: Don't use sysctl tables with .child entries
` [PATCH net-next 11/19] net ipv6: "
` [PATCH net-next 12/19] net neighbour: Convert to use register_net_sysctl
` [PATCH net-next 13/19] net decnet: "
` [PATCH net-next 14/19] net ipv6: Convert addrconf "
` [PATCH net-next 15/19] net ipv4: Convert devinet "
` [PATCH net-next 16/19] net: Convert nf_conntrack_proto "
` [PATCH net-next 17/19] net: Convert all sysctl registrations to register_net_sysctl
` [PATCH net-next 18/19] net: Delete all remaining instances of ctl_path
` [PATCH net-next 19/19] net: Remove register_net_sysctl_table

fake rtable dst patch applied but kernel keeps panicing
 2012-04-20 13:22 UTC  (7+ messages)

[PATCH] drop_monitor: allow more events per second
 2012-04-20 13:06 UTC  (4+ messages)

Question with secure_ipv4_port_ephemeral() implementation
 2012-04-20 12:30 UTC 

[BUG] ixgbe: something wrong with queue selection ?
 2012-04-20 12:27 UTC  (23+ messages)
      ` TSO not 10G friendly if peer is close enough
        ` [PATCH net-next] tcp: avoid expensive pskb_expand_head() calls
              ` [PATCH v2 "

[PATCH 0/2] iproute2: add support for L2TP over IPv6, add manpage
 2012-04-20 11:29 UTC  (3+ messages)
` [PATCH 1/2] iproute2: allow IPv6 addresses for l2tp local and remote parameters
` [PATCH 2/2] iproute2: add ip-l2tp man page

[PATCH] Fix tx transfer padding for full-speed USB
 2012-04-20 10:00 UTC 

[PATCH] smsc95xx: mark link down on startup and let PHY interrupt deal with carrier changes
 2012-04-20  9:35 UTC 

[PATCH] gianfar: add GRO support
 2012-04-20  8:54 UTC 

[PATCH 00/10] l2tp: misc fixes and add L2TPv3 IP encap over IPv6
 2012-04-20  9:02 UTC  (11+ messages)
` [PATCH 01/10] l2tp: fix locking of 64-bit counters for smp
` [PATCH 02/10] l2tp: Use ip4_datagram_connect() in l2tp_ip_connect()
` [PATCH 03/10] l2tp: remove unused stats from l2tp_ip socket
` [PATCH 04/10] pppox: Replace __attribute__((packed)) in if_pppox.h
` [PATCH 05/10] l2tp: pppol2tp_connect() handles ipv6 sockaddr variants
` [PATCH 06/10] l2tp: show IPv6 addresses in l2tp debugfs file
` [PATCH 07/10] l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels
` [PATCH 08/10] ipv6: Export ipv6 functions for use by other protocols
` [PATCH 09/10] l2tp: introduce L2TPv3 IP encapsulation support for IPv6
` [PATCH 10/10] l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6

[PATCH] vmsplice: relax alignement requirements for SPLICE_F_GIFT
 2012-04-20  8:35 UTC  (3+ messages)

[PATCH net-next] af_packet: packet_getsockopt() cleanup
 2012-04-20  7:56 UTC 

[PATCH 2/2 v2] pch_gbe: Do not abort probe on bad MAC
 2012-04-20  6:55 UTC 

[PATCH 1/2 v2] pch_gbe: Do not abort probe on bad MAC
 2012-04-20  6:54 UTC 

[PATCH v4] set fake_rtable's dst to NULL to avoid kernel Oops
 2012-04-20  6:12 UTC 

[PATCH] SUNRPC: skip dead but not buried clients on PipeFS events
 2012-04-20  6:05 UTC  (4+ messages)

pull request: wireless-next 2012-04-18
 2012-04-20  5:18 UTC  (9+ messages)
  ` net-next iwlwifi breaks compile - was "

[PATCH linux-firmware] bnx2x: adding fw 7.2.51
 2012-04-20  1:01 UTC  (2+ messages)

[PATCH 00/11] atl1c: update hardware settings - v2
 2012-04-20  0:17 UTC  (2+ messages)

[net-next 1/4] stmmac: use custom init/exit functions in pm ops
 2012-04-20  0:09 UTC  (8+ messages)
` [net-next 2/4 (v2)] stmmac: Move the mdio_register/_unregister in probe/remove
` [net-next 3/4] stmmac: verify the dma_cfg platform fields
` [net-next 4/4] stmmac: do not fail when probe and there is no csr clk defined

[GIT PULL nf-next] IPVS
 2012-04-19 22:51 UTC  (10+ messages)
` [PATCH 5/9] ipvs: use adaptive pause in master thread

[PATCH net-next] be2net: fix ethtool get settings
 2012-04-19 21:21 UTC 

[PATCH] iwlwifi: Remove inconsistent and redundant declaration
 2012-04-19 20:56 UTC  (2+ messages)

[PATCH] update for net-next: iwlwifi: Remove inconsistent and redundant declaration
 2012-04-19 20:38 UTC 

[PATCH net-next] tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()
 2012-04-19 20:39 UTC  (3+ messages)

[PATCH 04/15] drivers/net: Do not free an IRQ if its request failed
 2012-04-19 20:36 UTC 

[PATCH] update for net-next: iwlwifi: Remove inconsistent and redundant declaration
 2012-04-19 20:36 UTC 

compat-wireless-3.4-rc3-1.tar.bz2 released
 2012-04-19 20:26 UTC 

[PATCH net-next] net: allow better page reuse in splice(sock -> pipe)
 2012-04-19 19:38 UTC 

[PATCH] net ax25: Reorder ax25_exit to remove races
 2012-04-19 19:38 UTC  (2+ messages)

[PATCH] icplus: fix interrupt for IC+ 101A/G and 1001LF
 2012-04-19 19:34 UTC  (2+ messages)

[PATCH] net: qmi_wwan: support Sierra Wireless MC77xx devices in QMI mode
 2012-04-19 19:33 UTC  (2+ messages)

[net-next PATCH v3] bonding: start slaves with link down for ARP monitor
 2012-04-19 19:25 UTC  (3+ messages)

[patch] bnx2x: off by one in bnx2x_ets_e3b0_sp_pri_to_cos_set()
 2012-04-19 19:23 UTC  (3+ messages)

[PATCH net-next] nf_bridge: remove holes in struct nf_bridge_info
 2012-04-19 19:19 UTC  (3+ messages)

[PATCH 1/2 v2] pch_gbe: Do not abort probe on bad MAC
 2012-04-19 18:41 UTC  (2+ messages)

[PATCH net-next] net: gro: GRO_MERGED_FREE consumes packets
 2012-04-19 18:25 UTC  (2+ messages)

[PATCH net-next] ipv4: dont drop packet in defrag but consume it
 2012-04-19 18:25 UTC  (2+ messages)

[PATCH net-next] net: dont drop packet but consume it
 2012-04-19 18:24 UTC  (2+ messages)

[PATCH net-next] ipv6: dccp: dont drop packet but consume it
 2012-04-19 18:24 UTC  (2+ messages)

[PATCH net-next] packet: dont drop packet but consume it
 2012-04-19 18:24 UTC  (2+ messages)

[PATCH net-next] ipv6: tcp: dont drop packet but consume it
 2012-04-19 18:24 UTC  (2+ messages)

[PATCH net-next] netlink: dont drop packet but consume it
 2012-04-19 18:24 UTC  (2+ messages)

[PATCH net-next] ip6_tunnel: dont drop packet but consume it
 2012-04-19 18:24 UTC  (2+ messages)

[PATCH net-next] netfilter: nf_conntrack.h: use this_cpu_inc()
 2012-04-19 18:16 UTC  (2+ messages)

[PATCH] ks8851: Fix request_irq/free_irq mismatch
 2012-04-19 18:13 UTC  (2+ messages)

[PATCH] net: filter: Just In Time compiler for sparc
 2012-04-19 17:47 UTC  (5+ messages)

net: Micrel KSZ8841/2 PCI Ethernet driver
 2012-04-19 17:25 UTC  (3+ messages)
` [patch] ksz884x: don't copy too much in netdev_set_mac_address()

[PATCH] Fix request_irq/free_irq mismatch
 2012-04-19 16:46 UTC 

[PATCH] NET: bcm63xx_enet: move phy_(dis)connect into probe/remove
 2012-04-19 16:17 UTC  (6+ messages)

Awesomeness delivered ;)
 2012-04-19 14:58 UTC 

[PATCH net-next 2/3] Add capability to retrieve plug-in module EEPROM
 2012-04-19 15:39 UTC 

[PATCH net-next 3/3] Add capability to retrieve plug-in module EEPROM
 2012-04-19 15:39 UTC 

[PATCH net-next 1/3] Add capability to retrieve plug-in module EEPROM
 2012-04-19 15:39 UTC 

[net-next 0/4 (V3)] stmmac & EEE support
 2012-04-19 15:30 UTC  (8+ messages)
` [net-next 1/4 (V3)] net: ethtool: add the "

[PATCH] net/hyperv: Adding cancellation to ensure rndis filter is closed
 2012-04-19 15:18 UTC  (2+ messages)

NULL pointer dereference at __ip_route_output_key
 2012-04-19 14:58 UTC 

[PATCH net-next 0/6] TCP connection repair (v4)
 2012-04-19 13:41 UTC  (7+ messages)
` [PATCH 1/6] sock: Introduce named constants for sk_reuse
` [PATCH 2/6] tcp: Move code around
` [PATCH 3/6] tcp: Initial repair mode
` [PATCH 4/6] tcp: Repair socket queues
` [PATCH 5/6] tcp: Report mss_clamp with TCP_MAXSEG option in repair mode
` [PATCH 6/6] tcp: Repair connection-time negotiated parameters


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