index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-30
Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next
David S. Miller
15
-18
/
+10
2013-09-30
xen-netback: improve ring effeciency for guest RX
Wei Liu
1
-83
/
+61
2013-09-30
bonding: trivial: remove forgotten bond_next_vlan()
Veaceslav Falico
1
-1
/
+0
2013-09-30
hamradio: baycom: remove deprecated IRQF_DISABLED
Michael Opdenacker
2
-2
/
+2
2013-09-30
net: qmi_wwan: fix checkpatch warnings
Fabio Porcedda
1
-20
/
+36
2013-09-30
net: qmi_wwan: add Telit LE920 newer firmware support
Fabio Porcedda
1
-0
/
+1
2013-09-28
bonding: remove bond_next_slave()
Veaceslav Falico
1
-31
/
+0
2013-09-28
bonding: don't use bond_next_slave() in bond_info_seq_next()
Veaceslav Falico
1
-4
/
+12
2013-09-28
bonding: remove unused __get_next_agg()
Veaceslav Falico
1
-22
/
+0
2013-09-28
bonding: make bond_3ad_unbind_slave() use bond_for_each_slave()
Veaceslav Falico
1
-4
/
+9
2013-09-28
bonding: make ad_agg_selection_logic() use bond_for_each_slave()
Veaceslav Falico
1
-12
/
+10
2013-09-28
bonding: make __get_active_agg() use bond_for_each_slave()
Veaceslav Falico
1
-8
/
+7
2013-09-28
bonding: make ad_port_selection_logic() use bond_for_each_slave()
Veaceslav Falico
1
-2
/
+7
2013-09-28
bonding: remove __get_first_port()
Veaceslav Falico
1
-14
/
+4
2013-09-28
bonding: remove __get_next_port()
Veaceslav Falico
1
-25
/
+9
2013-09-28
bonding: verify if we still have slaves in bond_3ad_unbind_slave()
Veaceslav Falico
1
-1
/
+3
2013-09-28
bonding: correctly verify for the first slave in bond_enslave
Veaceslav Falico
1
-1
/
+1
2013-09-28
bnx2x: use pcie_get_minimum_link()
Yuval Mintz
2
-39
/
+12
2013-09-28
bnx2x: Add support for EXTPHY2 LED mode
Yaniv Rosner
2
-3
/
+18
2013-09-28
bnx2x: Change function prototype
Yaniv Rosner
1
-3
/
+2
2013-09-28
bnx2x: Don't disable/enable SR-IOV when loading
Ariel Elior
3
-26
/
+1
2013-09-28
bnx2x: Correct VF driver info
Yuval Mintz
2
-1
/
+4
2013-09-28
bnx2x: Test nvram when interface is down
Yuval Mintz
1
-9
/
+10
2013-09-27
lance: Fix hardcoded interrupt name lp->name to use system device value
Nate Levesque
1
-1
/
+1
2013-09-27
hp100: replace hardcoded name in /proc/interrupts with interface name
Mihir Singh
1
-1
/
+1
2013-09-27
net: phy: at803x: add suspend/resume callbacks
Daniel Mack
1
-0
/
+45
2013-09-27
net: phy: at803x: don't pass function pointers with &
Daniel Mack
1
-6
/
+6
2013-09-27
qlge: Update version to 1.00.00.33
Jitendra Kalsaria
1
-1
/
+1
2013-09-27
qlge: Enhance nested VLAN (Q-in-Q) handling.
Jitendra Kalsaria
1
-25
/
+101
2013-09-27
netxen_nic: Update version to 4.0.82
Shahed Shaikh
1
-2
/
+2
2013-09-27
netxen_nic: Print ULA information
Shahed Shaikh
2
-0
/
+29
2013-09-26
net: create sysfs symlinks for neighbour devices
Veaceslav Falico
3
-33
/
+1
2013-09-26
net: expose the master link to sysfs, and remove it from bond
Veaceslav Falico
1
-17
/
+3
2013-09-26
bonding: remove slave lists
Veaceslav Falico
2
-6
/
+0
2013-09-26
bonding: use neighbours for bond_next_slave()
Veaceslav Falico
1
-5
/
+1
2013-09-26
bonding: add __bond_next_slave() which uses neighbours
Veaceslav Falico
1
-0
/
+28
2013-09-26
bonding: remove bond_prev_slave()
Veaceslav Falico
2
-10
/
+3
2013-09-26
bonding: convert first/last slave logic to use neighbours
Veaceslav Falico
1
-6
/
+11
2013-09-26
bonding: convert bond_has_slaves() to use the neighbour list
Veaceslav Falico
1
-1
/
+1
2013-09-26
bonding: add bond_has_slaves() and use it
Veaceslav Falico
5
-23
/
+25
2013-09-26
bonding: remove unused bond_for_each_slave_from()
Veaceslav Falico
1
-13
/
+0
2013-09-26
bonding: rework bond_ab_arp_probe() to use bond_for_each_slave()
Veaceslav Falico
1
-14
/
+24
2013-09-26
bonding: rework bond_find_best_slave() to use bond_for_each_slave()
Veaceslav Falico
1
-31
/
+12
2013-09-26
bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()
Veaceslav Falico
2
-23
/
+22
2013-09-26
bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() only
Veaceslav Falico
1
-24
/
+22
2013-09-26
bonding: use bond_for_each_slave() in bond_uninit()
Veaceslav Falico
1
-2
/
+3
2013-09-26
bonding: make bond_for_each_slave() use lower neighbour's private
Veaceslav Falico
7
-55
/
+98
2013-09-26
bonding: remove bond_for_each_slave_continue_reverse()
Veaceslav Falico
3
-28
/
+30
2013-09-26
bonding: modify bond_get_slave_by_dev() to use neighbours
Veaceslav Falico
1
-7
/
+1
2013-09-26
bonding: populate neighbour's private on enslave
Veaceslav Falico
1
-14
/
+16
[next]