index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-09-29
ipv4: IP_TOS and IP_TTL can be specified as ancillary data
Francesco Fusco
2
-1
/
+22
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
ipv6: compare sernum when walking fib for /proc/net/ipv6_route as safety net
Hannes Frederic Sowa
1
-0
/
+14
2013-09-27
ipv6: avoid high order memory allocations for /proc/net/ipv6_route
Hannes Frederic Sowa
3
-68
/
+175
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
4
-34
/
+35
2013-09-26
net: expose the master link to sysfs, and remove it from bond
Veaceslav Falico
2
-19
/
+20
2013-09-26
vlan: unlink the upper neighbour before unregistering
Veaceslav Falico
1
-2
/
+2
2013-09-26
vlan: link the upper neighbour only after registering
Veaceslav Falico
1
-7
/
+7
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
net: add a possibility to get private from netdev_adjacent->list
Veaceslav Falico
2
-0
/
+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
net: add for_each iterators through neighbour lower link's private
Veaceslav Falico
2
-1
/
+76
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
2013-09-26
net: add netdev_adjacent->private and allow to use it
Veaceslav Falico
2
-11
/
+64
2013-09-26
net: add RCU variant to search for netdev_adjacent link
Veaceslav Falico
1
-0
/
+13
2013-09-26
net: add adj_list to save only neighbours
Veaceslav Falico
4
-114
/
+129
2013-09-26
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-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
[next]