netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-05 09:34:44 to 2014-05-06 17:14:44 UTC [more...]

RFC: A reduced Linux network stack for small systems
 2014-05-06 17:14 UTC  (70+ messages)
` [PATCH 01/24] net, diet: Reduce netdev name hash table for CONFIG_BASE_SMALL
` [PATCH 02/24] net, diet: Reduce NAPI "
` [PATCH 03/24] net, diet: Decrease ip defrag hash tables and max length with BASE_SMALL
` [PATCH 04/24] net, diet: Make FIB hash tables smaller with CONFIG_BASE_SMALL
` [PATCH 05/24] net, diet: Default to small TCP hash tables on small kernels
` [PATCH 06/24] net, diet: Use small UDP "
` [PATCH 07/24] net, diet: Make ping sockets optional
` [PATCH 08/24] net, diet: Make TCP metrics optional
` [PATCH 09/24] net, diet: Make ethtool optional
` [PATCH 10/24] net, diet: Make LPF filter optional
` [PATCH 11/24] net, diet: Move rtnl_lock to separate file
` [PATCH 12/24] net, diet: Make rtnetlink optional
` [PATCH 13/24] net, diet: Make GRO offload optional
` [PATCH 14/24] net, diet: Make MIB statistics collections depend on PROC_FS
` [PATCH 15/24] net, diet: Make igmp and mcast ioctls depend on IP_MULTICAST
` [PATCH 16/24] net, diet: Make TCP fastopen optional
` [PATCH 17/24] net, diet: Make internal control sockets use UDP
` [PATCH 18/24] net, diet: Make raw sockets optional
` [PATCH 19/24] net, diet: Make RPS configurable
` [PATCH 20/24] net, diet: Make XPS configurable
` [PATCH 21/24] net, diet: Make packet tpacket/mmap/fanout/rings optional
` [PATCH 22/24] net, diet: Support simpler routing table
` [PATCH 23/24] net, diet: Add coccinelle script to convert drivers to ETHTOOL_OPS
` [PATCH 24/24] net, diet: Convert all drivers to use SET_ETHTOOL_OPS
` A reduced Linux network stack for small systems

[3.15-rc3] Bisected: xen-netback mangles packets between two guests on a bridge since merge of "TX grant mapping with SKBTX_DEV_ZEROCOPY instead of copy" series
 2014-05-06 17:13 UTC  (20+ messages)
            ` [Xen-devel] "

[PATCH] net: mdio: of_mdiobus_register(): fall back to mdiobus_register() for !CONFIG_OF
 2014-05-06 17:06 UTC  (2+ messages)

[PATCH] net: davinci_mdio: Use of_mdiobus_register()
 2014-05-06 16:51 UTC  (3+ messages)

Is 3.18 patch "The tcp: TSO packets automatic sizing" will cause to Troughput drop when enable NO_HZ_IDEL or HIGH_RES_TIMERS ?
 2014-05-06 16:48 UTC  (4+ messages)

i.MX28 based system losing eth0 on boot
 2014-05-06 16:44 UTC 

[PATCH net-next v2 0/2] net: systemport: couple fixes
 2014-05-06 16:32 UTC  (5+ messages)
` [PATCH net-next v2 1/2] net: systemport: only update UMAC_CMD if something changed
` [PATCH net-next v2 2/2] net: systemport: pad packets to a minimum of 64 bytes

[PATCH 0/7] net: ethernet: marvell: Assorted fixes
 2014-05-06 16:17 UTC  (4+ messages)
` [PATCH 1/7] net: mv643xx_eth: Simplify mv643xx_eth_adjust_link()

[PATCH net] sfc: fix calling of free_irq with 0 argument
 2014-05-06 15:34 UTC  (2+ messages)

[PATCH] netdev: add support for interface name retrieval from DT aliases
 2014-05-06 15:36 UTC 

[PATCH 0/3] Fixes to network device group configuration via rtnetlink
 2014-05-06 15:26 UTC  (5+ messages)
` [PATCH 1/3] rtnetlink: walk through all devs in netns safely on link params change
` [PATCH 2/3] rtnetlink: fix potential NULL pointer dereference
` [PATCH 3/3] rtnetlink: add IFLA_GROUP to ifla_policy

[PATCH 1/3] netfilter: Fix potential use after free in ip6_route_me_harder()
 2014-05-06 15:17 UTC 

