netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-15 18:26:25 to 2013-04-17 10:36:50 UTC [more...]

[Patch net-next v4 0/5] vxlan: add ipv6 support
 2013-04-17 10:36 UTC  (10+ messages)
` [Patch net-next v4 1/5] vxlan: defer vxlan init as late as possible
` [Patch net-next v4 2/5] ipv6: export ipv6_sock_mc_join and ipv6_sock_mc_drop
` [Patch net-next v4 3/5] vxlan: add ipv6 support
` [Patch net-next v4 4/5] vxlan: add scope_id support for ll addr
` [Patch net-next v4 5/5] ipv6: Add generic UDP Tunnel segmentation
` [PATCH iproute2] vxlan: add ipv6 support

[RFC] net : add tx timestamp to packet mmap
 2013-04-17 10:22 UTC  (9+ messages)
` [PATCH] net-packet: tx timestamping on tpacket ring

[PATCH] net/cpsw: don't disable_irqs() after an interrupt has been received
 2013-04-17 10:08 UTC  (7+ messages)

[PATCH net-next 0/9] Minor SCTP cleanups all over the place
 2013-04-17  9:26 UTC  (12+ messages)
` [PATCH net-next 1/9] net: sctp: sctp_ssnmap: remove 'malloced' element from struct
` [PATCH net-next 2/9] net: sctp: sctp_inq: remove dead code
` [PATCH net-next 3/9] net: sctp: sctp_outq: remove 'malloced' from its struct
` [PATCH net-next 4/9] net: sctp: sctp_outq: consolidate chars into bitfield
` [PATCH net-next 5/9] net: sctp: outqueue: simplify sctp_outq_uncork function
` [PATCH net-next 6/9] net: sctp: sctp_transport: remove unused variable
` [PATCH net-next 7/9] net: sctp: sctp_bind_addr: remove dead code
` [PATCH net-next 8/9] net: sctp: sctp_ulpq: remove 'malloced' struct member
` [PATCH net-next 9/9] net: sctp: sctp_ulpq: do not use char as a "

ECMP ipv6 vs ipv4
 2013-04-17  9:03 UTC  (4+ messages)

[PATCH net-next] net: cdc_ether: silence sparse __CHECK_ENDIAN__ warning
 2013-04-17  8:52 UTC  (2+ messages)

Account Security‏
 2013-04-17  8:25 UTC 

[PATCH v6] net: sh_eth: Add support of device tree probe
 2013-04-17  7:54 UTC  (7+ messages)

[patch] [IrDA]: small read past the end of array in debug code
 2013-04-17  7:10 UTC 

strange behaviour of MC7700 with sierra_net
 2013-04-17  6:55 UTC  (10+ messages)
` [PATCH 1/2 v4] usbnet: allow status interrupt URB to always be active
      ` [PATCH 1/2 v5] "

[PATCH] build: resolve compile error due to missing include
 2013-04-17  6:53 UTC 

[PATCH 1/5] can: mcp251x: Remove unneeded PM_OPS definitions
 2013-04-17  6:27 UTC  (11+ messages)
` [PATCH 2/5] atl1: "
` [PATCH 3/5] tg3: "
` [PATCH 4/5] xgmac: "
` [PATCH 5/5] ks8851: "

[GIT] Networking
 2013-04-17  5:42 UTC 

[PATCH net 1/1] qlcnic: fix beaconing test for 82xx adapter
 2013-04-17  5:15 UTC  (2+ messages)

[RFC PATCH] udp: don't rereference dst_entry dev pointer on rcv
 2013-04-17  5:15 UTC  (14+ messages)
                    ` [PATCH] net: drop dst before queueing fragments

[GIT PULL nf-next] IPVS fixes for v3.10
 2013-04-17  2:18 UTC  (2+ messages)
` [PATCH] ipvs: fix sparse warnings reported by kbuild test robot

oops in udpv6_sendmsg
 2013-04-17  2:02 UTC  (5+ messages)

