netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-31 19:49:08 to 2013-02-04 00:18:32 UTC [more...]

[PATCH v2 net-next] inet: Get critical word in first 64bit of cache line
 2013-02-04  0:18 UTC  (4+ messages)

[RFC PATCH] bridge: Add export of multicast database adjacent to net_dev
 2013-02-03 23:19 UTC 

assigning an entire subnet of addresses to an interface
 2013-02-03 22:35 UTC  (4+ messages)

[PATCH] packet: fix leakage of tx_ring memory
 2013-02-03 21:15 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH] stmmac: don't return zero on failure path in stmmac_pci_probe()
 2013-02-03 21:14 UTC  (2+ messages)

[PATCH net-next] mlx4_en: Change BQL reset TX queue call point
 2013-02-03 21:13 UTC  (3+ messages)

[PATCH] net: Fix inner_network_header assignment in skb-copy
 2013-02-03 21:11 UTC  (2+ messages)

[PATCH] netpoll: protect napi_poll and poll_controller during dev_[open|close]
 2013-02-03 21:05 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

[PATCH] net/mlx4_en: Fixed compilation error when CONFIG_INET isn't defined
 2013-02-03 21:02 UTC  (3+ messages)

Linux 3.6.x kernel crash in tcp_slow_start / bictcp_cong_avoid with wfica
 2013-02-03 21:01 UTC  (16+ messages)
                ` [PATCH] tcp: tcp_process_frto() should not set snd_cwnd to 0
                      ` [PATCH] tcp: frto "
                ` [PATCH] tcp: fix an infinite loop in tcp_slow_start()

[3.8-rc] regression: NETDEV WATCHDOG: eth0 (r8169): transmit queue 0 timed out
 2013-02-03 15:34 UTC  (6+ messages)

[PATCH v9 net-next 00/12] Add basic VLAN support to bridges
 2013-02-03 15:20 UTC  (22+ messages)
` [PATCH v9 net-next 01/12] bridge: Add vlan filtering infrastructure
` [PATCH v9 net-next 02/12] bridge: Validate that vlan is permitted on ingress
` [PATCH v9 net-next 03/12] bridge: Verify that a vlan is allowed to egress on give port
` [PATCH v9 net-next 04/12] bridge: Add netlink interface to configure vlans on bridge ports
` [PATCH v9 net-next 05/12] bridge: Add the ability to configure pvid
` [PATCH v9 net-next 06/12] bridge: Implement vlan ingress/egress policy
` [PATCH v9 net-next 07/12] bridge: Add vlan to unicast fdb entries
` [PATCH v9 net-next 08/12] bridge: Add vlan id to multicast groups
` [PATCH v9 net-next 09/12] bridge: Add vlan support to static neighbors
` [PATCH v9 net-next 10/12] bridge: Add vlan support for local fdb entries
` [PATCH v9 net-next 11/12] bridge: Dump vlan information from a bridge port
` [PATCH v9 net-next 12/12] bridge: Separate egress policy bitmap

[PATCH v2 0/6] ARM: davinci: da850: add ethernet driver DT support
 2013-02-03 12:45 UTC  (11+ messages)
` [PATCH v2 1/6] ARM: davinci: da850: fix clock lookup for mdio device
` [PATCH v2 2/6] ARM: davinci: da850: add DT node "
` [PATCH v2 4/6] ARM: davinci: da850: add DT node for eth0
` [PATCH v2 6/6] ARM: davinci: da850: configure system configuration chip(CFGCHIP3) for emac

per route MTU settings
 2013-02-03 11:22 UTC  (2+ messages)

Regarding vlan ingress filtering in linux
 2013-02-03  9:39 UTC  (3+ messages)

Annoying e1000e link up and down issue
 2013-02-03  6:34 UTC  (2+ messages)
` Annoying e1000e link up and down issue (workaround)

[PATCH net-next 0/2] Delete obsolete wanrouter support
 2013-02-03  4:13 UTC  (5+ messages)
