aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-27bonding: 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 using netpollNeil Horman3-4/+80
2010-10-18bonding: Fix bonding drivers improper modification of netpoll structureNeil Horman1-6/+9
2010-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+9
2010-10-06bonding: add Speed/Duplex information to /proc/net/bonding/bondKrzysztof Oledzki1-0/+2
2010-10-06bonding: reread information about speed and duplex when interface goes upKrzysztof Piotr Oledzki1-0/+2
2010-10-06bonding: print information about speed and duplex seen by the driverKrzysztof Piotr Oledzki1-2/+3
2010-10-05bonding: add retransmit membership reports tunableFlavio Leitner3-0/+61
2010-10-05bonding: rejoin multicast groups on VLANsFlavio Leitner2-11/+50
2010-10-05bonding: 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/net-2.6David S. Miller2-0/+6
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-09-17bonding: enable gro by defaultEric Dumazet1-0/+4
2010-09-14bonding: correctly process non-linear skbsAndy Gospodarek2-0/+6
2010-09-07bonding: Fix jiffies overflow problems (again)Jiri Bohac1-17/+39
2010-07-30bonding: prevent sysfs from allowing arp monitoring with alb/tlbAndy Gospodarek1-12/+25
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-07-24bonding: set device in RLB ARP packet handlerGreg Edwards1-1/+1
2010-07-22bonding: don't lock when copying/clearing VLAN list on slaveJay Vosburgh1-13/+3
2010-07-22bonding: change test for presence of VLANsJay Vosburgh2-9/+25
2010-07-19bonding: avoid a warningEric Dumazet1-0/+2
2010-07-19bonding: fix bond_inet6addr_event()Eric Dumazet1-0/+2
2010-07-14bonding: fix a buffer overflow in bonding_show_queue_id.Nicolas de Pesloüan1-2/+2
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-12/+24
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet1-33/+31
2010-06-30bonding: check if clients MAC addr has changedFlavio Leitner1-1/+2
2010-06-28bonding: prevent netpoll over bonded interfacesAndy Gospodarek1-11/+22
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings1-6/+7
2010-06-10net-next: remove useless union keywordChangli Gao1-3/+3
2010-06-05bonding: allow user-controlled output slave selectionAndy Gospodarek3-5/+195
2010-06-05bonding: add all_slaves_active parameterAndy Gospodarek3-1/+68
2010-06-02bonding: optimize tlb_get_least_loaded_slaveJiri Pirko1-20/+13
2010-06-02bonding: remove unused original_flags struct slave memberJiri Pirko2-6/+0
2010-06-02bonding: move dev_addr cpy to bond_enslaveJiri Pirko2-8/+7
2010-06-02bonding: make bonding_store_slaves simplerJiri Pirko1-41/+25
2010-06-02bonding: remove redundant checks from bonding_store_slaves V2Jiri Pirko1-19/+1
2010-06-02bonding: move slave MTU handling from sysfs V2Jiri Pirko2-21/+16
2010-06-02bonding: remove unused variable "found"Jiri Pirko1-2/+1
2010-05-06bonding: make bonding support netpollWANG Cong1-1/+98
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-20/+46
2010-04-03net: convert multicast list to list_headJiri Pirko2-107/+52
2010-04-03net: move address list functions to a separate fileJiri Pirko1-1/+1
2010-04-01bonding: fix potential deadlock in bond_uninit()Amerigo Wang1-12/+14
2010-03-31bonding: bond_xmit_roundrobin() fixEric Dumazet1-1/+1