netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-01 07:19:04 to 2013-10-02 10:49:20 UTC [more...]

[PATCH RFC 00/77] Re-design MSI/MSI-X interrupts enablement pattern
 2013-10-02 10:49 UTC  (65+ messages)
` [PATCH RFC 01/77] PCI/MSI: Fix return value when populate_msi_sysfs() failed
` [PATCH RFC 02/77] PCI/MSI/PPC: Fix wrong RTAS error code reporting
` [PATCH RFC 03/77] PCI/MSI/s390: Fix single MSI only check
` [PATCH RFC 04/77] PCI/MSI/s390: Remove superfluous check of MSI type
` [PATCH RFC 05/77] PCI/MSI: Convert pci_msix_table_size() to a public interface
` [PATCH RFC 06/77] PCI/MSI: Factor out pci_get_msi_cap() interface
  ` [PATCH RFC 07/77] PCI/MSI: Re-design MSI/MSI-X interrupts enablement pattern
` [PATCH RFC 08/77] PCI/MSI: Get rid of pci_enable_msi_block_auto() interface
` [PATCH RFC 09/77] ahci: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 10/77] ahci: Check MRSM bit when multiple MSIs enabled
` [PATCH RFC 11/77] benet: Return -ENOSPC when not enough MSI-Xs available
` [PATCH RFC 12/77] benet: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 13/77] bna: "
` [PATCH RFC 14/77] bnx2x: "
` [PATCH RFC 15/77] bnx2: "
` [PATCH RFC 16/77] cciss: "
` [PATCH RFC 17/77] cciss: Update a misleading comment on interrupt usage
` [PATCH RFC 18/77] cciss: Fallback to single MSI mode in case MSI-X failed
` [PATCH RFC 19/77] csiostor: Do not call pci_disable_msix() if pci_enable_msix() failed
` [PATCH RFC 20/77] csiostor: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 21/77] csiostor: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 22/77] cxgb3: Do not call pci_disable_msix() if pci_enable_msix() failed
` [PATCH RFC 23/77] cxgb3: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 24/77] cxgb3: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 25/77] cxgb4: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 26/77] cxgb4: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 27/77] cxgb4vf: Do not call pci_disable_msix() if pci_enable_msix() failed
` [PATCH RFC 28/77] cxgb4vf: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 29/77] cxgb4vf: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 30/77] hpsa: Update a misleading comment on interrupt usage
` [PATCH RFC 31/77] hpsa: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 32/77] hpsa: Fallback to single MSI mode in case MSI-X failed
` [PATCH RFC 33/77] ioat: Disable MSI-X in case request of IRQ failed
` [PATCH RFC 34/77] ioat: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 35/77] ipr: Do not call pci_disable_msi/msix() if pci_enable_msi/msix() failed
` [PATCH RFC 36/77] ipr: Enable MSI-X when IPR_USE_MSIX type is set, not IPR_USE_MSI
` [PATCH RFC 37/77] ipr: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 38/77] ixgbe: "
` [PATCH RFC 39/77] ixgbevf: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 40/77] ixgbevf: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 41/77] lpfc: Do not call pci_disable_msix() if pci_enable_msix() failed
` [PATCH RFC 42/77] lpfc: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 43/77] lpfc: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 44/77] lpfc: Make MSI-X initialization routine more readable
` [PATCH RFC 45/77] megaraid: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 46/77] mlx4: "
` [PATCH RFC 47/77] mlx5: Fix memory leak in case not enough MSI-X vectors available
` [PATCH RFC 48/77] mlx5: Return -ENOSPC when "
` [PATCH RFC 49/77] mlx5: Fix minimum number of MSI-Xs
` [PATCH RFC 50/77] mlx5: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 51/77] mthca: "
` [PATCH RFC 52/77] niu: "
` [PATCH RFC 53/77] ntb: Fix missed call to pci_enable_msix()
` [PATCH RFC 54/77] ntb: Ensure number of MSIs on SNB is enough for the link interrupt
` [PATCH RFC 55/77] ntb: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 56/77] nvme: "
` [PATCH RFC 57/77] pmcraid: "
` [PATCH RFC 58/77] qib: "
` [PATCH RFC 59/77] qla2xxx: "
` [PATCH RFC 60/77] qlcnic: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 61/77] qlogic: Return -EINVAL in case MSI-X is not supported
` [PATCH RFC 62/77] qlcnic: Remove redundant return operator
` [PATCH RFC 63/77] qlcnic: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 64/77] qlcnic: Make MSI-X initialization routine bit more readable

