index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
switch unlock_mount() to namespace_unlock(), convert all umount_tree() callers
Al Viro
2013-04-09
3
-24
/
+16
*
more conversions to namespace_unlock()
Al Viro
2013-04-09
1
-14
/
+6
*
get rid of the second argument of shrink_submounts()
Al Viro
2013-04-09
1
-4
/
+4
*
saner umount_tree()/release_mounts(), part 1
Al Viro
2013-04-09
1
-4
/
+13
*
get rid of full-hash scan on detaching vfsmounts
Al Viro
2013-04-09
4
-97
/
+149
*
mnt: release locks on error path in do_loopback
Andrey Vagin
2013-04-09
1
-1
/
+1
*
palinfo fixes
Al Viro
2013-04-09
1
-64
/
+13
*
procfs: add proc_remove_subtree()
Al Viro
2013-04-09
2
-30
/
+91
*
ecryptfs: close rmmod race
Al Viro
2013-04-09
1
-12
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-03-26
5
-8
/
+48
|
\
|
*
vt: synchronize_rcu() under spinlock is not nice...
Al Viro
2013-03-26
1
-2
/
+4
|
*
Nest rename_lock inside vfsmount_lock
Al Viro
2013-03-26
1
-5
/
+11
|
*
Don't bother with redoing rw_verify_area() from default_file_splice_from()
Al Viro
2013-03-21
3
-1
/
+33
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2013-03-26
69
-459
/
+540
|
\
\
|
*
|
ipv4: Fix ip-header identification for gso packets.
Pravin B Shelar
2013-03-26
2
-12
/
+7
|
*
|
bonding: remove already created master sysfs link on failure
Veaceslav Falico
2013-03-26
1
-0
/
+5
|
*
|
af_unix: dont send SCM_CREDENTIAL when dest socket is NULL
dingtianhong
2013-03-26
1
-2
/
+2
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2013-03-26
5
-22
/
+43
|
|
\
\
|
|
*
|
igb: fix PHC stopping on max freq
Jiri Benc
2013-03-26
1
-1
/
+1
|
|
*
|
igb: make sensor info static
Stephen Hemminger
2013-03-26
1
-1
/
+1
|
|
*
|
igb: SR-IOV init reordering
Alex Williamson
2013-03-26
1
-1
/
+1
|
|
*
|
igb: Fix null pointer dereference
Alex Williamson
2013-03-26
1
-1
/
+1
|
|
*
|
igb: fix i350 anti spoofing config
Lior Levy
2013-03-26
1
-14
/
+19
|
|
*
|
ixgbevf: don't release the soft entries
xunleer
2013-03-26
1
-4
/
+20
|
*
|
|
pch_gbe: fix ip_summed checksum reporting on rx
Veaceslav Falico
2013-03-26
1
-2
/
+2
|
|
/
/
|
*
|
ipv6: fix bad free of addrconf_init_net
Hong Zhiguo
2013-03-25
1
-16
/
+10
|
*
|
unix: fix a race condition in unix_release()
Paul Moore
2013-03-25
1
-4
/
+3
|
*
|
tcp: undo spurious timeout after SACK reneging
Yuchung Cheng
2013-03-24
1
-5
/
+2
|
*
|
bnx2x: fix assignment of signed expression to unsigned variable
Kumar Amit Mehta
2013-03-24
1
-9
/
+9
|
*
|
bridge: fix crash when set mac address of br interface
Hong zhi guo
2013-03-24
1
-1
/
+1
|
*
|
8021q: fix a potential use-after-free
Cong Wang
2013-03-24
1
-7
/
+7
|
*
|
net: remove a WARN_ON() in net_enable_timestamp()
Eric Dumazet
2013-03-24
1
-1
/
+0
|
*
|
tcp: preserve ACK clocking in TSO
Eric Dumazet
2013-03-22
1
-2
/
+5
|
*
|
net: fix *_DIAG_MAX constants
Andrey Vagin
2013-03-21
2
-2
/
+6
|
*
|
Merge branch 'mlx4'
David S. Miller
2013-03-21
3
-22
/
+47
|
|
\
\
|
|
*
|
net/mlx4_core: Disallow releasing VF QPs which have steering rules
Hadar Hen Zion
2013-03-21
1
-8
/
+33
|
|
*
|
net/mlx4_core: Always use 64 bit resource ID when doing lookup
Hadar Hen Zion
2013-03-21
1
-1
/
+1
|
|
*
|
net/mlx4_en: Remove ethtool flow steering rules before releasing QPs
Hadar Hen Zion
2013-03-21
1
-11
/
+11
|
|
*
|
net/mlx4_core: Fix wrong order of flow steering resources removal
Hadar Hen Zion
2013-03-21
1
-1
/
+1
|
|
*
|
net/mlx4_core: Fix wrong mask applied on EQ numbers in the wrapper
Moshe Lazer
2013-03-21
1
-1
/
+1
|
|
/
/
|
*
|
net: ethernet: cpsw: fix erroneous condition in error check
Lothar Waßmann
2013-03-21
1
-1
/
+1
|
*
|
lantiq_etop: use free_netdev(netdev) instead of kfree()
Wei Yongjun
2013-03-21
1
-1
/
+1
|
*
|
thermal: shorten too long mcast group name
Masatake YAMATO
2013-03-20
1
-1
/
+1
|
*
|
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2013-03-20
12
-43
/
+69
|
|
\
\
|
|
*
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-03-20
12
-43
/
+69
|
|
|
\
\
|
|
|
*
|
rtlwifi: usb: add missing freeing of skbuff
Jussi Kivilinna
2013-03-18
1
-0
/
+1
|
|
|
*
|
mwifiex: cancel cmd timer and free curr_cmd in shutdown process
Bing Zhao
2013-03-18
1
-0
/
+8
|
|
|
*
|
mwifiex: skip pending commands after function shutdown
Bing Zhao
2013-03-18
1
-3
/
+14
|
|
|
*
|
mwifiex: fix race when queuing commands
Amitkumar Karwar
2013-03-18
4
-17
/
+10
|
|
|
*
|
ath9k: limit tx path hang check to normal data queues
Felix Fietkau
2013-03-18
1
-13
/
+13
[next]