netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-11-02 19:43:30 to 2010-11-05 03:07:50 UTC [more...]

[PATCH 00/49] Use vzalloc not vmalloc/kmemset
 2010-11-05  3:07 UTC  (13+ messages)
  ` [PATCH 07/49] drivers/atm: Use vzalloc
  ` [PATCH 13/49] drivers/isdn: "
  ` [PATCH 17/49] drivers/net/cxgb3: "
  ` [PATCH 18/49] drivers/net/cxgb4: "
  ` [PATCH 19/49] drivers/net/e1000: "
  ` [PATCH 20/49] drivers/net/e1000e: "
  ` [PATCH 21/49] drivers/net/ehea: "
  ` [PATCH 22/49] drivers/net/igb: "
  ` [PATCH 23/49] drivers/net/igbvf: "
  ` [PATCH 24/49] drivers/net/ixgb: "
  ` [PATCH 25/49] drivers/net/ixgbe: "
  ` [PATCH 26/49] drivers/net/ixgbevf: "

[V2 PATCH] virtio-net: init link state correctly
 2010-11-05  3:00 UTC 

[PATCH 1/1] UDEV - Add 'udevlom' command line param to start_udev
 2010-11-05  2:58 UTC  (5+ messages)

[PATCH 0/15] RFC: create drivers/net/legacy for ISA, EISA, MCA drivers
 2010-11-05  2:28 UTC  (7+ messages)

[PATCH] mac80211: Remove redundant checks for NULL before calls to crypto_free_cipher()
 2010-11-04 23:25 UTC  (2+ messages)

[PATCH 01/11] vxge: enable rxhash
 2010-11-04 22:52 UTC  (11+ messages)
` [PATCH 02/11] vxge: Wait for Rx to become idle before reseting or closing
` [PATCH 03/11] vxge: cleanup debug printing and asserts
` [PATCH 04/11] vxge: serialize access to steering control register
` [PATCH 05/11] vxge: add support for ethtool firmware flashing
` [PATCH 06/11] vxge: add receive hardware timestamping
` [PATCH 07/11] vxge: Handle errors in vxge_hw_vpath_fw_api
` [PATCH 08/11] vxge: Titan1A detection
` [PATCH 09/11] vxge: correct multi-function detection
` [PATCH 10/11] vxge: update Kconfig
` [PATCH 11/11] vxge: update driver version

[PATCH] classifier: report statistics for basic classifier
 2010-11-04 21:47 UTC 

[RFC PATCH 1/1] vhost: TX used buffer guest signal accumulation
 2010-11-04 21:37 UTC  (12+ messages)

[PATCH] net: reset gso header when the copied skb is linearized
 2010-11-04 20:35 UTC  (5+ messages)

tap0 device stopped working in 2.6.36 (ok in 2.6.35)
 2010-11-04 20:17 UTC  (7+ messages)

netlink_carrier_on() race condition?
 2010-11-04 19:43 UTC 

[PATCH 1/2] netlink: Make nlmsg_find_attr take a const nlmsghdr*
 2010-11-04 19:26 UTC  (5+ messages)
` [PATCH 2/2] inet_diag: Make sure we actually run the same bytecode we audited

RFC: Crypto API User-interface
 2010-11-04 19:23 UTC  (11+ messages)
    ` [PATCH 2/4] crypto: af_alg - User-space interface for Crypto API
    ` [PATCH 1/4] net - Add AF_ALG macros
    ` [PATCH 3/4] crypto: algif_hash - User-space interface for hash operations
    ` [PATCH 4/4] crypto: algif_skcipher - User-space interface for skcipher operations

Freeing alive fib_info caused by ebc0ffae5
 2010-11-04 19:06 UTC  (7+ messages)

[RFC][net-next-2.6 PATCH 1/4] net: consolidate 8021q tagging
 2010-11-04 18:26 UTC  (5+ messages)
` [RFC][net-next-2.6 PATCH 2/4] net: 8021Q consolidate header_ops routines

[PATCH] virtio_net: Fix queue full check
 2010-11-04 16:45 UTC  (8+ messages)