[PATCH] ipv6: udp packets following an UFO enqueued packet need also be handled by UFO
 2013-10-02 10:41 UTC  (11+ messages)

[PATCH v3] l2tp: fix kernel panic when using IPv4-mapped IPv6 addresses
 2013-10-02  8:16 UTC 

[PATCH net v2 1/4] ip_tunnel: Fix a memory corruption in ip_tunnel_xmit
 2013-10-02  7:36 UTC  (18+ messages)
` [PATCH net v2 2/4] ip_tunnel: Add fallback tunnels to the hash lists
` [PATCH net 3/4] ip_tunnel_core: Change __skb_push back to skb_push
` [PATCH net 4/4] ip_tunnel: Remove double unregister of the fallback device
        ` [PATCH net 1/2] sit: allow to use rtnl ops on fb tunnel
          ` [PATCH net 2/2] ip6tnl: "

[PATCH net-next] net:drivers/net: Miscellaneous conversions to ETH_ALEN
 2013-10-02  7:27 UTC  (3+ messages)

[RFC PATCH 0/4] Series short description
 2013-10-02  7:08 UTC  (5+ messages)
` [RFC PATCH 0/2] net: alternate proposal for using macvlans with forwarding acceleration
  ` [RFC PATCH 1/2] net: Add layer 2 hardware acceleration operations for macvlan devices

[PATCH 1/1] hso: fix problem with wrong status code sent by OPTION GTM601 during RING indication
 2013-10-02  7:00 UTC 

[net-next PATCH V2] virtio-net: switch to use XPS to choose txq
 2013-10-02  6:15 UTC  (3+ messages)

[PATCH] netif_set_xps_queue: make cpu mask const
 2013-10-02  6:14 UTC 

[PATCH] can: add Renesas R-Car CAN driver
 2013-10-02  6:09 UTC  (2+ messages)

[PATCH v2 net-next] include/linux/skbuff.h: move CONFIG_XFRM check inside the skb_sec_path()
 2013-10-02  1:58 UTC 

[PATCH] net: do not call sock_put() on TIMEWAIT sockets
 2013-10-02  4:04 UTC 

[PATCH v1 net-next] net: pkt_sched: PIE AQM scheme
 2013-10-02  3:59 UTC  (2+ messages)

[PATCH net-next] bonding: update MAINTAINERS
 2013-10-02  3:24 UTC  (2+ messages)

[PATCH v2.41 0/5] MPLS actions and matches
 2013-10-02  0:45 UTC  (5+ messages)
` [PATCH v2.41 5/5] datapath: Add basic MPLS support to kernel

[PATCH 07/11] igb: Avoid uninitialized advertised variable in eee_set_cur
 2013-10-01 23:10 UTC  (3+ messages)

[net-next 0/3] Improve UDP multicast receive latency
 2013-10-01 22:29 UTC  (11+ messages)
` [net-next 1/3] udp: Only allow busy read/poll on connected sockets
` [net-next 2/3] udp: Add udp early demux
` [net-next 3/3] net: ipv4 only populate IP_PKTINFO when needed

Big performance loss from 3.4.63 to 3.10.13 when routing ipv4
 2013-10-01 22:20 UTC  (4+ messages)

[net-next 0/9][pull request] Intel Wired LAN Driver Updates
 2013-10-01 22:15 UTC  (13+ messages)
` [net-next 1/9] ixgbevf: do not print registers to dmesg in ixgbevf_get_regs
` [net-next 2/9] ixgbevf: cleanup redundant mailbox read failure check
` [net-next 3/9] ixgbevf: add wait for Rx queue disable
` [net-next 4/9] ixgbevf: move API neg to reset path
` [net-next 5/9] ixgbe: ethtool DCB registers dump for 82599 and x540
` [net-next 6/9] ixgbe: Cleanup the use of tabs and spaces
` [net-next 7/9] ixgbe: remove marketing names from busy poll code
` [net-next 8/9] igb: Add ethtool offline tests for i354
` [net-next 9/9] igb: Add ethtool support to configure number of channels

[patch net] udp6: respect IPV6_DONTFRAG sockopt in case there are pending frames
 2013-10-01 22:03 UTC  (4+ messages)

[PATCH net-next v4 1/3] flow_dissector: factor out the ports extraction in skb_flow_get_ports
 2013-10-01 21:47 UTC  (4+ messages)

[PATCH 1/3] tg3: add support a phy at an address different than 01
 2013-10-01 21:13 UTC  (7+ messages)
