index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bonding: remove bond_next_slave()
Veaceslav Falico
2013-09-28
1
-31
/
+0
*
bonding: don't use bond_next_slave() in bond_info_seq_next()
Veaceslav Falico
2013-09-28
1
-4
/
+12
*
bonding: remove unused __get_next_agg()
Veaceslav Falico
2013-09-28
1
-22
/
+0
*
bonding: make bond_3ad_unbind_slave() use bond_for_each_slave()
Veaceslav Falico
2013-09-28
1
-4
/
+9
*
bonding: make ad_agg_selection_logic() use bond_for_each_slave()
Veaceslav Falico
2013-09-28
1
-12
/
+10
*
bonding: make __get_active_agg() use bond_for_each_slave()
Veaceslav Falico
2013-09-28
1
-8
/
+7
*
bonding: make ad_port_selection_logic() use bond_for_each_slave()
Veaceslav Falico
2013-09-28
1
-2
/
+7
*
bonding: remove __get_first_port()
Veaceslav Falico
2013-09-28
1
-14
/
+4
*
bonding: remove __get_next_port()
Veaceslav Falico
2013-09-28
1
-25
/
+9
*
bonding: verify if we still have slaves in bond_3ad_unbind_slave()
Veaceslav Falico
2013-09-28
1
-1
/
+3
*
bonding: correctly verify for the first slave in bond_enslave
Veaceslav Falico
2013-09-28
1
-1
/
+1
*
bnx2x: use pcie_get_minimum_link()
Yuval Mintz
2013-09-28
2
-39
/
+12
*
bnx2x: Add support for EXTPHY2 LED mode
Yaniv Rosner
2013-09-28
2
-3
/
+18
*
bnx2x: Change function prototype
Yaniv Rosner
2013-09-28
1
-3
/
+2
*
bnx2x: Don't disable/enable SR-IOV when loading
Ariel Elior
2013-09-28
3
-26
/
+1
*
bnx2x: Correct VF driver info
Yuval Mintz
2013-09-28
2
-1
/
+4
*
bnx2x: Test nvram when interface is down
Yuval Mintz
2013-09-28
1
-9
/
+10
*
ipv4: processing ancillary IP_TOS or IP_TTL
Francesco Fusco
2013-09-28
8
-6
/
+39
*
ipv4: IP_TOS and IP_TTL can be specified as ancillary data
Francesco Fusco
2013-09-28
2
-1
/
+22
*
lance: Fix hardcoded interrupt name lp->name to use system device value
Nate Levesque
2013-09-27
1
-1
/
+1
*
hp100: replace hardcoded name in /proc/interrupts with interface name
Mihir Singh
2013-09-27
1
-1
/
+1
*
ipv6: compare sernum when walking fib for /proc/net/ipv6_route as safety net
Hannes Frederic Sowa
2013-09-27
1
-0
/
+14
*
ipv6: avoid high order memory allocations for /proc/net/ipv6_route
Hannes Frederic Sowa
2013-09-27
3
-68
/
+175
*
net: phy: at803x: add suspend/resume callbacks
Daniel Mack
2013-09-27
1
-0
/
+45
*
net: phy: at803x: don't pass function pointers with &
Daniel Mack
2013-09-27
1
-6
/
+6
*
Merge branch 'qlge'
David S. Miller
2013-09-27
2
-26
/
+102
|
\
|
*
qlge: Update version to 1.00.00.33
Jitendra Kalsaria
2013-09-27
1
-1
/
+1
|
*
qlge: Enhance nested VLAN (Q-in-Q) handling.
Jitendra Kalsaria
2013-09-27
1
-25
/
+101
|
/
*
netxen_nic: Update version to 4.0.82
Shahed Shaikh
2013-09-27
1
-2
/
+2
*
netxen_nic: Print ULA information
Shahed Shaikh
2013-09-27
2
-0
/
+29
*
Merge branch 'bonding_neighbours'
David S. Miller
2013-09-26
11
-444
/
+638
|
\
|
*
net: create sysfs symlinks for neighbour devices
Veaceslav Falico
2013-09-26
4
-34
/
+35
|
*
net: expose the master link to sysfs, and remove it from bond
Veaceslav Falico
2013-09-26
2
-19
/
+20
|
*
vlan: unlink the upper neighbour before unregistering
Veaceslav Falico
2013-09-26
1
-2
/
+2
|
*
vlan: link the upper neighbour only after registering
Veaceslav Falico
2013-09-26
1
-7
/
+7
|
*
bonding: remove slave lists
Veaceslav Falico
2013-09-26
2
-6
/
+0
|
*
bonding: use neighbours for bond_next_slave()
Veaceslav Falico
2013-09-26
1
-5
/
+1
|
*
bonding: add __bond_next_slave() which uses neighbours
Veaceslav Falico
2013-09-26
1
-0
/
+28
|
*
bonding: remove bond_prev_slave()
Veaceslav Falico
2013-09-26
2
-10
/
+3
|
*
bonding: convert first/last slave logic to use neighbours
Veaceslav Falico
2013-09-26
1
-6
/
+11
|
*
net: add a possibility to get private from netdev_adjacent->list
Veaceslav Falico
2013-09-26
2
-0
/
+11
|
*
bonding: convert bond_has_slaves() to use the neighbour list
Veaceslav Falico
2013-09-26
1
-1
/
+1
|
*
bonding: add bond_has_slaves() and use it
Veaceslav Falico
2013-09-26
5
-23
/
+25
|
*
bonding: remove unused bond_for_each_slave_from()
Veaceslav Falico
2013-09-26
1
-13
/
+0
|
*
bonding: rework bond_ab_arp_probe() to use bond_for_each_slave()
Veaceslav Falico
2013-09-26
1
-14
/
+24
|
*
bonding: rework bond_find_best_slave() to use bond_for_each_slave()
Veaceslav Falico
2013-09-26
1
-31
/
+12
|
*
bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()
Veaceslav Falico
2013-09-26
2
-23
/
+22
|
*
bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() only
Veaceslav Falico
2013-09-26
1
-24
/
+22
|
*
bonding: use bond_for_each_slave() in bond_uninit()
Veaceslav Falico
2013-09-26
1
-2
/
+3
|
*
bonding: make bond_for_each_slave() use lower neighbour's private
Veaceslav Falico
2013-09-26
7
-55
/
+98
[next]