netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-01 21:08:03 to 2013-07-03 01:31:08 UTC [more...]

[PATCH v2.34] datapath: Add basic MPLS support to kernel
 2013-07-03  1:31 UTC  (5+ messages)

3.9.5+: Crash in tcp_input.c:4810
 2013-07-03  1:04 UTC  (4+ messages)

[PATCH net-next] ip_tunnels: Use skb-len to PMTU check
 2013-07-02 23:44 UTC  (2+ messages)

[PATCH v2 0/3] l2tp: make datapath sequence number handling RFC-compliant
 2013-07-02 23:34 UTC  (5+ messages)
` [PATCH v2 1/3] l2tp: do data sequence number handling in a separate func
` [PATCH v2 2/3] l2tp: make datapath sequence number support RFC-compliant
` [PATCH v2 3/3] l2tp: make datapath resilient to packet loss when sequence numbers enabled

[PATCH v6 0/7] ARM: mvebu: switch to DT probed mv643xx_eth
 2013-07-02 23:29 UTC  (10+ messages)
` [PATCH v6 1/7] ARM: dove: add gigabit ethernet and mvmdio device tree nodes
` [PATCH v6 2/7] ARM: kirkwood: "
` [PATCH v6 3/7] ARM: orion5x: "
` [PATCH v6 4/7] ARM: dove: remove legacy mv643xx_eth setup
` [PATCH v6 5/7] ARM: kirkwood: remove redundant DT board files
` [PATCH v6 6/7] ARM: kirkwood: remove legacy clk alias for mv643xx_eth
` [PATCH v6 7/7] ARM: orion5x: remove legacy mv643xx_eth board setup

[PATCH 00/13] Getting rid of get_unused_fd()
 2013-07-02 23:14 UTC  (4+ messages)
` [PATCH 12/13] sctp: use get_unused_fd_flags(0) instead "

[RFC ] netlink: limit large vmalloc() based skbs to NETLINK_NETFILTER
 2013-07-02 23:11 UTC  (3+ messages)

[PATCH] core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()
 2013-07-02 23:00 UTC  (2+ messages)

[PATCH] wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm ops
 2013-07-02 22:59 UTC  (7+ messages)

[PATCH net-next v2 (repost)] net: convert lls to use time_in_range()
 2013-07-02 22:54 UTC  (2+ messages)

tuntap regression in v3.9.8 and v3.10
 2013-07-02 22:06 UTC  (3+ messages)

PROBLEM: Linux 3.9 more-specific ipv6 route ignored until next-hop is in neighbor cache
 2013-07-02 22:04 UTC 

[PATCH net-next v3 1/1] net: fec: Add VLAN receive HW support
 2013-07-02 21:52 UTC 

WARNING: at net/core/dst.c:274 dst_release+0x2d/0x56()
 2013-07-02 21:44 UTC  (3+ messages)

[PATCH for-next 0/8] Add Mellanox mlx5 driver for Connect-IB devices
 2013-07-02 21:36 UTC  (13+ messages)

[PATCH V2] brcmsmac: Fix WARNING caused by lack of calls to dma_mapping_error()
 2013-07-02 20:53 UTC  (2+ messages)

[PATCH net-next 0/2] net: lls cleanup patches
 2013-07-02 20:42 UTC  (9+ messages)
      ` [PATCH v2 net-next] net: convert lls to use time_in_range()

packetdrill: a scriptable network stack testing tool
 2013-07-02 20:21 UTC 

Understanding lock contention in __udp4_lib_mcast_deliver
 2013-07-02 20:16 UTC  (8+ messages)

