summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-10-01bonding: RCUify bond_set_rx_mode()Veaceslav Falico1-3/+4
2013-10-01drivers: net: phy: marvell.c: removed checkpatch.pl warningsAvinash Kumar1-2/+2
2013-10-01net: skb_is_gso_v6() requires skb_is_gso()Eric Dumazet1-8/+10
2013-10-01bgmac: add support for Byte Queue LimitsHauke Mehrtens1-0/+10
2013-10-01b44: add support for Byte Queue LimitsHauke Mehrtens1-0/+10
2013-10-01net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman2-2/+2
2013-10-01Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller15-18/+10
2013-10-01xen-netback: improve ring effeciency for guest RXWei Liu1-83/+61
2013-09-30bonding: trivial: remove forgotten bond_next_vlan()Veaceslav Falico1-1/+0
2013-09-30hamradio: baycom: remove deprecated IRQF_DISABLEDMichael Opdenacker2-2/+2
2013-09-30net: qmi_wwan: fix checkpatch warningsFabio Porcedda1-20/+36
2013-09-30net: qmi_wwan: add Telit LE920 newer firmware supportFabio Porcedda1-0/+1
2013-09-29bonding: remove bond_next_slave()Veaceslav Falico1-31/+0
2013-09-29bonding: don't use bond_next_slave() in bond_info_seq_next()Veaceslav Falico1-4/+12
2013-09-29bonding: remove unused __get_next_agg()Veaceslav Falico1-22/+0
2013-09-29bonding: make bond_3ad_unbind_slave() use bond_for_each_slave()Veaceslav Falico1-4/+9
2013-09-29bonding: make ad_agg_selection_logic() use bond_for_each_slave()Veaceslav Falico1-12/+10
2013-09-29bonding: make __get_active_agg() use bond_for_each_slave()Veaceslav Falico1-8/+7
2013-09-29bonding: make ad_port_selection_logic() use bond_for_each_slave()Veaceslav Falico1-2/+7
2013-09-29bonding: remove __get_first_port()Veaceslav Falico1-14/+4
2013-09-29bonding: remove __get_next_port()Veaceslav Falico1-25/+9
2013-09-29bonding: verify if we still have slaves in bond_3ad_unbind_slave()Veaceslav Falico1-1/+3
2013-09-29bonding: correctly verify for the first slave in bond_enslaveVeaceslav Falico1-1/+1
2013-09-29bnx2x: use pcie_get_minimum_link()Yuval Mintz2-39/+12
2013-09-29bnx2x: Add support for EXTPHY2 LED modeYaniv Rosner2-3/+18
2013-09-29bnx2x: Change function prototypeYaniv Rosner1-3/+2
2013-09-29bnx2x: Don't disable/enable SR-IOV when loadingAriel Elior3-26/+1
2013-09-29bnx2x: Correct VF driver infoYuval Mintz2-1/+4
2013-09-29bnx2x: Test nvram when interface is downYuval Mintz1-9/+10
2013-09-28lance: Fix hardcoded interrupt name lp->name to use system device valueNate Levesque1-1/+1
2013-09-28hp100: replace hardcoded name in /proc/interrupts with interface nameMihir Singh1-1/+1
2013-09-28net: phy: at803x: add suspend/resume callbacksDaniel Mack1-0/+45
2013-09-28net: phy: at803x: don't pass function pointers with &Daniel Mack1-6/+6
2013-09-28qlge: Update version to 1.00.00.33Jitendra Kalsaria1-1/+1
2013-09-28qlge: Enhance nested VLAN (Q-in-Q) handling.Jitendra Kalsaria1-25/+101
2013-09-27netxen_nic: Update version to 4.0.82Shahed Shaikh1-2/+2
2013-09-27netxen_nic: Print ULA informationShahed Shaikh2-0/+29
2013-09-27net: create sysfs symlinks for neighbour devicesVeaceslav Falico3-33/+1
2013-09-27net: expose the master link to sysfs, and remove it from bondVeaceslav Falico1-17/+3
2013-09-27bonding: remove slave listsVeaceslav Falico2-6/+0
2013-09-27bonding: use neighbours for bond_next_slave()Veaceslav Falico1-5/+1
2013-09-27bonding: add __bond_next_slave() which uses neighboursVeaceslav Falico1-0/+28
2013-09-27bonding: remove bond_prev_slave()Veaceslav Falico2-10/+3
2013-09-27bonding: convert first/last slave logic to use neighboursVeaceslav Falico1-6/+11
2013-09-27bonding: convert bond_has_slaves() to use the neighbour listVeaceslav Falico1-1/+1
2013-09-27bonding: add bond_has_slaves() and use itVeaceslav Falico5-23/+25
2013-09-27bonding: remove unused bond_for_each_slave_from()Veaceslav Falico1-13/+0
2013-09-27bonding: rework bond_ab_arp_probe() to use bond_for_each_slave()Veaceslav Falico1-14/+24
2013-09-27bonding: rework bond_find_best_slave() to use bond_for_each_slave()Veaceslav Falico1-31/+12
2013-09-27bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()Veaceslav Falico2-23/+22