[PATCH 2/3] fib6_rules: fix throw route support
 2014-05-06 15:17 UTC 

[PATCH] ipv4: fib_semantics: increment fib_info_cnt after fib_info allocation
 2014-05-06 15:23 UTC 

[PATCH] net: mdio: of_mdio: check for already registered phy before creating new instances
 2014-05-06 15:21 UTC 

[PATCH 3/3] ip6_gre: do not leak dst on tunnel destroy path
 2014-05-06 15:17 UTC 

Fw: [Bug 75571] New: using tc action mirred results BUG at net/core/skbuff.c:119
 2014-05-06 15:16 UTC 

[PATCH v8 1/1] Driver for Beckhoff CX5020 EtherCAT master module
 2014-05-06 15:12 UTC  (3+ messages)

[PATCH net-next] MAINTAINERS: Update cisco/enic maintainers
 2014-05-06 14:45 UTC 

[PATCH net-next] enic: Add support for adaptive interrupt coalescing
 2014-05-06 14:24 UTC 

[PATCH net-next] net_sched: increase drops and decrease backlog when packets are dropped
 2014-05-06 13:58 UTC  (2+ messages)

[PATCH net] bonding: fix vlan_features computing
 2014-05-06 13:03 UTC  (4+ messages)

[PATCH v2 0/3] TI CPSW Cleanup
 2014-05-06 12:03 UTC 

[RFC 0/9] cdc_ncm: add buffer tuning and stats using ethtool
 2014-05-06 11:23 UTC  (2+ messages)

cassini: possible recursive locking detected
 2014-05-06  9:39 UTC 

[PATCH v5 ethtool 0/2] patchset - Support for configurable RSS hash key
 2014-05-06  8:26 UTC  (2+ messages)
` FW: "

[PATCH net 0/2] Bug fixes
 2014-05-06  7:46 UTC  (3+ messages)
` [PATCH net 1/2] qlcnic: Fix panic while dumping TX queues on TX timeout
` [PATCH net 2/2] qlcnic: Set real_num_{tx|rx}_queues properly

[PATCH v4 0/2] net/phy: micrel: Add DT configuration support and documentation for KSZ9031
 2014-05-06  7:40 UTC  (3+ messages)
` [PATCH v4 1/2] Update Micrel KSZ90x1 binding documentation
  ` [PATCH v4 2/2] ARM: i.MX6: Add OF configuration support for ksz9031

[PATCH net 1/1] inet: fix sysctl_local_ports init when namespaces are used
 2014-05-06  5:53 UTC 

[Patch net-next] ipv4: remove inet_addr_hash_lock in devinet.c
 2014-05-06  4:33 UTC  (3+ messages)

[PATCH iproute2 v2] iproute2: show counter of carrier on<->off transitions
 2014-05-06  3:38 UTC 

[PATCH v1] net-sysfs: expose permanent hardware address in sysfs
 2014-05-06  3:34 UTC 

[PATCH v2] ipv6: Need to sock_put on csum error
 2014-05-06  3:17 UTC  (2+ messages)

Questions on sk_no_check implemenation
 2014-05-06  2:34 UTC 

[PATCH 1/3] rtlwifi: make MSI support a module parameter
 2014-05-06  2:19 UTC  (4+ messages)

[PATCH] netdev: pktgen xmit packet through vlan interface
 2014-05-06  1:51 UTC  (7+ messages)

[PATCH net v2] ip_tunnel: Set network header properly for IP_ECN_decapsulate()
 2014-05-05 23:46 UTC  (2+ messages)

[PATCH net] be2net: Poll for link status till 5s in ethtool diag test
 2014-05-05 23:20 UTC 

[Patch net-next] net: clean up snmp stats code
 2014-05-05 22:55 UTC 

[PATCH v4 0/4] net: Add APM X-Gene SoC Ethernet driver support
 2014-05-05 22:17 UTC  (7+ messages)
` [PATCH v4 1/4] MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
` [PATCH v4 2/4] Documentation: dts: Add bindings "
` [PATCH v4 3/4] "
  ` [PATCH v4 4/4] drivers: net: Add APM X-Gene SoC ethernet driver support

[GIT] Networking
 2014-05-05 21:42 UTC 

[PATCH net-next 00/10] purge signal handler infrastructure
 2014-05-05 21:27 UTC  (2+ messages)

[PATCH 0/5] net: macb: Fixes
 2014-05-05 21:12 UTC  (7+ messages)
` [PATCH 5/5] net: macb: Fix race between HW and driver