[PATCH RFC] cdc_ncm.c: make rx and tx functions exportable
 2013-07-02 20:15 UTC  (9+ messages)
  ` [RFC] huawei_cdc_ncm driver - status
    ` [PATCH 0/3] make cdc_ncm_tx_fixup and cdc_ncm_rx_fixup non-static functions
      ` [PATCH 1/3] Export cdc_ncm_{tx,rx}_fixup functions
        ` [PATCH RFC 2/3] Introduce huawei_cdc_ncm driver
          ` [PATCH RFC 3/3] huawei_cdc_ncm base skeleton

[patch net-next v2] nlmon: use standard rtnetlink link api for add/del devices
 2013-07-02 19:53 UTC  (3+ messages)

[RFC PATCH] sctp: Don't lookup dst if transport dst is still valid
 2013-07-02 19:47 UTC  (4+ messages)

[PATCH net] ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending data
 2013-07-02 19:45 UTC  (2+ messages)

[PATCH net v2] ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_size
 2013-07-02 19:45 UTC  (2+ messages)

[PATCH net v1 1/1] net: fec: Fix Transmitted bytes counter
 2013-07-02 19:41 UTC  (10+ messages)
` [PATCH net-next v2 1/1] net: fec: Add VLAN receive HW support
` [PATCH net-next v1 1/1] net: fec: Fix RMON registers on imx6

[PATCH] cxgb3: Missing rtnl lock in error recovery
 2013-07-02 19:38 UTC  (2+ messages)

merge window is CLOSED
 2013-07-02 19:34 UTC  (3+ messages)

3.6 NULL kernel dereference in skb_gro_receive()
 2013-07-02 17:51 UTC  (3+ messages)

[PATCH 00/10] Improve 9P/RDMA
 2013-07-02 16:49 UTC  (13+ messages)
` [PATCH 01/10] 9P: Fix fcall allocation for rdma
` [PATCH 02/10] 9P/RDMA: rdma_request() needs not allocate req->rc
` [PATCH 03/10] 9pnet: refactor struct p9_fcall alloc code
` [PATCH 04/10] 9P/RDMA: increase P9_RDMA_MAXSIZE to 1MB
` [PATCH 05/10] 9P/RDMA: Protect against duplicate replies
` [PATCH 06/10] 9P/RDMA: Use a semaphore to protect the RQ
` [PATCH 07/10] 9P/RDMA: Do not free req->rc in error handling in rdma_request()
` [PATCH 08/10] 9P/RDMA: Improve error handling in rdma_request
` [PATCH 09/10] 9P/RDMA: count posted buffers without a pending request
` [PATCH 10/10] 9P: Add cancelled() to the transport functions

[PATCH 0/3] l2tp: make datapath sequence number handling RFC-compliant
 2013-07-02 16:32 UTC  (6+ messages)
` [PATCH 1/3] l2tp: do data sequence number handling in a separate func
` [PATCH 2/3] l2tp: make datapath sequence number support RFC-compliant
` [PATCH 3/3] l2tp: make datapath resilient to packet loss when sequence numbers enabled

[PATCH] pkt_sched: rate overflow fix
 2013-07-02 15:32 UTC  (2+ messages)

PHC device sharing between PCI functions
 2013-07-02 15:17 UTC  (3+ messages)

[PATCH net-next] net: Add phys_port identifier to struct net_device and export it to sysfs
 2013-07-02 14:40 UTC  (11+ messages)

[PATCH v1 net-next] net: Add phys_port identifier to struct net_device and export it to sysfs
 2013-07-02 14:09 UTC  (3+ messages)

rtnl_lock deadlock on 3.10
 2013-07-02 13:38 UTC  (3+ messages)

[PATCH v1 0/3] extend stmmac DT support
 2013-07-02 13:04 UTC  (4+ messages)
  ` [PATCH v1 1/3] dt:net:stmmac: Allocate platform data only if its NULL
` [PATCH v1 2/3] dt:net:stmmac: Add support to dwmac version 3.610 and 3.710
` [PATCH v1 3/3] dt:net:stmmac: Add dt specific phy reset callback support

[PATCH] brcmsmac: Fix WARNING caused by lack of calls to dma_mapping_error()
 2013-07-02 12:37 UTC  (4+ messages)

[net-next.git] stmmac: dity-up and rework the driver debug levels
 2013-07-02 12:12 UTC 

libvirt & virtio_net - host.freeze@reset.domain
 2013-07-02 11:25 UTC 

[PATCH 35/50] sctp: fully initialize sctp_outq in sctp_outq_init
 2013-07-02 11:07 UTC 

[PATCH v3 00/45] CPU hotplug: stop_machine()-free CPU hotplug, part 1
 2013-07-02 10:08 UTC  (7+ messages)
` [PATCH v3 10/45] smp: Use get/put_online_cpus_atomic() to prevent CPU offline

[Patch iproute2] iptunnel: check SIT_ISATAP flag only for SIT tunnel
 2013-07-02  9:39 UTC 

[PATCH v2] net: cdc_ether: allow combined control and data interface
 2013-07-02  9:06 UTC  (5+ messages)

[Patch net v2] ipip: fix a regression in ioctl
 2013-07-02  8:13 UTC  (2+ messages)

[PATCH] l2tp: add missing .owner to struct pppox_proto
 2013-07-02  8:12 UTC  (2+ messages)

[PATCH -next] net: ethernet: davinci_emac: remove redundant dev_err call in davinci_emac_probe()
 2013-07-02  8:10 UTC  (4+ messages)

