tty: Ldisc revamp
[safe/jmp/linux-2.6] / drivers / net / bonding /
2008-05-15 Stephen Hemmingerbonding: handle case of device named bonding_master
2008-05-06 Jay Vosburghbonding: fix enslavement error unwinds
2008-05-06 Pavel Emelyanovbonding: Deadlock between bonding_store_bonds and bond_...
2008-05-06 Jay Vosburghbonding: fix error unwind in bonding_store_bonds
2008-05-06 Pavel Emelyanovbonding: Do not call free_netdev for already registered...
2008-04-29 Denis V. Lunevnetdev: use non-racy method for proc entries creation
2008-04-17 Joe Perchesdrivers/net/bonding/bond_main.c - remove unnecessary...
2008-04-03 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-28 David S. Miller[BOND]: Fix warning in bond_sysfs.c
2008-03-28 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-26 Jay Vosburghbonding: update version
2008-03-26 Libor Pechacekbonding: Fix sysfs attribute handling
2008-03-26 Jay Vosburghbonding: fix two compiler warnings
2008-03-26 Jay Vosburghbonding: Fix locking in 802.3ad mode
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-03-03 Pavel Emelyanov[ARP]: Introduce the arp_hdr_len helper.
2008-02-29 Denis V. Lunev[NETNS]: Disable inetaddr notifiers in namespaces other...
2008-02-03 Jay Vosburghbonding: update version
2008-02-03 Jay Vosburghbonding: do not acquire rtnl in ARP monitor
2008-02-03 Andy Gospodarekbonding: fix race that causes invalid statistics
2008-02-03 Jay Vosburghbonding: fix NULL pointer deref in startup processing
2008-02-03 Jay Vosburghbonding: fix set_multicast_list locking
2008-02-03 Jay Vosburghbonding: fix parameter parsing
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_key.
2008-01-18 Jay Vosburghbonding: Don't hold lock when calling rtnl_unlock
2008-01-18 Jay Vosburghbonding: fix lock ordering for rtnl and bonding_rwsem
2008-01-18 Jay Vosburghbonding: Fix up parameter parsing
2008-01-18 Jay Vosburghbonding: release slaves when master removed via sysfs
2008-01-18 Jay Vosburghbonding: fix locking during alb failover and slave...
2008-01-18 Jay Vosburghbonding: fix ASSERT_RTNL that produces spurious warnings
2008-01-18 Jay Vosburghbonding: fix locking in sysfs primary/active selection
2007-12-07 Jay Vosburghbonding: Fix race at module unload
2007-12-07 Jay Vosburghbonding: Add new layer2+3 hash for xor/802.3ad modes
2007-12-07 David Sterbabonding: Fix time comparison
2007-12-07 Wagner Ferencbonding: Allow setting and querying xmit policy regardl...
2007-12-07 Wagner Ferencbonding: Coding style: break line after the if condition
2007-12-07 Wagner Ferencbonding: Purely cosmetic: rename a local variable
2007-12-07 Wagner Ferencbonding: Return nothing for not applicable values
2007-12-07 Wagner Ferencbonding: Remove trailing NULs from sysfs interface.
2007-11-14 Jay Vosburgh[BONDING]: Fix resource use after free
2007-11-10 Jay Vosburghbonding: don't validate address at device open
2007-11-10 Jay Vosburghbonding: fix rtnl locking merge error
2007-10-25 Adrian Bunkbonding/bond_main.c: fix cut'n'paste error
2007-10-25 Adrian Bunkmake bonding/bond_main.c:bond_deinit() static
2007-10-24 Jay Vosburghbonding: Acquire correct locks in alb for promisc change
2007-10-24 Jay Vosburghbonding: Convert more locks to _bh, acquire rtnl, for...
2007-10-24 Jay Vosburghbonding: Convert locks to _bh, rework alb locking for...
2007-10-24 Jay Vosburghbonding: Convert miimon to new locking
2007-10-24 Jay Vosburghbonding: Convert balance-rr transmit to new locking
2007-10-24 Jay VosburghConvert bonding timers to workqueues
2007-10-19 Robert P. J. DayFix misspellings of "system", "controller", "interrupt...
2007-10-19 Mathieu DesnoyersChange struct marker users
2007-10-17 Jay Vosburghbonding: two small fixes for IPoIB support
2007-10-15 Jay Vosburghnet/bonding: Optionally allow ethernet slaves to keep...
2007-10-15 Moni Shouanet/bonding: Destroy bonding master when last slave...
2007-10-15 Moni Shouanet/bonding: Delay sending of gratuitous ARP to avoid...
2007-10-15 Moni Shouanet/bonding: Handlle wrong assumptions that slave is...
2007-10-15 Moni Shouanet/bonding: Enable IP multicast for bonding IPoIB...
2007-10-15 Moni Shouanet/bonding: Enable bonding to enslave netdevices not...
2007-10-15 Moni Shouanet/bonding: Enable bonding to enslave non ARPHRD_ETHER
2007-10-10 Al Viroendianness annotations drivers/net/bonding/
2007-10-10 Joe Perches[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
2007-10-10 Jeff Garzik[ETHTOOL] Provide default behaviors for a few ethtool...
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Jesper JuhlClean up duplicate includes in drivers/net/
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make device event notification network namespace...
2007-10-10 Eric W. Biederman[NET]: Make packet reception network namespace safe
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-08-14 Herbert Xu[NET]: Share correct feature code between bridging...
2007-07-31 Matthew Wilcox[NET]: ethtool ops are the only way
2007-07-10 Adrian Bunkbonding/bond_main.c: make 2 functions static
2007-07-10 Jay Vosburghbonding / ipv6: no addrconf for slaves separately from...
2007-06-20 Jay Vosburghbonding: Fix 802.3ad no carrier on "no partner found...
2007-06-20 Jay Vosburghbonding: Fix use after free in unregister path
2007-05-09 Michael OpdenackerFix occurrences of "the the "
2007-04-29 Rusty Russell[NET]: Remove NETIF_F_INTERNAL_STATS, default to intern...
2007-04-26 Rusty Russell[NET]: Inline net_device_stats
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF] bonding: Set skb->nh.raw relative to skb...
2007-04-26 Arnaldo Carvalho... [BONDING]: Introduce arp_pkt()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-03-06 Jay Vosburghbonding: Improve IGMP join processing
2007-03-06 Jay Vosburghbonding: only receive ARPs for us
2007-03-06 Jay Vosburghbonding: fix double dev_add_pack
2007-03-03 Dan Aloni[VLAN]: Avoid a 4-order allocation.
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 5
2007-02-08 Joe Jin[BONDING]: Replace kmalloc() + memset() pairs with...
2007-02-08 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2007-02-07 Greg Kroah-HartmanNetwork: convert network devices to use struct device...
2007-02-05 Jay Vosburghbonding: update version
2007-02-05 Jay Vosburghbonding: modify sysfs support to permit multiple loads
2007-02-05 Jay Vosburghbonding: fix error check in sysfs creation
2007-02-05 Jay Vosburghbonding: fix device name allocation error
2007-02-05 Adrian Bunkbonding.h: "extern inline" -> "static inline"
next