Linux 2.6.37-rc1 (net/sched: cls_cgroup)
 2010-11-04 15:56 UTC  (8+ messages)

Routing over multiple interfaces
 2010-11-04 14:01 UTC  (9+ messages)

Winning Alert!!! contact: claimsdepartment1313@yahoo.co.uk for more details
 2010-11-04 12:46 UTC 

vhost-net-next updates
 2010-11-04 11:26 UTC 

Congrat! contact: mr.graham.poll15@gmail.com for more details
 2010-11-04 10:22 UTC 

[RFC 0/3] MPEG2/TS drop analyzer iptables match extension
 2010-11-04 10:29 UTC  (4+ messages)

[PATCH 1/2] r6040: fix multicast operations
 2010-11-04 10:04 UTC  (3+ messages)

500,000GBP was awarded to your email
 2010-11-04  8:25 UTC 

[PATCH v14 00/17] Provide a zero-copy method on KVM virtio-net
 2010-11-04  9:07 UTC  (20+ messages)
` [PATCH v14 01/17] Add a new structure for skb buffer from external
  ` [PATCH v14 02/17] Add a new struct for device to manipulate external buffer
  ` [PATCH v14 03/17] Add a ndo_mp_port_prep pointer to net_device_ops
  ` [PATCH v14 04/17] Add a function make external buffer owner to query capability
  ` [PATCH v14 05/17] Add a function to indicate if device use external buffer
  ` [PATCH v14 06/17] Use callback to deal with skb_release_data() specially
  ` [PATCH v14 07/17]Modify netdev_alloc_page() to get external buffer
  ` [PATCH v14 08/17] Modify netdev_free_page() to release "
  ` [PATCH v14 09/17] Don't do skb recycle, if device use "
  ` [PATCH v14 10/17] If device is in zero-copy mode first, bonding will fail
  ` [PATCH v14 11/17] Add a hook to intercept external buffers from NIC driver
  ` [PATCH v14 12/17] Add header file for mp device
  ` [PATCH v14 13/17] Add mp(mediate passthru) device
  ` [PATCH v14 14/17] Add a kconfig entry and make entry for mp device
  ` [PATCH v14 15/17]Provides multiple submits and asynchronous notifications
  ` [PATCH v14 16/17] An example how to modifiy NIC driver to use napi_gro_frags() interface
  ` [PATCH v14 17/17] An example how to alloc user buffer based on "

[PATCH] drivers/net: normalize TX_TIMEOUT
 2010-11-04  8:49 UTC 

[regression, 2.6.37-rc1] 'ip link tap0 up' stuck in do_exit()
 2010-11-04  5:47 UTC  (6+ messages)

[PATCH] net dst: fix percpu_counter list corruption and poison overwritten
 2010-11-04  1:59 UTC  (4+ messages)

[PATCH] smsc911x: Set Ethernet EEPROM size to supported device's size
 2010-11-04  1:57 UTC  (2+ messages)

[Patch] netxen: remove unused firmware exports
 2010-11-04  1:58 UTC  (3+ messages)

[PATCH] caif: Remove noisy printout when disconnecting caif socket
 2010-11-04  1:57 UTC  (2+ messages)

[PATCH 1/2] caif: Bugfix for socket priority, bindtodev and dbg channel
 2010-11-04  1:56 UTC  (4+ messages)
` [PATCH 2/2] caif: SPI-driver bugfix - incorrect padding

[SECURITY] memory corruption in X.25 facilities parsing
 2010-11-04  1:56 UTC  (5+ messages)

[PATCH 0/5] netfilter: netfilter fixes
 2010-11-04  1:55 UTC  (9+ messages)
