summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-05-05Merge remote branch 'bkl-procfs/bkl/procfs'Stephen Rothwell
2010-05-05Merge remote branch 'trivial/for-next'Stephen Rothwell
2010-05-05Merge branch 'quilt/rr'Stephen Rothwell
2010-05-05Merge remote branch 'wireless/master'Stephen Rothwell
2010-05-05Merge remote branch 'net/master'Stephen Rothwell
2010-05-05Merge remote branch 'v9fs/for-next'Stephen Rothwell
2010-05-05Merge remote branch 'nfsd/nfsd-next'Stephen Rothwell
2010-05-05Merge remote branch 'nfs/linux-next'Stephen Rothwell
2010-05-05Merge remote branch 'net-current/master'Stephen Rothwell
2010-05-04Merge branch 'for-2.6.34' into HEADJ. Bruce Fields
2010-05-03net: skb_free_datagram_locked() fixEric Dumazet
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller
2010-05-03net: rcu fixesEric Dumazet
2010-05-03unix/garbage: kill copy of the skb queue walkerIlpo Järvinen
2010-05-03Merge branch 'misc-for-2.6.35' into nfs-for-nextTrond Myklebust
2010-05-03Merge branch 'nfs-for-2.6.35' into nfs-for-nextTrond Myklebust
2010-05-03SUNRPC: Fail over more quickly on connect errorsTrond Myklebust
2010-05-03SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()Trond Myklebust
2010-05-03SUNRPC: Cleanup - make rpc_new_task() call rpc_release_calldata on failureTrond Myklebust
2010-05-03SUNRPC: Clean up xprt_release()Trond Myklebust
2010-05-03Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville
2010-05-03mac80211: improve IBSS scanningJohannes Berg
2010-05-03mac80211: allow controlling aggregation manuallyJohannes Berg
2010-05-03mac80211: fix ieee80211_find_sta[_by_hw]Johannes Berg
2010-05-03sunrpc: centralise most calls to svc_xprt_receivedNeil Brown
2010-05-02net: fix softnet_statChangli Gao
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-04-30sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich
2010-04-30sctp: Optimize computation of highest new tsn in SACK.Vlad Yasevich
2010-04-30sctp: correctly mark missing chunks in fast recoveryVlad Yasevich
2010-04-30sctp: rwnd_press should be cumulativeVlad Yasevich
2010-04-30sctp: fast recovery algorithm is per association.Vlad Yasevich
2010-04-30sctp: update transport initializationsVlad Yasevich
2010-04-30sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich
2010-04-30sctp: remove 'resent' bit from the chunkVlad Yasevich
2010-04-30sctp: Make sure we always return valid retransmit pathVlad Yasevich
2010-04-30sctp: cleanup: remove duplicate assignmentDan Carpenter
2010-04-30sctp: implement sctp association probing moduleWei Yongjun
2010-04-30sctp: use sctp_chunk_is_data macro to decide a chunk is data chunkShan Wei
2010-04-30sctp: Do no select unconfirmed transports for retransmissionsVlad Yasevich
2010-04-30sctp: fix to retranmit at least one DATA chunkWei Yongjun
2010-04-30sctp: missing set src and dest port while lookup output routeWei Yongjun
2010-04-30sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sentWei Yongjun
2010-04-30sctp: send SHUTDOWN-ACK chunk back to the source.Vlad Yasevich
2010-04-30sctp: Use correct address family in sctp_getsockopt_peer_addrs()Vlad Yasevich
2010-04-30ipv6: cleanup: remove unneeded null checkDan Carpenter
2010-04-30xfrm: potential uninitialized variable num_xfrmsChangli Gao
2010-04-30net: speedup sock_recv_ts_and_drops()Eric Dumazet