[PATCH for/net-next 3/8] net/mlx5: Mellanox Connect-IB, core driver part 3/3
 2013-07-02  8:06 UTC  (4+ messages)

[PATCH RFC 0/3] extend stmmac DT support
 2013-07-02  8:04 UTC  (5+ messages)
` [PATCH RFC 2/3] dt:net:stmmac: Add support to dwmac version 3.610 and 3.710

[PATCH net-next] xen-netback: xenbus.c: use more current logging styles
 2013-07-02  7:53 UTC  (3+ messages)

[PATCH V2 0/4] Add IPv6 support for iWARP
 2013-07-02  7:41 UTC  (8+ messages)

[PATCH net-next] ipv4: remove fib_update_nh_saddrs() declaration
 2013-07-02  7:34 UTC  (2+ messages)

[PATCH] net: ipheth: Add USB ID for iPad mini
 2013-07-02  7:33 UTC  (2+ messages)

[PATCH net-next] net: sctp: prevent checksum.h from double inclusion
 2013-07-02  7:24 UTC  (2+ messages)

[PATCH net-next] tools: selftests: psock_tpacket: get rid of macro wrappers
 2013-07-02  7:24 UTC  (2+ messages)

sched: context tracking demolishes pipe-test
 2013-07-02  7:19 UTC 

[PATCH net-next] ethtool: make .get_dump_data() harder to misuse by drivers
 2013-07-02  7:16 UTC  (2+ messages)

[PATCH net-next] bnx2x: fill in sane dump flag information
 2013-07-02  7:16 UTC  (2+ messages)

[PATCH net 0/2] bnx2x: ethtool dump fixes
 2013-07-02  7:16 UTC  (2+ messages)

[PATCH net-next] net: sctp: get rid of SCTP_DBG_TSNS entirely
 2013-07-02  7:08 UTC  (3+ messages)

[PATCH net v2] ip_tunnels: Use skb-len to PMTU check
 2013-07-02  6:56 UTC  (2+ messages)

[PATCH net-next] cassini: Make missing firmware non-fatal
 2013-07-02  6:48 UTC  (2+ messages)

[PATCH V2] qmi_wwan: add ONDA MT689DC device ID (fwd)
 2013-07-02  6:42 UTC  (3+ messages)

[Patch net-next v2] ipv6,mcast: always hold idev->lock before mca_lock
 2013-07-02  6:39 UTC  (4+ messages)

[Patch net-next] ipip: fix a regression in ioctl
 2013-07-02  6:38 UTC  (5+ messages)

[Patch net-next v2] gre: fix a regression in ioctl
 2013-07-02  6:36 UTC  (3+ messages)
` [Patch net-next v3] "

[PATCH net-next v4 0/2] Rework SCTP debugging framework
 2013-07-02  6:22 UTC  (2+ messages)

[PATCH net] ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_size
 2013-07-02  5:42 UTC  (5+ messages)

[PATCH net-next v3 0/3] sh_eth: Add support for r8a7790 SoC
 2013-07-02  5:25 UTC  (7+ messages)
` [PATCH net-next v3 1/3] sh_eth: add support for gpio reset
` [PATCH net-next v3 3/3] sh_eth: Add support for r8a7790 SoC

[PATCH net-next 0/2] net/mlx4: Add dynamic policy changes to the SRIOV eSwitch support
 2013-07-02  4:40 UTC  (3+ messages)

[PATCH] net: Swap ver and type in pppoe_hdr
 2013-07-02  1:20 UTC  (2+ messages)

fix broken locking in x25 ioctl error paths
 2013-07-02  1:16 UTC  (3+ messages)

[PATCH net-next] netem: use rb tree to implement the time queue
 2013-07-02  1:08 UTC  (2+ messages)

[PATCH] drivers/ptp/Kconfig: add "depends on HAS_IOMEM" for 'PTP_1588_CLOCK_PCH'
 2013-07-02  0:57 UTC  (13+ messages)

[PATCH v2] net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0)
 2013-07-01 23:48 UTC  (3+ messages)

[PATCH 1/3] net: qmi_wwan: fixup Sierra Wireless MC8305 entry
 2013-07-02  0:02 UTC  (6+ messages)
` [PATCH 2/3] net: qmi_wwan: add Option GTM681W
` [PATCH 3/3] net: qmi_wwan: add TP-LINK MA260

a tap mystery
 2013-07-01 23:33 UTC  (2+ messages)

backports based on next-20130618
 2013-07-01 21:39 UTC  (2+ messages)

alx unification project dead
 2013-07-01 21:24 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).