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
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2005-09-23
[PATCH] RPC: rationalize set_buffer_size
Chuck Lever
2
-23
/
+17
2005-09-23
[PATCH] RPC: parametrize various transport connect timeouts
Chuck Lever
3
-6
/
+69
2005-09-23
[PATCH] RPC: make sure to get the same local port number when reconnecting
Chuck Lever
1
-12
/
+53
2005-09-23
[PATCH] RPC: allow RPC client's port range to be adjustable
Chuck Lever
2
-15
/
+37
2005-09-23
[PATCH] RPC: clean up after nocong was removed
Chuck Lever
2
-12
/
+19
2005-09-23
[PATCH] RPC: remove xprt->nocong
Chuck Lever
1
-2
/
+0
2005-09-23
[PATCH] RPC: add a release_rqst callout to the RPC transport switch
Chuck Lever
2
-1
/
+14
2005-09-23
[PATCH] RPC: add generic interface for adjusting the congestion window
Chuck Lever
2
-48
/
+31
2005-09-23
[PATCH] RPC: separate xprt_timer implementations
Chuck Lever
2
-25
/
+32
2005-09-23
[PATCH] RPC: expose API for serializing access to RPC transports
Chuck Lever
2
-14
/
+65
2005-09-23
[PATCH] RPC: expose API for serializing access to RPC transports
Chuck Lever
2
-12
/
+54
2005-09-23
[PATCH] RPC: add API to set transport-specific timeouts
Chuck Lever
2
-22
/
+47
2005-09-23
[PATCH] RPC: get rid of xprt->stream
Chuck Lever
2
-12
/
+19
2005-09-23
[PATCH] RPC: skip over transport-specific heads automatically
Chuck Lever
3
-14
/
+21
2005-09-23
[PATCH] RPC: separate TCP and UDP socket write paths
Chuck Lever
1
-87
/
+128
2005-09-23
[PATCH] RPC: separate TCP and UDP transport connection logic
Chuck Lever
1
-73
/
+91
2005-09-23
[PATCH] RPC: separate TCP and UDP write space callbacks
Chuck Lever
2
-31
/
+87
2005-09-23
[PATCH] RPC: client-side transport switch cleanup
Chuck Lever
3
-20
/
+20
2005-09-23
[PATCH] RPC: Add helper for waking tasks pending on a transport
Chuck Lever
2
-7
/
+18
2005-09-23
[PATCH] RPC: Eliminate socket.h includes in RPC client
Chuck Lever
8
-11
/
+0
2005-09-23
[PATCH] RPC: rename the sockstate field
Chuck Lever
2
-11
/
+9
2005-09-23
[PATCH] RPC: Rename xprt_lock
Chuck Lever
1
-5
/
+5
2005-09-23
[PATCH] RPC: Rename sock_lock
Chuck Lever
2
-33
/
+33
2005-09-23
[PATCH] RPC: Reduce stack utilization in xs_sendpages
Chuck Lever
1
-30
/
+43
2005-09-23
[PATCH] RPC: transport switch function naming
Chuck Lever
2
-301
/
+310
2005-09-23
[PATCH] RPC: introduce client-side transport switch
Chuck Lever
6
-977
/
+1070
2005-09-23
[PATCH] RPC: extract socket logic common to both client and server
Chuck Lever
5
-143
/
+176
2005-09-23
[PATCH] RPC: portmapper doesn't need a reserved port
Chuck Lever
1
-0
/
+1
2005-09-23
[PATCH] NFS: use a constant value for TCP retransmit timeouts
Chuck Lever
1
-2
/
+2
2005-09-23
[PATCH] RPC: proper soft timeout behavior for rpcbind
Chuck Lever
1
-20
/
+77
2005-09-23
[PATCH] RPC: Report connection errors properly when mounting with "soft"
Chuck Lever
1
-9
/
+18
2005-09-23
[SCTP]: Fix SCTP_SHUTDOWN notifications.
Sridhar Samudrala
1
-11
/
+11
2005-09-23
[NETFILTER] Fix conntrack event cache deadlock/oops
Harald Welte
5
-28
/
+28
2005-09-23
[NETFILTER] Fix sparse endian warnings in pptp helper
Alexey Dobriyan
1
-6
/
+8
2005-09-23
[NETFILTER] fix DEBUG statement in PPTP helper
Harald Welte
1
-1
/
+1
2005-09-23
[BRIDGE]: TSO fix in br_dev_queue_push_xmit
Vlad Drukker
1
-1
/
+2
2005-09-23
[TCP]: Adjust Reno SACK estimate in tcp_fragment
Herbert Xu
1
-0
/
+9
2005-09-21
[TCP]: Set default congestion control correctly for incoming connections.
Stephen Hemminger
1
-1
/
+1
2005-09-21
[FIB_TRIE]: message cleanup
Stephen Hemminger
1
-12
/
+3
2005-09-21
[AF_PACKET]: Allow for > 8 byte hardware addresses.
Eric W. Biederman
1
-17
/
+48
2005-09-20
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
20
-490
/
+1897
2005-09-20
[PATCH] raw_sendmsg DoS on 2.6
Mark J Cox
2
-2
/
+2
2005-09-20
[TCP]: Handle SACK'd packets properly in tcp_fragment().
Herbert Xu
1
-3
/
+7
2005-09-20
[8021Q]: Add endian annotations.
Alexey Dobriyan
1
-1
/
+1
2005-09-20
[NETFILTER]: Export ip_nat_port_{nfattr_to_range,range_to_nfattr}
Harald Welte
1
-0
/
+2
2005-09-20
[NETFILTER]: Rename misnamed function
Patrick McHardy
3
-5
/
+5
2005-09-20
[NETFILTER] ip6tables: remove duplicate code
Yasuyuki Kozakai
7
-464
/
+91
2005-09-20
[NETFILTER]: Add new PPTP conntrack and NAT helper
Harald Welte
6
-0
/
+1774
2005-09-20
[IPV4]: fib_trie RCU refinements
Robert Olsson
1
-11
/
+10
2005-09-20
[IPV4]: fib_trie tnode stats refinements
Robert Olsson
1
-6
/
+7
[next]