[Patch net-next v3 1/4] vxlan: defer vxlan init as late as possible
 2013-04-17  1:43 UTC  (6+ messages)
` [Patch net-next v3 3/4] vxlan: add ipv6 support

[PATCH v3 net-next] bond: add support to read speed and duplex via ethtool
 2013-04-17  0:46 UTC 

No longer able to add iptunnel interface to bridge?
 2013-04-16 23:22 UTC  (3+ messages)

[PATCH net-next v2 1/1] net: fec: Enable imx6 enet checksum acceleration
 2013-04-16 22:41 UTC  (10+ messages)

[PATCH net-next] bond: add support to read speed and duplex via ethtool
 2013-04-16 22:33 UTC  (4+ messages)
` [PATCH v2] "

[PATCH net] hyperv: Fix a compiler warning in netvsc_send()
 2013-04-16 22:25 UTC 

[PATCH 1/1] net: fec: Enable imx6 enet checksum acceleration
 2013-04-16 22:14 UTC  (3+ messages)

[PATCH] atl1: Protect atl1_suspend with CONFIG_PM_SLEEP
 2013-04-16 21:47 UTC  (3+ messages)

[PATCH 04/28] proc: Supply PDE attribute setting accessor functions [RFC]
 2013-04-16 21:37 UTC  (4+ messages)
` [PATCH 07/28] proc: Split the namespace stuff out into linux/proc_ns.h [RFC]
` [PATCH 26/28] proc: Supply a function to remove a proc entry by PDE [RFC]

[PATCH] fec: Use SIMPLE_DEV_PM_OPS
 2013-04-16 21:25 UTC  (7+ messages)

[GIT net-next] Open vSwitch
 2013-04-16 21:00 UTC  (11+ messages)
` [PATCH net-next 01/10] openvswitch: Specify the minimal length of OVS_PACKET_ATTR_PACKET in the policy
  ` [PATCH net-next 02/10] openvswitch: Use nla_memcpy() to memcpy() data from attributes
  ` [PATCH net-next 03/10] openvswitch: Refine Netlink message size calculation and kill FLOW_BUFSIZE
  ` [PATCH net-next 04/10] openvswitch: Move common genl notify code into ovs_notify()
` [PATCH net-next 05/10] openvswitch: Use ETH_ALEN to define ethernet addresses
` [PATCH net-next 06/10] openvswitch: Expose <linux/openvswitch.h> to userspace
` [PATCH net-next 07/10] openvswitch: Don't insert empty OVS_VPORT_ATTR_OPTIONS attribute
` [PATCH net-next 08/10] openvswitch: datapath.h: Fix a stale comment
` [PATCH net-next 09/10] openvswitch: Simplify datapath locking
` [PATCH net-next 10/10] openvswitch: Use generic struct pcpu_tstats

[GIT net] Open vSwitch
 2013-04-16 20:53 UTC  (4+ messages)
` [PATCH net 1/2] openvswitch: Preallocate reply skb in ovs_vport_cmd_set()
` [PATCH net 2/2] openvswitch: correct an invalid BUG_ON

How to file a bug against iproute2?
 2013-04-16 20:52 UTC  (3+ messages)

[PATCH for 3.9] net: fec: fix regression in link change accounting
 2013-04-16 20:48 UTC  (3+ messages)

[PATCH net] hyperv: Fix a compiler warning in netvsc_send()
 2013-04-16 20:45 UTC  (7+ messages)

