index
:
linux-sh
development
for-next
j2-devel
j2-stable
jcore-4.6
jcore-4.8
linux-sh-draft
linux-sh-draft-2
master
sh-for-4.6
sh-for-4.6-old1
temp-j2
v4.6-rc3+j2
v4.6-rc5+j2
v5.16+j2
DO NOT CLONE THIS REPO DIRECTLY. Clone kernel.org then fetch just differences from here. Linux SH repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2009-06-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
-61
/
+98
2009-06-23
ipv4 routing: Ensure that route cache entries are usable and reclaimable with...
Neil Horman
-3
/
+23
2009-06-23
net: Move rx skb_orphan call to where needed
Herbert Xu
-7
/
+2
2009-06-23
ipv6: Use correct data types for ICMPv6 type and code
Brian Haley
-32
/
+32
2009-06-22
Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsd
Linus Torvalds
-60
/
+129
2009-06-22
Merge branch 'for-2.6.31' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
-75
/
+928
2009-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
-162
/
+312
2009-06-22
netfilter: xt_rateest: fix comparison with self
Patrick McHardy
-1
/
+1
2009-06-22
netfilter: xt_quota: fix incomplete initialization
Jan Engelhardt
-0
/
+1
2009-06-22
netfilter: nf_log: fix direct userspace memory access in proc handler
Patrick McHardy
-5
/
+11
2009-06-22
netfilter: fix some sparse endianess warnings
Patrick McHardy
-8
/
+8
2009-06-22
netfilter: nf_conntrack: fix conntrack lookup race
Patrick McHardy
-2
/
+4
2009-06-22
netfilter: nf_conntrack: fix confirmation race condition
Patrick McHardy
-1
/
+8
2009-06-22
netfilter: nf_conntrack: death_by_timeout() fix
Eric Dumazet
-2
/
+8
2009-06-20
nfs41: sunrpc: xprt_alloc_bc_request() should not use spin_lock_bh()
Ricardo Labiaga
-2
/
+5
2009-06-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
-33
/
+118
2009-06-20
ipv4: fix NULL pointer + success return in route lookup path
Neil Horman
-2
/
+12
2009-06-19
cfg80211: validate station settings
Johannes Berg
-16
/
+78
2009-06-19
cfg80211: allow setting station parameters in mesh
Andrey Yurovsky
-1
/
+2
2009-06-19
cfg80211: allow adding/deleting stations on mesh
Andrey Yurovsky
-2
/
+4
2009-06-19
rfkill: export persistent attribute in sysfs
Alan Jenkins
-0
/
+10
2009-06-19
rfkill: don't restore software blocked state on persistent devices
Alan Jenkins
-15
/
+25
2009-06-19
rfkill: rfkill_set_block() when suspended nitpick
Alan Jenkins
-3
/
+3
2009-06-19
ieee802154: use standard routine for printing dumps
Dmitry Baryshkov
-9
/
+3
2009-06-19
af_iucv: Return -EAGAIN if iucv msg limit is exceeded
Hendrik Brueckner
-41
/
+103
2009-06-19
af_iucv: Change if condition in sendmsg() for more readability
Hendrik Brueckner
-82
/
+81
2009-06-18
SUNRPC: Fix the TCP server's send buffer accounting
Trond Myklebust
-17
/
+18
2009-06-18
Merge branch 'devel-for-2.6.31' into for-2.6.31
Trond Myklebust
-0
/
+1
2009-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
-211
/
+260
2009-06-18
atm: sk_wmem_alloc initial value is one
Eric Dumazet
-11
/
+10
2009-06-18
net: correct off-by-one write allocations reports
Eric Dumazet
-51
/
+58
2009-06-18
net: group address list and its count
Jiri Pirko
-68
/
+62
2009-06-18
ipv4: Fix fib_trie rebalancing, part 2
Jarek Poplawski
-14
/
+10
2009-06-17
pkt_sched: Update drops stats in act_police
Jarek Poplawski
-0
/
+4
2009-06-17
skbuff: don't corrupt mac_header on skb expansion
Stephen Hemminger
-3
/
+6
2009-06-17
skbuff: skb_mac_header_was_set is always true on >32 bit
Stephen Hemminger
-0
/
+4
2009-06-17
Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31
Trond Myklebust
-75
/
+924
2009-06-17
nfs41: Rename rq_received to rq_reply_bytes_recvd
Ricardo Labiaga
-13
/
+14
2009-06-17
nfs41: Get the rpc_xprt * from the rpc_rqst instead of the rpc_clnt.
Rahul Iyer
-2
/
+2
2009-06-17
nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callb...
Benny Halevy
-0
/
+1
2009-06-17
nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchann...
Andy Adamson
-0
/
+4
2009-06-17
nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backcha...
Benny Halevy
-0
/
+39
2009-06-17
nfs41: Backchannel bc_svc_process()
Ricardo Labiaga
-0
/
+49
2009-06-17
nfs41: Refactor svc_process()
Ricardo Labiaga
-30
/
+50
2009-06-17
nfs41: Backchannel callback service helper routines
Ricardo Labiaga
-1
/
+85
2009-06-17
nfs41: Add backchannel processing support to RPC state machine
Ricardo Labiaga
-9
/
+189
2009-06-17
SUNRPC: Fix a missing "break" option in xs_tcp_setup_socket()
Trond Myklebust
-0
/
+1
2009-06-17
nfs41: New xs_tcp_read_data()
Ricardo Labiaga
-18
/
+126
2009-06-17
nfs41: New backchannel helper routines
Ricardo Labiaga
-0
/
+279
2009-06-17
nfs41: Initialize new rpc_xprt callback related fields
Ricardo Labiaga
-0
/
+5
[next]