summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-44/+15
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-11bonding: add the debugfs facility to the bonding driverTaku Izumi1-1/+9
2010-12-10net: Convert netpoll blocking api in bonding driver to be a counterNeil Horman1-12/+5
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-09bonding: remove dev_base_lock useEric Dumazet1-4/+4
2010-10-28bonding: Fix lockdep warning after bond_vlan_rx_register()Jarek Poplawski1-2/+2
2010-10-21bonding: make release_and_destroy staticstephen hemminger1-2/+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 Horman1-4/+42
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 Leitner1-0/+15
2010-10-06bonding: rejoin multicast groups on VLANsFlavio Leitner1-11/+49
2010-10-06bonding: fix WARN_ON when writing to bond_master sysfs fileNeil Horman1-0/+9
2010-09-18bonding: enable gro by defaultEric Dumazet1-0/+4
2010-09-08bonding: Fix jiffies overflow problems (again)Jiri Bohac1-17/+39
2010-07-23bonding: don't lock when copying/clearing VLAN list on slaveJay Vosburgh1-13/+3
2010-07-23bonding: change test for presence of VLANsJay Vosburgh1-7/+23
2010-07-20bonding: avoid a warningEric Dumazet1-0/+2
2010-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-11/+22
2010-07-08net: fix 64 bit counters on 32 bit archesEric Dumazet1-33/+31
2010-06-29bonding: prevent netpoll over bonded interfacesAndy Gospodarek1-11/+22
2010-06-13net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings1-6/+7
2010-06-11net-next: remove useless union keywordChangli Gao1-3/+3
2010-06-05bonding: allow user-controlled output slave selectionAndy Gospodarek1-3/+72
2010-06-05bonding: add all_slaves_active parameterAndy Gospodarek1-0/+13
2010-06-02bonding: remove unused original_flags struct slave memberJiri Pirko1-5/+0
2010-06-02bonding: move dev_addr cpy to bond_enslaveJiri Pirko1-0/+7
2010-06-02bonding: move slave MTU handling from sysfs V2Jiri Pirko1-1/+14
2010-05-06bonding: make bonding support netpollWANG Cong1-1/+98
2010-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-20/+46
2010-04-04net: convert multicast list to list_headJiri Pirko1-106/+51
2010-04-04net: move address list functions to a separate fileJiri Pirko1-1/+1
2010-04-02bonding: fix potential deadlock in bond_uninit()Amerigo Wang1-12/+14
2010-03-31bonding: bond_xmit_roundrobin() fixEric Dumazet1-1/+1
2010-03-28bonding: fix broken multicast with round-robin modeAndy Gospodarek1-8/+32
2010-03-25net/various: remove trailing space in messagesFrans Pop1-2/+2
2010-03-22bonding: flush unicast and multicast lists when changing typeJiri Pirko1-0/+4
2010-03-19bonding: check return value of nofitier when changing typeJiri Pirko1-2/+9