netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-12 01:19:37 to 2012-08-14 13:30:44 UTC [more...]

[PATCH] net: remove wrong initialization for snd_wl1
 2012-08-14 13:30 UTC 

[PATCH] netvm: check for page == NULL when propogating the skb->pfmemalloc flag
 2012-08-14 13:28 UTC  (9+ messages)
  ` [Xen-devel] "

[PATCH] libceph: Fix sparse warning
 2012-08-14 13:27 UTC 

[PATCH v3 0/6] cgroup cls & netprio 'cleanups'
 2012-08-14 13:25 UTC  (10+ messages)
` [PATCH v3 1/6] cgroup: Move cls function definition to cls_cgroup.h
  ` [PATCH v3 2/6] cgroup: net_cls rework update socket logic
  ` [PATCH v3 2/5] cgroup: "
  ` [PATCH v3 3/6] cgroup: Update classid for fd pass in SCM_RIGHTS datagramm
` [PATCH v3 4/6] cgroup: Use IS_MODULE/BUITLIN for net_cls
` [PATCH v3 5/6] cgroup: Use IS_MODULE/BUITLIN for net_prio
` [PATCH v3 6/6] cgroup: Assign subsystem IDs during compile time

[patch net-next 00/16] net: introduce upper device lists and remove dev->master
 2012-08-14 13:14 UTC  (28+ messages)
  ` [patch net-next 01/16] net: introduce upper device lists
` [patch net-next 02/16] macvlan: add link to upper device
` [patch net-next 03/16] vlan: "
` [patch net-next 04/16] rtnetlink: remove usage of dev->master
` [patch net-next 05/16] team: remove usage of netdev_set_master()
` [patch net-next 06/16] bridge: "
` [patch net-next 07/16] netpoll: remove usage of dev->master
` [patch net-next 08/16] cxgb3: "
` [patch net-next 09/16] qlcnic: guard __vlan_find_dev_deep() by rcu_read_lock
` [patch net-next 10/16] qeth: ensure that __vlan_find_dev_deep() is called with rcu_read_lock
` [patch net-next 11/16] vlan: remove usage of dev->master in __vlan_find_dev_deep()
` [patch net-next 12/16] nes: remove usage of dev->master
` [patch net-next 13/16] bonding: "
` [patch net-next 14/16] net: remove no longer used netdev_set_bond_master() and netdev_set_master()
` [patch net-next 15/16] net: remove usage of dev->master
` [patch net-next 16/16] net: kill dev->master

[PATCH 3/5] drivers/net/ethernet/freescale/fs_enet: fix error return code
 2012-08-14 12:58 UTC  (2+ messages)
` [PATCH 4/5] drivers/net/ethernet/mellanox/mlx4/mcg.c: "

[net PATCH v2 1/2] net: netprio: fix files lock and remove useless d_path bits
 2012-08-14 12:56 UTC  (4+ messages)
` [net PATCH v2 2/2] net: netprio: fd passed in SCM_RIGHTS datagram not set correctly

[PATCH 0/5] Call netif_carrier_off() after register_netdev()
 2012-08-14 12:36 UTC  (6+ messages)
` [PATCH 2/5] de2104x: "
` [PATCH 3/5] net/mlx4_en: "
` [PATCH 4/5] sungem: "
` [PATCH 5/5] net/hyperv: "

[PATCH 00/19] netfilter: IPv6 NAT
 2012-08-14 12:23 UTC  (8+ messages)
` [PATCH 01/19] netfilter: nf_ct_sip: fix helper name
` [PATCH 02/19] netfilter: nf_ct_sip: fix IPv6 address parsing
` [PATCH 03/19] netfilter: nf_nat_sip: fix via header translation with multiple parameters

[Patch] net: allow calling rtmsg_ifinfo() in atomic
 2012-08-14 10:28 UTC 

[GIT PULL nf-next] IPVS
 2012-08-14  9:06 UTC  (2+ messages)

[RFC PATCH 0/2] net: connect to UNIX sockets from specified root
 2012-08-14  8:46 UTC  (12+ messages)

[PATCH V2 00/12] Add Ethernet IPoIB driver
 2012-08-14  8:44 UTC  (19+ messages)
` [PATCH V2 09/12] net/eipoib: Add main driver functionality

