1. 11 1月, 2012 1 次提交
  2. 04 1月, 2012 3 次提交
    • H
      Remove Telechips ARM subarch from MAINTAINERS · 03534a41
      Hans J. Koch 提交于
      The ARM subarchitecture for Telechips SoCs isi being completely removed,
      so there's no need for a MAINTAINERS entry.
      
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Harry Sievers <hsievers@csselectronic.com>
      Signed-off-by: NHans J. Koch <hjk@hansjkoch.de>
      03534a41
    • O
      fix CAN MAINTAINERS SCM tree type · 405cc273
      Oliver Hartkopp 提交于
      As pointed out by Joe Perches the SCM tree type was missing in my patch.
      Signed-off-by: NOliver Hartkopp <socketcan@hartkopp.net>
      
      CC: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
      CC: Urs Thuermann <urs.thuermann@volkswagen.de>
      CC: Wolfgang Grandegger <wg@grandegger.com>
      CC: Marc Kleine-Budde <mkl@pengutronix.de>
      CC: linux-can@vger.kernel.org
      405cc273
    • O
      CAN MAINTAINERS update · ec78213a
      Oliver Hartkopp 提交于
      Update the CAN MAINTAINERS section:
      
      - point out active maintainers
      - pull the CAN driver discussion away from netdev ML
      - point to the new CAN web site on gitorious.org
      - add CAN development git repository URL to submit patches
      Signed-off-by: NOliver Hartkopp <socketcan@hartkopp.net>
      
      CC: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
      CC: Urs Thuermann <urs.thuermann@volkswagen.de>
      CC: Wolfgang Grandegger <wg@grandegger.com>
      CC: Marc Kleine-Budde <mkl@pengutronix.de>
      CC: linux-can@vger.kernel.org
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ec78213a
  3. 28 12月, 2011 1 次提交
  4. 25 12月, 2011 1 次提交
  5. 22 12月, 2011 1 次提交
  6. 20 12月, 2011 1 次提交
  7. 18 12月, 2011 1 次提交
  8. 14 12月, 2011 1 次提交
  9. 13 12月, 2011 6 次提交
  10. 09 12月, 2011 2 次提交
  11. 07 12月, 2011 1 次提交
  12. 06 12月, 2011 1 次提交
  13. 04 12月, 2011 1 次提交
    • J
      net: Add Open vSwitch kernel components. · ccb1352e
      Jesse Gross 提交于
      Open vSwitch is a multilayer Ethernet switch targeted at virtualized
      environments.  In addition to supporting a variety of features
      expected in a traditional hardware switch, it enables fine-grained
      programmatic extension and flow-based control of the network.
      This control is useful in a wide variety of applications but is
      particularly important in multi-server virtualization deployments,
      which are often characterized by highly dynamic endpoints and the need
      to maintain logical abstractions for multiple tenants.
      
      The Open vSwitch datapath provides an in-kernel fast path for packet
      forwarding.  It is complemented by a userspace daemon, ovs-vswitchd,
      which is able to accept configuration from a variety of sources and
      translate it into packet processing rules.
      
      See http://openvswitch.org for more information and userspace
      utilities.
      Signed-off-by: NJesse Gross <jesse@nicira.com>
      ccb1352e
  14. 02 12月, 2011 4 次提交
  15. 30 11月, 2011 1 次提交
  16. 29 11月, 2011 1 次提交
  17. 25 11月, 2011 1 次提交
  18. 22 11月, 2011 1 次提交
  19. 19 11月, 2011 3 次提交
  20. 17 11月, 2011 1 次提交
  21. 16 11月, 2011 2 次提交
  22. 15 11月, 2011 1 次提交
  23. 14 11月, 2011 3 次提交
    • R
      MAINTAINERS: The MIPS git tree has moved. · b05e988e
      Ralf Baechle 提交于
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      b05e988e
    • J
      net: introduce ethernet teaming device · 3d249d4c
      Jiri Pirko 提交于
      This patch introduces new network device called team. It supposes to be
      very fast, simple, userspace-driven alternative to existing bonding
      driver.
      
      Userspace library called libteam with couple of demo apps is available
      here:
      https://github.com/jpirko/libteam
      Note it's still in its dipers atm.
      
      team<->libteam use generic netlink for communication. That and rtnl
      suppose to be the only way to configure team device, no sysfs etc.
      
      Python binding of libteam was recently introduced.
      Daemon providing arpmon/miimon active-backup functionality will be
      introduced shortly. All what's necessary is already implemented in
      kernel team driver.
      
      v7->v8:
      	- check ndo_ndo_vlan_rx_[add/kill]_vid functions before calling
      	  them.
      	- use dev_kfree_skb_any() instead of dev_kfree_skb()
      
      v6->v7:
      	- transmit and receive functions are not checked in hot paths.
      	  That also resolves memory leak on transmit when no port is
      	  present
      
      v5->v6:
      	- changed couple of _rcu calls to non _rcu ones in non-readers
      
      v4->v5:
      	- team_change_mtu() uses team->lock while travesing though port
      	  list
      	- mac address changes are moved completely to jurisdiction of
      	  userspace daemon. This way the daemon can do FOM1, FOM2 and
      	  possibly other weird things with mac addresses.
      	  Only round-robin mode sets up all ports to bond's address then
      	  enslaved.
      	- Extended Kconfig text
      
      v3->v4:
      	- remove redundant synchronize_rcu from __team_change_mode()
      	- revert "set and clear of mode_ops happens per pointer, not per
      	  byte"
      	- extend comment of function __team_change_mode()
      
      v2->v3:
      	- team_change_mtu() uses rcu version of list traversal to unwind
      	- set and clear of mode_ops happens per pointer, not per byte
      	- port hashlist changed to be embedded into team structure
      	- error branch in team_port_enter() does cleanup now
      	- fixed rtln->rtnl
      
      v1->v2:
      	- modes are made as modules. Makes team more modular and
      	  extendable.
      	- several commenters' nitpicks found on v1 were fixed
      	- several other bugs were fixed.
      	- note I ignored Eric's comment about roundrobin port selector
      	  as Eric's way may be easily implemented as another mode (mode
      	  "random") in future.
      Signed-off-by: NJiri Pirko <jpirko@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      3d249d4c
    • J
      MAINTAINERS: update ipwireless entry · 92094aa0
      Jiri Kosina 提交于
      Drop the git tree from MAINTAINERS for ipwireless_cs, as there
      is no active development on this driver happening. Also change
      the driver from Maintained to Odd Fixes for the same reason.
      
      Cc: David Sterba <dsterba@suse.cz>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      92094aa0
  24. 11 11月, 2011 1 次提交