[PATCH net v3] ip_tunnel: Set network header properly for IP_ECN_decapsulate()
 2014-05-05 20:32 UTC  (3+ messages)

[net 0/4][pull request] Intel Wired LAN Driver Updates
 2014-05-05 20:31 UTC  (6+ messages)
` [net 1/4] e1000e: Workaround for dropped packets in Gig/100 speeds on 82579
` [net 2/4] e1000e: Expand workaround for 10Mb HD throughput bug
` [net 3/4] e1000e: Fix issue with link flap on 82579
` [net 4/4] e1000e: Restrict MDIO Slow Mode workaround to relevant parts

[PATCH] ipv6: Need to sock_put on zero csum error
 2014-05-05 20:23 UTC  (2+ messages)

[PATCH V1 net 0/4] Batch of fixes for 3.15
 2014-05-05 19:50 UTC  (2+ messages)

[PATCH] net: via-rhine: Drop revision property, use quirks instead
 2014-05-05 19:37 UTC  (3+ messages)
` [PATCH] net: via-rhine: Convert #ifdef USE_MMIO to a runtime flag

[Patch net-next] ipv6: remove unused function ipv6_inherit_linklocal()
 2014-05-05 19:30 UTC  (2+ messages)

[PATCH 0/8 v4] net: Checksum offload changes
 2014-05-05 19:29 UTC  (2+ messages)

[PATCH net,stable] net: cdc_ncm: fix buffer overflow
 2014-05-05 19:20 UTC  (2+ messages)

[PATCH net 2/2] be2net: Reset multicast promiscuous mode when its enabled
 2014-05-05 19:19 UTC  (2+ messages)

[PATCH net-next v2] net: filter: add insn for loading internal transport header offset
 2014-05-05 19:12 UTC  (6+ messages)

[PATCH v7 1/1] Driver for Beckhoff CX5020 EtherCAT master module
 2014-05-05 19:06 UTC  (3+ messages)

[PATCH] jme: Fix DMA unmap warning
 2014-05-05 18:51 UTC 

[PATCH v6 0/2] Unify IPv6 sendmsg codepaths
 2014-05-05 17:41 UTC  (4+ messages)
` [PATCH v6 1/2] net: ipv6: Unduplicate UDP, raw, and L2TP sendmsg

pull request: wireless-next 2014-05-02
 2014-05-05 17:39 UTC  (2+ messages)

[PATCH v2 0/6] Add CPTS support for AM437x
 2014-05-05 17:19 UTC  (5+ messages)
` [PATCH v2 5/6] ARM: AM43xx: clk: Change the cpts ref clock source to dpll_core_m5 clk

[PATCH] Altera TSE: ALTERA_TSE should depend on HAS_DMA
 2014-05-05 17:16 UTC  (2+ messages)

[PATCH] vsock: Make transport the proto owner
 2014-05-05 17:14 UTC  (2+ messages)

[PATCH net-next] unregister_netdevice : move RTM_DELLINK to until after ndo_uninit
 2014-05-05 17:12 UTC  (2+ messages)

pull request: wireless 2014-05-01
 2014-05-05 17:06 UTC  (2+ messages)

network performance get regression from 2.6 to 3.10 by each version
 2014-05-05 16:44 UTC  (2+ messages)

[PATCH 0/3] mvneta: software TSO implementation
 2014-05-05 14:47 UTC  (3+ messages)
` [PATCH 3/3] net: mvneta: Introduce a "

[net PATCH 1/1] drivers: net: cpsw: Add default vlan for dual emac case also
 2014-05-05 14:20 UTC  (7+ messages)

[PATCH] ipv4: "conntrack zones" support for defrag user check in ip_expire
 2014-05-05 14:07 UTC  (2+ messages)

[PATCH 0/2] net: ip: push gso skb forwarding handling down the stack
 2014-05-05 13:00 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Revert "net: core: introduce netif_skb_dev_features"

[PATCH net] bridge: Add port flap detection
 2014-05-05 12:48 UTC  (2+ messages)

Request for stable inclusion
 2014-05-05  9:34 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).