index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-27
[networking]device.h: Remove extern from function prototypes
Joe Perches
6
-266
/
+248
2013-09-27
net.h/skbuff.h: Remove extern from function prototypes
Joe Perches
2
-184
/
+148
2013-09-27
netfilter: Remove extern from function prototypes
Joe Perches
11
-136
/
+133
2013-09-27
Merge branch 'bonding_neighbours'
David S. Miller
11
-444
/
+638
2013-09-27
net: create sysfs symlinks for neighbour devices
Veaceslav Falico
4
-34
/
+35
2013-09-27
net: expose the master link to sysfs, and remove it from bond
Veaceslav Falico
2
-19
/
+20
2013-09-27
vlan: unlink the upper neighbour before unregistering
Veaceslav Falico
1
-2
/
+2
2013-09-27
vlan: link the upper neighbour only after registering
Veaceslav Falico
1
-7
/
+7
2013-09-27
bonding: remove slave lists
Veaceslav Falico
2
-6
/
+0
2013-09-27
bonding: use neighbours for bond_next_slave()
Veaceslav Falico
1
-5
/
+1
2013-09-27
bonding: add __bond_next_slave() which uses neighbours
Veaceslav Falico
1
-0
/
+28
2013-09-27
bonding: remove bond_prev_slave()
Veaceslav Falico
2
-10
/
+3
2013-09-27
bonding: convert first/last slave logic to use neighbours
Veaceslav Falico
1
-6
/
+11
2013-09-27
net: add a possibility to get private from netdev_adjacent->list
Veaceslav Falico
2
-0
/
+11
2013-09-27
bonding: convert bond_has_slaves() to use the neighbour list
Veaceslav Falico
1
-1
/
+1
2013-09-27
bonding: add bond_has_slaves() and use it
Veaceslav Falico
5
-23
/
+25
2013-09-27
bonding: remove unused bond_for_each_slave_from()
Veaceslav Falico
1
-13
/
+0
2013-09-27
bonding: rework bond_ab_arp_probe() to use bond_for_each_slave()
Veaceslav Falico
1
-14
/
+24
2013-09-27
bonding: rework bond_find_best_slave() to use bond_for_each_slave()
Veaceslav Falico
1
-31
/
+12
2013-09-27
bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()
Veaceslav Falico
2
-23
/
+22
2013-09-27
bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() only
Veaceslav Falico
1
-24
/
+22
2013-09-27
bonding: use bond_for_each_slave() in bond_uninit()
Veaceslav Falico
1
-2
/
+3
2013-09-27
bonding: make bond_for_each_slave() use lower neighbour's private
Veaceslav Falico
7
-55
/
+98
2013-09-27
bonding: remove bond_for_each_slave_continue_reverse()
Veaceslav Falico
3
-28
/
+30
2013-09-27
net: add for_each iterators through neighbour lower link's private
Veaceslav Falico
2
-1
/
+76
2013-09-27
bonding: modify bond_get_slave_by_dev() to use neighbours
Veaceslav Falico
1
-7
/
+1
2013-09-27
bonding: populate neighbour's private on enslave
Veaceslav Falico
1
-14
/
+16
2013-09-27
net: add netdev_adjacent->private and allow to use it
Veaceslav Falico
2
-11
/
+64
2013-09-27
net: add RCU variant to search for netdev_adjacent link
Veaceslav Falico
1
-0
/
+13
2013-09-27
net: add adj_list to save only neighbours
Veaceslav Falico
4
-114
/
+129
2013-09-27
net: use lists as arguments instead of bool upper
Veaceslav Falico
1
-32
/
+22
2013-09-26
net: neighbour: use source address of last enqueued packet for solicitation
Hannes Frederic Sowa
1
-1
/
+1
2013-09-26
Merge branch '20130925_dn_externs_3' of git://repo.or.cz/linux-2.6/trivial-mods
David S. Miller
51
-1174
/
+1026
2013-09-25
Merge branch '20130924_dn_externs_2' of git://repo.or.cz/linux-2.6/trivial-mods
David S. Miller
35
-672
/
+631
2013-09-25
rtlwifi: Remove extern from function prototypes
Joe Perches
11
-170
/
+141
2013-09-25
orinoco: Remove extern from function prototypes
Joe Perches
1
-17
/
+14
2013-09-25
mwifiex: Remove extern from function prototypes
Joe Perches
1
-14
/
+10
2013-09-25
iwlwifi: Remove extern from function prototypes
Joe Perches
4
-11
/
+10
2013-09-25
iwlegacy: Remove extern from function prototypes
Joe Perches
3
-77
/
+73
2013-09-25
ipw2x00: Remove extern from function prototypes
Joe Perches
1
-49
/
+38
2013-09-25
brcm80211: Remove extern from function prototypes
Joe Perches
21
-733
/
+644
2013-09-25
ath: Remove extern from function prototypes
Joe Perches
4
-12
/
+10
2013-09-25
wimax: Remove extern from function prototypes
Joe Perches
2
-74
/
+70
2013-09-25
wan: Remove extern from function prototypes
Joe Perches
2
-15
/
+14
2013-09-25
vmxnet3: Remove extern from function prototypes
Joe Perches
1
-2
/
+2
2013-09-24
irda: Remove extern from function prototypes
Joe Perches
1
-14
/
+15
2013-09-24
fddi/skfp: Remove extern from function prototypes
Joe Perches
1
-14
/
+14
2013-09-24
toshiba: Remove extern from function prototypes
Joe Perches
3
-20
/
+19
2013-09-24
ti: Remove extern from function prototypes
Joe Perches
1
-5
/
+4
2013-09-24
stmicro: Remove extern from function prototypes
Joe Perches
4
-23
/
+22
[next]