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.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
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-17
Merge commit 'linus/master' into merge-linus
Arjan van de Ven
416
-13790
/
+29078
2008-10-17
9p: eliminate depricated conv functions
Eric Van Hensbergen
3
-1055
/
+13
2008-10-17
9p: rework client code to use new protocol support functions
Eric Van Hensbergen
5
-515
/
+572
2008-10-17
9p: remove unnecessary tag field from p9_req_t structure
Eric Van Hensbergen
1
-1
/
+1
2008-10-17
9p: remove 9p fcall debug prints
Eric Van Hensbergen
4
-385
/
+0
2008-10-17
9p: add new protocol support code
Eric Van Hensbergen
3
-0
/
+489
2008-10-17
9p: encapsulate version function
Eric Van Hensbergen
1
-30
/
+44
2008-10-17
9p: move dirread to fs layer
Eric Van Hensbergen
1
-103
/
+0
2008-10-17
9p: move readn meta-function from client to fs layer
Eric Van Hensbergen
1
-26
/
+0
2008-10-17
9p: consolidate read/write functions
Eric Van Hensbergen
1
-122
/
+28
2008-10-17
9p: drop broken unused error path from p9_conn_create()
Tejun Heo
1
-16
/
+1
2008-10-17
9p: make rpc code common and rework flush code
Eric Van Hensbergen
3
-307
/
+311
2008-10-17
9p: use the rcall structure passed in the request in trans_fd read_work
Eric Van Hensbergen
1
-63
/
+66
2008-10-17
9p: apply common request code to trans_fd
Eric Van Hensbergen
3
-171
/
+117
2008-10-17
9p: apply common tagpool handling to trans_fd
Eric Van Hensbergen
1
-34
/
+10
2008-10-17
9p: move request management to client code
Eric Van Hensbergen
2
-127
/
+161
2008-10-17
9p: eliminate callback complexity
Eric Van Hensbergen
1
-83
/
+66
2008-10-17
9p: consolidate mux_rpc and request structure
Eric Van Hensbergen
1
-46
/
+22
2008-10-17
9p: remove unnecessary prototypes
Eric Van Hensbergen
2
-548
/
+495
2008-10-17
9p: remove duplicate client state
Eric Van Hensbergen
1
-15
/
+11
2008-10-17
9p: consolidate transport structure
Eric Van Hensbergen
4
-157
/
+120
2008-10-17
9p-trans_fd: use single poller
Tejun Heo
1
-166
/
+86
2008-10-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
21
-47
/
+26
2008-10-17
Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
7
-268
/
+616
2008-10-17
net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)
Johannes Berg
20
-46
/
+20
2008-10-17
ipv4: Add a missing rcu_assign_pointer() in routing cache.
Eric Dumazet
1
-1
/
+6
2008-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
1
-1
/
+1
2008-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
21
-117
/
+220
2008-10-16
sysctl: simplify ->strategy
Alexey Dobriyan
7
-31
/
+21
2008-10-16
fix random typos
Danny ter Haar
1
-1
/
+1
2008-10-16
driver core: basic infrastructure for per-module dynamic debug messages
Jason Baron
1
-1
/
+1
2008-10-16
decnet: Fix compiler warning in dn_dev.c
David S. Miller
1
-1
/
+1
2008-10-16
IPV6: Fix default gateway criteria wrt. HIGH/LOW preference radv option
Pedro Ribeiro
1
-1
/
+1
2008-10-15
Merge branch 'next'
Trond Myklebust
7
-268
/
+616
2008-10-15
net/802/fc.c: Fix compilation warnings
Manish Katiyar
1
-1
/
+1
2008-10-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
10
-16
/
+36
2008-10-15
netns: correct mib stats in ip6_route_me_harder()
Alexey Dobriyan
1
-3
/
+3
2008-10-15
netns: fix net_generic array leak
Alexey Dobriyan
1
-1
/
+1
2008-10-15
ath9k/mac80211: disallow fragmentation in ath9k, report to userspace
Johannes Berg
1
-1
/
+1
2008-10-15
mac80211: Fix scan RX processing oops
Jouni Malinen
1
-1
/
+2
2008-10-15
cfg80211: fix debugfs error handling
Johannes Berg
1
-1
/
+4
2008-10-15
mac80211: fix debugfs netdev rename
Johannes Berg
1
-1
/
+5
2008-10-15
mac80211: fix HT information element parsing
Johannes Berg
3
-11
/
+6
2008-10-15
mac80211: fix debugfs lockup
Johannes Berg
3
-1
/
+18
2008-10-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-83
/
+133
2008-10-15
HID: move connect quirks
Jiri Slaby
1
-3
/
+0
2008-10-15
HID: move apple quirks
Jiri Slaby
1
-22
/
+0
2008-10-15
HID: move ignore quirks
Jiri Slaby
1
-1
/
+1
2008-10-15
HID: hid, make parsing event driven
Jiri Slaby
2
-82
/
+111
2008-10-15
HID: make a bus from hid code
Jiri Slaby
1
-9
/
+55
[prev]
[next]