` [PATCH net-next 1/2] wanrouter: completely decouple obsolete code from kernel
` [PATCH net-next 2/2] wanrouter: delete now orphaned header content, files/drivers

pull-request: can 2013-02-01
 2013-02-03  4:10 UTC  (3+ messages)
` [PATCH] can: c_can: Set reserved bit in IFx_MASK2 to 1 on write

[PATCH 1/1] net: fec: fix miss init spinlock
 2013-02-03  4:08 UTC  (2+ messages)

[PATCH net-next 1/2] cxgb4: Send Flush Work Request on a TX Queue
 2013-02-03  4:04 UTC  (2+ messages)

[patch] qlcnic: silence false positive overflow warning
 2013-02-03  4:00 UTC  (3+ messages)
` [patch v2] "

[PATCHv1] net-bnx2x: Force link UP when the interface is in LOOPBACK mode
 2013-02-03  3:59 UTC  (3+ messages)

[net-next v2 00/11][pull request] Intel Wired LAN Driver Updates 2013.01.31
 2013-02-03  3:55 UTC  (14+ messages)
` [net-next 01/11] ixgbe: Reset the NIC if up2tc has changed
` [net-next 02/11] ixgbe: Fix device ref count bug
` [net-next 03/11] ixgbe: rename autoneg variables
` [net-next 04/11] ixgbe: removed unused variable from setup_link_speed
` [net-next 05/11] ixgbe: autoneg variable refactoring
` [net-next 06/11] e1000e: cleanup defines.h
` [net-next 07/11] e1000e: cleanup: group OR'ed bit settings with parens
` [net-next 08/11] e1000e: cleanup some whitespace and indentation issues
` [net-next 09/11] e1000e: update driver version string
` [net-next 10/11] e1000e: resolve -Wunused-parameter compile warnings
` [net-next 11/11] e1000e: use generic IEEE MII definitions

[PATCH 09/62] atm/nicstar: convert to idr_alloc()
 2013-02-03  1:20 UTC 

[RFC PATCH] xfrm: fix handling of XFRM policies mark and mask
 2013-02-02 17:27 UTC 

How to find an unused TAP device with kernel 3.8 ?
 2013-02-02 10:27 UTC  (5+ messages)
  ` [PATCH] tun: fix carrier on/off status
    ` [PATCHv2] "

linux-next: manual merge of the net-next tree with the net tree
 2013-02-02 10:05 UTC  (2+ messages)

[patch net-next v2 0/3] team: couple of patches
 2013-02-02  9:04 UTC  (10+ messages)
` [patch net-next v2 1/3] team: handle sending port list in the same way option list is sent
` [patch net-next v2 2/3] team: move netlink event notifiers after team_port_leave()
` [patch net-next v2 3/3] team: ab: set active port option as changed when port is leaving

linux-next: manual merge of the net-next tree with the net tree
 2013-02-02  3:22 UTC 

invalid socket structure with ip_early_demux
 2013-02-02  2:34 UTC  (5+ messages)

[PATCH] net: Fix inner_network_header assignment in skb-copy
 2013-02-02  1:14 UTC  (3+ messages)

[PATCH net-next] igb: increase timeout for ethtool offline self-test
 2013-02-02  0:29 UTC  (2+ messages)

[PATCH 0/6] Fix a number of warnings that show up when using "make W=1"
 2013-02-01 21:58 UTC  (8+ messages)
` [PATCH 1/6] rtlwifi: Fix many compile warnings when using W=1
` [PATCH 4/6] rtlwifi: rtl8192cu: Fix W=1 build warning
  ` [PATCH 2/6] rtlwifi: Fix warnings in usb.c
  ` [PATCH 3/6] rtlwifi: rtl8192c: Fix W=1 warning
  ` [PATCH 5/6] rtlwifi: rtl8192de: Fix W=1 build warnings
  ` [PATCH 6/6] rtlwifi: rtl8723ae: Fix W=1 compile warnings

Backport of Balance-ALB patch from 3.8-rc2 (567b871e503316b0927e54a3d7c86d50b722d955) to kernels 3.0, 3.2, 3.4, 3.7
 2013-02-01 20:00 UTC 