[REVIEW][PATCH 0/21] User namespace changes to the networking stack
 2012-08-14  8:35 UTC  (24+ messages)
  ` [PATCH 01/21] userns: Convert net/core/scm.c to use kuids and kgids
    ` [PATCH 10/21] userns: Convert net/ax25 to use kuid_t where appropriate
      ` [PATCH 02/21] userns: Convert __dev_set_promiscuity to use kuids in audit logs
      ` [PATCH 03/21] userns: Convert sock_i_uid to return a kuid_t
      ` [PATCH 04/21] userns: Allow USER_NS and NET simultaneously in Kconfig
      ` [PATCH 05/21] userns: Make seq_file's user namespace accessible
      ` [PATCH 06/21] userns: Print out socket uids in a user namespace aware fashion
      ` [PATCH 07/21] userns: Use kgids for sysctl_ping_group_range
      ` [PATCH 08/21] net ip6 flowlabel: Make owner a union of struct pid * and kuid_t
      ` [PATCH 09/21] pidns: Export free_pid_ns
      ` [PATCH 11/21] netlink: Make the sending netlink socket availabe in NETLINK_CB
      ` [PATCH 12/21] userns: Implement sk_user_ns
      ` [PATCH 13/21] userns: Teach inet_diag to work with user namespaces
      ` [PATCH 14/21] userns: nfnetlink_log: Report socket uids in the log sockets user namespace
      ` [PATCH 15/21] net sched: Pass the skb into change so it can access NETLINK_CB
      ` [PATCH 16/21] userns: Convert cls_flow to work with user namespaces enabled
      ` [PATCH 17/21] userns: Convert xt_LOG to print socket kuids and kgids as uids and gids
      ` [PATCH 18/21] userns xt_recent: Specify the owner/group of ip_list_perms in the initial user namespace
      ` [PATCH 19/21] userns: xt_owner: Add basic user namespace support
      ` [PATCH 20/21] userns: Make the airo wireless driver use kuids for proc uids and gids
      ` [PATCH 21/21] userns: Convert tun/tap to use kuid and kgid where appropriate

[PATCH] net: Checking usb_register() return value
 2012-08-14  8:11 UTC 

[PATCH v2] net-tcp: TCP/IP stack bypass for loopback connections
 2012-08-14  7:37 UTC  (4+ messages)
` [PATCH] TCP/IP stack bypass for loopback connections fix

[PATCH v5 00/15] some netpoll and netconsole fixes
 2012-08-14  4:01 UTC  (3+ messages)

[net PATCH v1 1/2] net: netprio: fix files lock and remove useless d_path bits
 2012-08-14  3:00 UTC  (6+ messages)
` [net PATCH v1 2/2] net: netprio: fd passed in SCM_RIGHTS datagram not set correctly

[RFC net-next 0/4] gianfar: Use separate NAPI for Tx confirmation processing
 2012-08-14  1:15 UTC  (12+ messages)
` [RFC net-next 1/4] gianfar: Remove redundant programming of [rt]xic registers
  ` [RFC net-next 2/4] gianfar: Clear ievent from interrupt handler for [RT]x int
    ` [RFC net-next 3/4] gianfar: Separate out the Rx and Tx coalescing functions
      ` [RFC net-next 4/4] gianfar: Use separate NAPIs for Tx and Rx processing

[flame^Wreview] net: netprio_cgroup: rework update socket logic
 2012-08-13 17:31 UTC  (10+ messages)

[PATCH] configure: Add search path for 64bit library
 2012-08-13 16:33 UTC  (5+ messages)

[PATCH] ixgbevf - Remove unused parameter in ixgbevf_receive_skb
 2012-08-13 15:58 UTC  (2+ messages)

[PATCH net-next 0/4] packet: Sock-diag extension for packet sockets (beginning)
 2012-08-13 15:57 UTC  (5+ messages)
` [PATCH 1/4] packet: Introduce net/packet/internal.h header
` [PATCH 2/4] packet: Diag core and basic socket info dumping
` [PATCH 2/4] packet: Report more packet sk info via diag module
` [PATCH 4/4] packet: Report socket mclist "

[PATCH net-next] time: jiffies_delta_to_clock_t() helper to the rescue
 2012-08-13 15:52 UTC  (2+ messages)

[PATCH] tc-tbf.8: Add parameter range to man page
 2012-08-13 15:30 UTC  (2+ messages)

[ANNOUNCE] iproute2 3.5.0
 2012-08-13 15:25 UTC  (2+ messages)
` [ANNOUNCE] iproute2 3.5.1

iproute2-3.5.0: `ip a s` no longer shows addresses
 2012-08-13 15:11 UTC  (2+ messages)

[PATCH iproute2] Install the bridge command under the same name we build it
 2012-08-13 15:04 UTC  (3+ messages)