` [PATCH 1/5] netfilter: nf_conntrack: allow nf_ct_alloc_hashtable() to get highmem pages
` [PATCH 2/5] netfilter: nf_nat: fix compiler warning with CONFIG_NF_CT_NETLINK=n
` [PATCH 3/5] netfilter: fix nf_conntrack_l4proto_register()
` [PATCH 4/5] ipv4: netfilter: arp_tables: fix information leak to userland
` [PATCH 5/5] ipv4: netfilter: ip_tables: "

panic with 2.6.37-rc1
 2010-11-04  1:54 UTC  (3+ messages)

[PATCH] de2104x: fix panic on load
 2010-11-04  1:54 UTC  (2+ messages)

[net-next-2.6 PATCH 1/3] 8021q: set hard_header_len when VLAN offload features are toggled
 2010-11-04  0:47 UTC  (6+ messages)
` [net-next-2.6 PATCH 2/3] net: remove check for headroom in vlan_dev_create
` [net-next-2.6 PATCH 3/3] net: consolidate 8021q tagging

[PATCH 0/4] Ethtool: cleanup strategy
 2010-11-03 22:58 UTC  (6+ messages)
` [PATCH 2/4] Ethtool: convert get_sg/set_sg calls to hw_features flag

[PATCH] xfrm: use gre key as flow upper protocol info
 2010-11-03 21:46 UTC  (4+ messages)

[PATCH] drivers/net/tile/: on-chip network drivers for the tile architecture
 2010-11-03 21:04 UTC  (7+ messages)

Netfilter MARK on tc ingress and ifb redirect
 2010-11-03 20:25 UTC 

[PATCH] bluetooth: hidp: fix information leak to userland
 2010-11-03 18:37 UTC  (3+ messages)

[PATCH] bluetooth: cmtp: fix information leak to userland
 2010-11-03 18:36 UTC  (3+ messages)

[PATCH] bluetooth: bnep: fix information leak to userland
 2010-11-03 18:36 UTC  (3+ messages)

[PATCH 0/1] UDEV - Rename onboard network interfaces to lomN if the user so desires
 2010-11-03 16:49 UTC 

[PATCH net-next-2.6 v2] can: Topcliff: PCH_CAN driver: Fix build warnings
 2010-11-03 16:15 UTC  (5+ messages)

[PATCH] mpc52xx: cleanup locking
 2010-11-03 15:56 UTC 

Unaligned accesses in AVR32 kernel
 2010-11-03 15:32 UTC 

[PATCH net-next-2.6 1/2] be2net: Adding an option to use INTx instead of MSI-X
 2010-11-03 15:28 UTC  (8+ messages)

[PATCH 1/2] ixgb: Don't check for vlan group on transmit
 2010-11-03 14:55 UTC  (4+ messages)
` [PATCH 2/2] igb: Don't depend on vlan group for receive size

FINAL NOTIFICATION
 2010-11-03 14:20 UTC 

Irish Lotto***You Earned £750,000***
 2010-11-03  9:51 UTC 

2.6.35->2.6.36 regression, vanilla kernel panic, ppp or hrtimers crashing
 2010-11-03  8:59 UTC  (6+ messages)

[PATCH] virtio-net: init link state correctly
 2010-11-03  8:00 UTC  (2+ messages)

[PATCH] ipv4: netfilter: ip_tables: fix information leak to userland
 2010-11-03  7:45 UTC  (2+ messages)

[PATCH] ipv4: netfilter: arp_tables: fix information leak to userland
 2010-11-03  7:44 UTC  (2+ messages)

tc action mirred packet lost
 2010-11-03  7:16 UTC  (3+ messages)

[v3 RFC PATCH 0/4] Implement multiqueue virtio-net
 2010-11-03  7:01 UTC  (9+ messages)

Remaining BKL users, what to do
 2010-11-03  6:58 UTC  (6+ messages)
` [Ksummit-2010-discuss] [v2] "

2.6.37-rc1 boot Problem - BUG: unable to handle kernel null pointer - dmesg und config Datei
 2010-11-02 22:58 UTC 

MS_L2009
 2010-11-02 23:11 UTC 

[SECURITY] CAN info leak/minor heap overflow
 2010-11-02 20:19 UTC  (6+ messages)
    ` [Security] "

VERY IMPORTANT( WILL) CONTACT BROWNE JACOBSON Esq!!!
 2010-11-02 19:36 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).