summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-05-04net: 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-03net: fix softnet_statChangli Gao
2010-05-03Merge 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-05-01sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich
2010-05-01sctp: Optimize computation of highest new tsn in SACK.Vlad Yasevich
2010-05-01sctp: correctly mark missing chunks in fast recoveryVlad Yasevich
2010-05-01sctp: rwnd_press should be cumulativeVlad Yasevich
2010-05-01sctp: fast recovery algorithm is per association.Vlad Yasevich
2010-05-01sctp: update transport initializationsVlad Yasevich
2010-05-01sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich
2010-05-01sctp: remove 'resent' bit from the chunkVlad Yasevich
2010-05-01sctp: Make sure we always return valid retransmit pathVlad Yasevich
2010-05-01sctp: cleanup: remove duplicate assignmentDan Carpenter
2010-05-01sctp: implement sctp association probing moduleWei Yongjun
2010-05-01sctp: use sctp_chunk_is_data macro to decide a chunk is data chunkShan Wei
2010-05-01sctp: Do no select unconfirmed transports for retransmissionsVlad Yasevich
2010-05-01sctp: fix to retranmit at least one DATA chunkWei Yongjun
2010-05-01sctp: missing set src and dest port while lookup output routeWei Yongjun
2010-05-01sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sentWei Yongjun
2010-05-01sctp: send SHUTDOWN-ACK chunk back to the source.Vlad Yasevich
2010-05-01sctp: 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
2010-04-28net: ip_queue_rcv_skb() helperEric Dumazet
2010-04-28net: speedup udp receive pathEric Dumazet
2010-04-28sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman
2010-04-28Bugfix: Link selection was swapped in switch.Sjur Braendeland
2010-04-28caif: Bugfixes in CAIF netdevice for close and flow controlSjur Braendeland
2010-04-28caif: Rewritten socket implementationSjur Braendeland
2010-04-28caif: Disconnect without waiting for responseSjur Braendeland
2010-04-28caif: Add reference counting to service layerSjur Braendeland
2010-04-28caif: Rename functions in cfcnfg and caif_devSjur Braendeland
2010-04-28sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich
2010-04-28sctp: fix to calc the INIT/INIT-ACK chunk length correctly is setWei Yongjun
2010-04-28sctp: per_cpu variables should be in bh_disabled sectionVlad Yasevich
2010-04-28sctp: fix potential reference of a freed pointerVlad Yasevich
2010-04-28sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun
2010-04-28Revert "tcp: bind() fix when many ports are bound"David S. Miller
2010-04-28bridge: multicast_flood cleanupstephen hemminger
2010-04-28bridge: multicast port group RCU fixstephen hemminger
2010-04-28bridge: multicast floodstephen hemminger
2010-04-28bridge: simplify multicast_add_routerstephen hemminger
2010-04-28bluetooth: handle l2cap_create_connless_pdu() errorsDan Carpenter
2010-04-27Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()"David S. Miller