[PATCH] Makefile: add missing blankspace
 2012-08-13 14:58 UTC  (2+ messages)

[PATCH] net: Fix incorrect comment in netif_tx_stop_queue()
 2012-08-13 14:43 UTC 

RE:DEAR WINNER,OPEN THE ATTACHED FILE FOR YOUR SHELL AWARD WINNING INFORMATION:
 2012-08-13 14:23 UTC 

[PATCH] can: kvaser_usb: Add support for Kvaser CAN/USB devices
 2012-08-13 13:51 UTC  (2+ messages)
` [PATCH v3] "

[PATCHv2 0/4] modem_shm: U8500 SHaRed Memory driver(SHRM)
 2012-08-13 13:33 UTC  (8+ messages)
` [PATCHv2 1/4] modem_shm: Add Modem Access Framework

[PATCH net 0/3] llc2 station handler fixes
 2012-08-13 12:50 UTC  (4+ messages)
` [PATCH net 1/3] llc2: Fix silent failure of llc_station_init()
` [PATCH net 2/3] llc2: Call llc_station_exit() on llc2_init() failure path
` [PATCH net 3/3] llc: Fix races between llc2 handler use and (un)registration

[PATCH net 0/3] qmi_wwan: simplify device matching and add a few new devices
 2012-08-13 10:39 UTC  (5+ messages)
` [PATCH net 1/3] net: qmi_wwan: use fixed interface number matching
` [PATCH net 2/3] net: qmi_wwan: add Sierra Wireless devices
` [PATCH net 3/3] net: qmi_wwan: compress device_id list using macros

[PATCH v3 0/7] mv643xx.c: Add basic device tree support
 2012-08-13 10:00 UTC  (5+ messages)

[PATCH] net: ipv4: fib_trie: Don't unnecessarily search for already found fib leaf
 2012-08-13  8:26 UTC 

[PATCH net] net: ipv6: proc: Fix error handling
 2012-08-13  8:31 UTC 

[PATCH 0/4 v3 net-next] tg3: Add hwmon support
 2012-08-13  7:37 UTC  (3+ messages)

[PATCH][XFRM][v3] Replace rwlock on xfrm_policy_afinfo with rcu
 2012-08-13  7:22 UTC 

[Question]About KVM network zero-copy feature!
 2012-08-13  7:18 UTC  (9+ messages)

[PATCH] XFRM: remove redundant parameter "int dir" in struct xfrm_mgr.acquire
 2012-08-13  7:23 UTC  (3+ messages)

[PATCH] ipv4: Cache local output routes
 2012-08-13  6:09 UTC 

[GIT] Networking
 2012-08-13  6:06 UTC 

[PATCH 1/2] net: move and rename netif_notify_peers()
 2012-08-13  2:46 UTC  (3+ messages)

[PATCH] net: add new QCA alx ethernet driver
 2012-08-13  1:19 UTC  (3+ messages)

[PATCH v2] SubmittingPatches: clarify SOB tag usage when evolving submissions
 2012-08-12 23:49 UTC  (3+ messages)

$650,500.00 USD
 2012-08-12 22:49 UTC 

$650,500.00 USD
 2012-08-12 22:48 UTC 

[PATCH net] net: sierra_net: replace whitelist with ifnumber match
 2012-08-12 21:14 UTC  (3+ messages)

[PATCH net-next] af_packet: remove BUG statement in tpacket_destruct_skb
 2012-08-12 20:42 UTC  (2+ messages)

[PATCH] bnx2x: Fix compiler warnings
 2012-08-12 20:42 UTC  (3+ messages)

[PATCH] macvtap: rcu_dereference outside read-lock section
 2012-08-12 20:41 UTC  (4+ messages)
` [PATCH v2] "

خصم 50% على اى حمله اعلانيه او اربح من موقعك من1الى 16$ لكل 1000 زائر
 2012-08-12 14:55 UTC 

[PATCH V2 09/12] net/eipoib: Add main driver functionality
 2012-08-12 14:05 UTC  (15+ messages)

[PATCH V3] CS89x0 : Use ioread16/iowrite16 on all platforms
 2012-08-12 11:24 UTC  (3+ messages)

Matter that needs your attention
 2012-08-12 10:05 UTC 

[PATCH v2 01/15] net: proc entry showing inodes on sockfs and their types
 2012-08-12  6:44 UTC  (4+ messages)

[PATCH net-next] net: reorganize IP MIB values
 2012-08-12  1:19 UTC  (3+ 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).