pull request: wireless 2013-02-01
 2013-02-01 19:50 UTC  (2+ messages)

[PATCH] driver-core: constify data for class_find_device()
 2013-02-01 19:40 UTC 

Re:
 2013-02-01 18:30 UTC 

Re:
 2013-02-01 18:28 UTC 

[RFC] xfrm: fix pmtu discovery (kill xfrm6_update_pmtu)
 2013-02-01 17:25 UTC  (3+ messages)

[PATCH] net: remove redundant checking for sock timer state
 2013-02-01 15:22 UTC  (9+ messages)

Unequal balancing on bonds with links down
 2013-02-01 15:20 UTC 

[PATCH net-next v3] sctp: sctp_close: fix release of bindings for deferred call_rcu's
 2013-02-01 14:55 UTC  (2+ messages)

[PATCH net-next v2] sctp: sctp_close: fix release of bindings for deferred call_rcu's
 2013-02-01 14:33 UTC  (3+ messages)

[patch net-next 1/2] team: move netlink event notifiers after team_port_leave()
 2013-02-01 14:28 UTC  (2+ messages)
` [patch net-next 2/2] team: ab: set active port option as changed when port is leaving

[PATCH 1/2 net-next] xfrm: count esp/ah header to lifetime
 2013-02-01 10:18 UTC  (3+ messages)
` [PATCH 2/2 net-next] xfrm: fix a unbalanced lock

[PATCH net-next] cxgb3: Update VLAN extraction stats in the GRO path
 2013-02-01 10:03 UTC 

Gianfar : Q : Tx VLAN hardware accelaration
 2013-02-01  9:45 UTC 

[PATCH 0/4] l2tp: fix namespace support in l2tp_core
 2013-02-01  9:43 UTC  (5+ messages)
` [PATCH 1/4] l2tp: put tunnel socket release on a workqueue
` [PATCH 2/4] l2tp: set netnsok flag for netlink messages
` [PATCH 3/4] l2tp: prevent tunnel creation on netns mismatch
` [PATCH 4/4] l2tp: create tunnel sockets in the right namespace

[PATCH 1/1] VSOCK: Introduce VM Sockets
 2013-02-01  8:12 UTC  (3+ messages)

[PATCH net-next] sctp: sctp_close: fix release of bindings for deferred call_rcu's
 2013-02-01  8:04 UTC  (3+ messages)

[PATCH net-next 1/4]netns: fdb: allow unprivileged users to add/del fdb entries
 2013-02-01  4:11 UTC  (7+ messages)
` [PATCH net-next 2/4] netns: ebtable: allow unprivileged users to operate ebtables
  ` [PATCH net-next 3/4] netns: bridge: allow unprivileged users add/delete mdb entry
` [PATCH net-next 4/4] netns: bond: allow unprivileged users to control bond device

[PATCH v8 net-next 00/12] Add basic VLAN support to bridges
 2013-02-01  2:50 UTC  (12+ messages)
` [PATCH v7 net-next 01/12] bridge: Add vlan filtering infrastructure
    ` [Bridge] "
` [PATCH v7 net-next 03/12] bridge: Verify that a vlan is allowed to egress on give port

[Patch net-next] openvswitch: adjust skb_gso_segment() for rx path
 2013-02-01  2:09 UTC  (5+ messages)

[BUG?] ip forwarding keeps L2 vlan_tci priority (or looks like)
 2013-01-31 23:48 UTC 

[PATCH] nl80211: avoid "wdev_id may be used uninitialized"
 2013-01-31 22:21 UTC  (5+ messages)

ixp4xx eth broken in 3.7.0/3.8-rc5?
 2013-01-31 21:54 UTC  (2+ messages)

[PATCH v2 0/2] Add CPSW VLAN Support
 2013-01-31 21:43 UTC  (5+ messages)
` [PATCH v2 1/2] drivers: net: cpsw: Add helper functions for VLAN ALE implementation

Warning! Your mailbox is almost full
 2013-01-31 19:25 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).