summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
2011-02-13net: make dev->master generalJiri Pirko1-5/+5
2011-01-26bonding: fix return value of couple of store functionsJiri Pirko1-2/+2
2011-01-25net: reduce and unify printk level in netdev_fix_features()Michał Mirosław1-2/+2
2011-01-25net: change netdev->features to u32Michał Mirosław1-2/+2
2011-01-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2-4/+3
2011-01-21bonding: Ensure that we unshare skbs prior to calling pskb_may_pullNeil Horman3-0/+12
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-3/+3
2011-01-10headers: kobject.h reduxAlexey Dobriyan1-1/+0
2010-12-22Merge branch 'master' into for-nextJiri Kosina2-21/+12
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-55/+27
2010-12-17bonding: add the debugfs interface to see RLB hash tableTaku Izumi1-0/+50
2010-12-17bonding: migrate some macros from bond_alb.c to bond_alb.hTaku Izumi2-36/+38
2010-12-16bonding/vlan: Fix mangled NAs on slaves without VLAN tag insertionBen Hutchings1-1/+6
2010-12-16bonding: Change active slave quietly when bond is downBen Hutchings1-6/+9
2010-12-16bonding/vlan: Remove redundant VLAN tag insertion logicBen Hutchings1-26/+1
2010-12-16bonding: Fix slave selection bug.Hillf Danton1-2/+2
2010-12-11bonding: add the debugfs facility to the bonding driverTaku Izumi4-2/+115
2010-12-10net: Convert netpoll blocking api in bonding driver to be a counterNeil Horman2-20/+9
2010-12-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-12-01bonding: check for assigned mac before adopting the slaves mac addressDavid Strand1-1/+1
2010-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-11-18bonding: IGMP handling cleanupEric Dumazet1-6/+2
2010-11-18bonding: fix a race in IGMP handlingEric Dumazet1-0/+2
2010-11-17drivers/net/bonding: Remove unnecessary casts of netdev_privJoe Perches2-3/+2
2010-11-09bonding: remove dev_base_lock useEric Dumazet1-4/+4
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-3/+3
2010-10-28bonding: Fix lockdep warning after bond_vlan_rx_register()Jarek Poplawski1-2/+2
2010-10-21bonding: cleanup: remove braces from single block statementsBandan Das1-91/+72
2010-10-21bonding: cleanup : add space around operatorsBandan Das1-44/+67
2010-10-21bonding: make release_and_destroy staticstephen hemminger2-3/+2
2010-10-21bonding: make bond_resend_igmp_join_requests_delayed staticstephen hemminger1-1/+1
2010-10-20netpoll: Remove netpoll blocking from uninit pathNeil Horman1-3/+0
2010-10-18bonding: Re-enable netpoll over bondingNeil Horman1-19/+10
2010-10-18bonding: Fix deadlock in bonding driver resulting from internal locking when ...Neil Horman3-4/+80
2010-10-18bonding: Fix bonding drivers improper modification of netpoll structureNeil Horman1-6/+9
2010-10-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+9
2010-10-07bonding: add Speed/Duplex information to /proc/net/bonding/bondKrzysztof Oledzki1-0/+2
2010-10-07bonding: reread information about speed and duplex when interface goes upKrzysztof Piotr Oledzki1-0/+2
2010-10-07bonding: print information about speed and duplex seen by the driverKrzysztof Piotr Oledzki1-2/+3
2010-10-06bonding: add retransmit membership reports tunableFlavio Leitner3-0/+61
2010-10-06bonding: rejoin multicast groups on VLANsFlavio Leitner2-11/+50
2010-10-06bonding: fix WARN_ON when writing to bond_master sysfs fileNeil Horman1-0/+9
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-0/+6
2010-09-27drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-09-18bonding: enable gro by defaultEric Dumazet1-0/+4
2010-09-15bonding: correctly process non-linear skbsAndy Gospodarek2-0/+6
2010-09-08bonding: Fix jiffies overflow problems (again)Jiri Bohac1-17/+39
2010-07-31bonding: prevent sysfs from allowing arp monitoring with alb/tlbAndy Gospodarek1-12/+25
2010-07-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-07-25bonding: set device in RLB ARP packet handlerGreg Edwards1-1/+1