summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
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
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 Vosburgh2-9/+25
2010-07-20bonding: avoid a warningEric Dumazet1-0/+2
2010-07-19bonding: fix bond_inet6addr_event()Eric Dumazet1-0/+2
2010-07-15bonding: fix a buffer overflow in bonding_show_queue_id.Nicolas de Pesloüan1-2/+2
2010-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-12/+24
2010-07-08net: fix 64 bit counters on 32 bit archesEric Dumazet1-33/+31
2010-07-01bonding: check if clients MAC addr has changedFlavio Leitner1-1/+2
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 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-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 Pirko2-107/+52
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-21ipv6: convert idev_list to list macrosstephen hemminger1-4/+5
2010-03-19bonding: check return value of nofitier when changing typeJiri Pirko1-2/+9
2010-03-19net: rename notifier defines for netdev type changeJiri Pirko1-2/+4
2010-03-08driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-1/+4
2010-02-27bonding: fix device leak on error in bond_create()Patrick McHardy1-0/+2
2010-02-04bonding: Remove net_device_stats from bonding structAjit Khaparde2-2/+1
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-01-28bonding: bond_open error return valuestephen hemminger1-1/+1
2010-01-18net: spread __net_init, __net_exitAlexey Dobriyan1-6/+6
2010-01-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-01-04bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek1-0/+11
2009-12-27bond_3ad.c avoid possible null derefDan Carpenter1-1/+1
2009-12-14drivers/net/bonding/: : use pr_fmtJoe Perches5-690/+465
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo1-1/+1
2009-12-04drivers/net: Move && and || to end of previous lineJoe Perches3-16/+16