` [PATCH 2/3] ssb: provide phy address for Gigabit Ethernet driver
` [PATCH 3/3] tg3: use phylib when robo switch is in use

[PATCH net-next] xen-netfront: convert to GRO API
 2013-10-01 20:32 UTC  (3+ messages)

[PATCH net RFC 0/2] net: BUG napi_disable sleep while atomic
 2013-10-01 20:08 UTC  (9+ messages)
` [PATCH net RFC 2/2] ixgbe: fix sleep bug caused by napi_disable inside local_bh_disable()d context

Established sockets remain open after iface down or address lost
 2013-10-01 19:00 UTC  (9+ messages)

[GIT] Networking
 2013-10-01 17:57 UTC 

Hello,
 2013-10-01 17:31 UTC 

[PATCH] tcp: sndbuf autotuning improvements
 2013-10-01 17:23 UTC 

[PATCH] pkt_sched: fq: rate limiting improvements
 2013-10-01 17:01 UTC  (2+ messages)

[PATCH 1/2] net, vxlan Fix compile warning [v4]
 2013-10-01 16:57 UTC  (5+ messages)
` [PATCH 2/2] net, mellanox mlx4 Fix compile warnings [v4]

[PATCH] ath6kl: fix compilation warning in ath6kl_htc_pipe_conn_service
 2013-10-01 16:46 UTC  (2+ messages)

[PATCH next 0/6] be2net: patch set
 2013-10-01 16:46 UTC  (8+ messages)
` [PATCH next 1/6] be2net: Call be_vf_setup() even when VFs are enbaled from previous load
` [PATCH next 2/6] be2net: pass if_id for v1 and V2 versions of TX_CREATE cmd
` [PATCH next 3/6] be2net: Create single TXQ on BE3-R 1G ports
` [PATCH next 4/6] be2net: call ENABLE_VF cmd for Skyhawk-R too
` [PATCH next 5/6] be2net: fix adaptive interrupt coalescing
` [PATCH next 6/6] be2net: add a counter for pkts dropped in xmit path

[PATCH 0/6] Netfilter/IPVS fixes for net
 2013-10-01 16:39 UTC  (2+ messages)

[PATCH v2] l2tp: add support for IPv4-mapped IPv6 addresses
 2013-10-01 16:38 UTC  (2+ messages)

[PATCH net 1/1] qlcnic: Fix SR-IOV configuration
 2013-10-01 16:35 UTC  (2+ messages)

[PATCH 1/3] net: ethernet: cpsw: Remove redundant of_match_ptr
 2013-10-01 16:34 UTC  (6+ messages)
` [PATCH 2/3] net: ethernet: cpsw-phy-sel: "
` [PATCH 3/3] net: can: c_can_platform: "

[PATCH v2] ll_temac: Reset dma descriptors indexes on ndo_open
 2013-10-01 16:32 UTC  (2+ messages)

[PATCH ethtool] sfc: Stop using bitfields in register definition structures
 2013-10-01 15:37 UTC  (2+ messages)

[PATCH ethtool] sfc: Add support for EF10 registers
 2013-10-01 15:36 UTC  (2+ messages)

[PATCH ethtool 2/2] Hide state of VLAN tag offload and LRO if the kernel is too old
 2013-10-01 15:36 UTC  (2+ messages)

[PATCH ethtool 1/2] Revert "Fix reporting of VLAN tag offload flags on Linux < 2.6.37"
 2013-10-01 15:35 UTC  (2+ messages)

Question regarding failure utilizing bonding mode 5 (balance-tlb)
 2013-10-01 12:58 UTC  (9+ messages)

[PATCH net 0/4] bridge: Fix problems around the PVID
 2013-10-01 11:56 UTC  (17+ messages)

[PATCHv2 net-next] xfrm: Simplify SA looking up when using wildcard source
 2013-10-01 11:18 UTC  (2+ messages)

[PATCH net-next] xfrm: Force SA to be lookup again if SA in acquire state
 2013-10-01 11:17 UTC  (3+ messages)

[PATCH 1/6] ipvs: fix overflow on dest weight multiply
 2013-10-01  9:35 UTC  (6+ messages)
` [PATCH 2/6] ipvs: make the service replacement more robust
` [PATCH 3/6] ipvs: do not use dest after ip_vs_dest_put in LBLC
` [PATCH 4/6] ipvs: do not use dest after ip_vs_dest_put in LBLCR
` [PATCH 5/6] ipvs: stats should not depend on CPU 0
` [PATCH 6/6] netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packets

[PATCH] iproute2: ip6gre: update man pages
 2013-10-01  7:18 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).