[PATCH 0/2 v3] changed irq handling for at86rf230
 2013-04-16 20:45 UTC  (7+ messages)
    ` [Linux-zigbee-devel] "

[PATCH] neighbour: Convert NEIGH_PRINTK to neigh_dbg
 2013-04-16 20:42 UTC  (2+ messages)

[PATCH net,stable-3.8] net: cdc_mbim: remove bogus sizeof()
 2013-04-16 20:42 UTC  (2+ messages)

pull-request: can-next 2013-04-16
 2013-04-16 20:41 UTC  (2+ messages)

[PATCH net-next] tlan: cancel work at remove path
 2013-04-16 20:40 UTC  (2+ messages)

[PATCH v4] sctp: Add buffer utilization fields to /proc/net/sctp/assocs
 2013-04-16 20:40 UTC  (2+ messages)

[PATCH net-next] packet: minor: add generic tpacket_uhdr to access packet headers
 2013-04-16 20:40 UTC  (2+ messages)

[PATCH v4] vxlan: Allow setting destination to unicast address
 2013-04-16 20:39 UTC  (3+ messages)

Bonding driver has bad load balancing for forwarded traffic, 3.7+
 2013-04-16 20:39 UTC  (6+ messages)

[RFC PATCH 0/3] Shrink sk_buff and add a security blob
 2013-04-16 20:39 UTC  (4+ messages)
` [RFC PATCH 1/3] skb: wrap skb_shared_info->destructor_arg access with set and get functions
` [RFC PATCH 2/3] net: wrap skb->secmark "
` [RFC PATCH 3/3] net: move sk_buff->secmark into a security blob in skb_shared_info

[PATCH net-next] pch_gbe: minor: report the actual error on MTU change
 2013-04-16 20:39 UTC  (2+ messages)

[PATCH v2] fec: Use SIMPLE_DEV_PM_OPS
 2013-04-16 20:38 UTC  (2+ messages)

"rcu_sched self-detected stall on CPU" on highload dns servers
 2013-04-16 18:03 UTC 

[PATCH v3] vxlan: Allow setting destination to unicast address
 2013-04-16 17:48 UTC  (9+ messages)

[PATCH RFC] spinlock: split out debugging check from spin_lock_mutex
 2013-04-16 17:24 UTC  (10+ messages)

[PATCH net-next 1/2] net: socket: move ktime2ts to ktime header api
 2013-04-16 14:26 UTC  (3+ messages)
` [PATCH net-next 2/2] packet: move hw/sw timestamp extraction into a small helper

[PATCH iproute2 v4] vxlan: Allow setting destination to unicast address
 2013-04-16 12:57 UTC 

[PATCH 0/3] Dual EMAC mode implementation of CPSW
 2013-04-16 11:09 UTC  (6+ messages)

[PATCH net-next 1/1] net: fec: Enable imx6 enet checksum acceleration
 2013-04-16 10:34 UTC 

[PATCH v6 0/4] Add packet recirculation
 2013-04-16  8:14 UTC  (6+ messages)
` [PATCH 2/5] Add set skb_mark support to execute_set_action
` [PATCH 3/5] Add set skb_priority "
  ` [PATCH 1/5] Add execute_actions
  ` [PATCH 4/5] Add set tunnel support to execute_set_action
` [PATCH 5/5] Add packet recirculation

[RFC PATCH net-next] vxlan: add ability to configure static multicast group members
 2013-04-16  6:39 UTC 

[PATCH net-next 0/4] bnx2x: refactor nvram related code and update version
 2013-04-15 23:31 UTC  (5+ messages)
` [PATCH net-next 1/4] bnx2x: refactor nvram read procedure

[net-next 00/11][pull request] Intel Wired LAN Driver Updates
 2013-04-15 20:48 UTC  (4+ messages)
` [net-next 08/11] ixgbe: walk pci-e bus to find minimum width

[PATCHv2 0/2] Add suppport for sync of hw addresses to multiple devices
 2013-04-15 20:12 UTC  (4+ messages)
` [PATCHv2 1/2] net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() api
` [PATCHv2 2/2] team: Use new sync_multiple api to sync devices adressess

[PATCH 0/2] Add suppport for sync of hw addresses to multiple devices
 2013-04-15 19:49 UTC  (9+ messages)
` [PATCH 1/2] net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() api
` [PATCH 2/2] team: Use new sync_multiple api to sync devices adressess

[stable] net: sctp: sctp_auth_key_put: use kzfree instead of kfree
 2013-04-15 18:26 UTC  (2+ 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).