index
:
kernel_samsung_espresso10.git
replicant-4.2
replicant-6.0
kernel/samsung/espresso10
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[NETFILTER]: nfnetlink: fix ifdef in nfnetlink_compat.h
Patrick McHardy
2008-03-10
1
-1
/
+1
*
[NET]: include <linux/types.h> into linux/ethtool.h for __u* typedef
Kirill A. Shutemov
2008-03-07
1
-0
/
+1
*
[NET]: Make /proc/net a symlink on /proc/self/net (v3)
Pavel Emelyanov
2008-03-07
6
-41
/
+114
*
RxRPC: fix rxrpc_recvmsg()'s returning of msg_name
David Howells
2008-03-05
1
-1
/
+2
*
net/enc28j60: oops fix
David Brownell
2008-03-05
1
-1
/
+2
*
drivers/net/ac3200.c: replace init_module&cleanup_module with module_init&mod...
Jon Schindler
2008-03-05
1
-3
/
+4
*
drivers/net/apne.c: replace init_module&cleanup_module with module_init&modul...
Jon Schindler
2008-03-05
1
-3
/
+4
*
drivers/net/arcnet/capmode.c: replace init_module&cleanup_module with module_...
Jon Schindler
2008-03-05
1
-2
/
+4
*
drivers/net/appletalk/ltpc.c: replace init_module&cleanup_module with module_...
Jon Schindler
2008-03-05
1
-1
/
+2
*
bluetooth: make bnep_sock_cleanup() return void
Tobias Klauser
2008-03-05
2
-4
/
+2
*
bluetooth: Make hci_sock_cleanup() return void
Tobias Klauser
2008-03-05
2
-4
/
+2
*
bluetooth: hci_core: defer hci_unregister_sysfs()
Dave Young
2008-03-05
1
-2
/
+2
*
bluetooth: CONWISE Technology based adapters with buggy SCO support (bugzilla...
SDiZ
2008-03-05
1
-0
/
+3
*
[PPPOL2TP]: Fix SMP issues in skb reorder queue handling
James Chapman
2008-03-05
1
-3
/
+8
*
[PPPOL2TP]: Make locking calls softirq-safe
James Chapman
2008-03-05
1
-29
/
+29
*
atm: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-03-05
3
-10
/
+10
*
isdn: replace __inline with inline
Harvey Harrison
2008-03-05
2
-3
/
+3
*
irda: replace __inline with inline
Harvey Harrison
2008-03-05
1
-3
/
+3
*
net: replace __inline with inline
Harvey Harrison
2008-03-05
1
-1
/
+1
*
[SCTP]: Bring MAX_BURST socket option into ietf API extension compliance
Neil Horman
2008-03-05
1
-13
/
+60
*
SCTP: Fix chunk parameter processing bug
Gui Jianfeng
2008-03-05
1
-0
/
+8
*
make s2io.c:init_tti() static
Adrian Bunk
2008-03-05
1
-1
/
+1
*
FIXED_PHY must depend on PHYLIB=y
Adrian Bunk
2008-03-05
1
-0
/
+1
*
fix drivers/net/atarilance.c compilation
Adrian Bunk
2008-03-05
1
-3
/
+2
*
Intel ethernet adapter: Update MAINTAINERS
Auke Kok
2008-03-05
1
-28
/
+4
*
ixgbe: fix typo in speed mesage
Emil Tantilov
2008-03-05
1
-1
/
+1
*
e100: Do suspend/shutdown like e1000
Auke Kok
2008-03-05
1
-26
/
+3
*
ehea: Fix missing Kconfig dependency
Thomas Klein
2008-03-05
1
-1
/
+1
*
axnet_cs: change debugging level for "Too much work at interrupt" message.
Komuro
2008-03-05
1
-1
/
+1
*
mv643xx_eth: Define module alias for platform device
Martin Michlmayr
2008-03-05
1
-0
/
+1
*
de2104x: remove BUG_ON() when changing media type
Ondrej Zary
2008-03-05
1
-1
/
+2
*
dm9161: add configuration for MII/RMII
frederic Rodo
2008-03-05
1
-3
/
+14
*
[IPCONFIG]: The kernel gets no IP from some DHCP servers
Stephen Hemminger
2008-03-04
1
-2
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
David S. Miller
2008-03-04
7
-73
/
+70
|
\
|
*
b43legacy: Fix module init message
Michael Buesch
2008-03-04
1
-1
/
+1
|
*
rndis_wlan: fix broken data copy
Jussi Kivilinna
2008-03-04
1
-5
/
+3
|
*
libertas: compare the current command with response
Sebastian Siewior
2008-03-04
1
-3
/
+1
|
*
libertas: fix sanity check on sequence number in command response
David Woodhouse
2008-03-04
1
-2
/
+2
|
*
p54: fix eeprom parser length sanity checks
Johannes Berg
2008-03-04
1
-7
/
+11
|
*
p54: fix EEPROM structure endianness
Johannes Berg
2008-03-04
2
-5
/
+5
|
*
ssb: Add pcibios_enable_device() return value check
Yoichi Yuasa
2008-03-04
1
-1
/
+4
|
*
rc80211-pid: fix rate adjustment
Stefano Brivio
2008-03-04
1
-49
/
+43
*
|
[ESP]: Add select on AUTHENC
Herbert Xu
2008-03-04
2
-2
/
+2
*
|
[TCP]: Improve ipv4 established hash function.
David S. Miller
2008-03-04
1
-1
/
+2
*
|
[NETPOLL]: Revert two bogus cleanups that broke netconsole.
David S. Miller
2008-03-04
2
-7
/
+12
|
/
*
[PPPOL2TP]: Add missing sock_put() in pppol2tp_tunnel_closeall()
Jarek Poplawski
2008-03-03
1
-1
/
+6
*
Subject: [PPPOL2TP] add missing sock_put() in pppol2tp_recv_dequeue()
Jarek Poplawski
2008-03-03
1
-0
/
+1
*
[BLUETOOTH]: l2cap info_timer delete fix in hci_conn_del
Dave Young
2008-03-03
1
-1
/
+2
*
[NET]: Fix race in generic address resolution.
Frank Blaschka
2008-03-03
1
-1
/
+1
*
iucv: fix build error on !SMP
Heiko Carstens
2008-03-03
1
-2
/
+0
[prev]
[next]