aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-30sctp: Optimize computation of highest new tsn in SACK.Vlad Yasevich1-35/+7
2010-04-30sctp: correctly mark missing chunks in fast recoveryVlad Yasevich1-5/+13
2010-04-30sctp: rwnd_press should be cumulativeVlad Yasevich1-1/+1
2010-04-30sctp: fast recovery algorithm is per association.Vlad Yasevich2-21/+23
2010-04-30sctp: update transport initializationsVlad Yasevich4-31/+1
2010-04-30sctp: Save some room in the sctp_transport by using bitfieldsVlad Yasevich1-22/+27
2010-04-30sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich2-14/+5
2010-04-30sctp: remove 'resent' bit from the chunkVlad Yasevich4-20/+10
2010-04-30sctp: Make sure we always return valid retransmit pathVlad Yasevich1-1/+2
2010-04-30sctp: cleanup: remove duplicate assignmentDan Carpenter1-14/+9
2010-04-30sctp: implement sctp association probing moduleWei Yongjun3-0/+228
2010-04-30sctp: use sctp_chunk_is_data macro to decide a chunk is data chunkShan Wei1-1/+1
2010-04-30sctp: Do no select unconfirmed transports for retransmissionsVlad Yasevich1-2/+3
2010-04-30sctp: fix to retranmit at least one DATA chunkWei Yongjun1-0/+12
2010-04-30sctp: missing set src and dest port while lookup output routeWei Yongjun1-1/+6
2010-04-30sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT stateWei Yongjun1-1/+1
2010-04-30sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sentWei Yongjun1-0/+6
2010-04-30sctp: send SHUTDOWN-ACK chunk back to the source.Vlad Yasevich1-2/+6
2010-04-30sctp: Use correct address family in sctp_getsockopt_peer_addrs()Vlad Yasevich1-1/+1
2010-04-30ipv6: cleanup: remove unneeded null checkDan Carpenter1-2/+1
2010-04-30xfrm: potential uninitialized variable num_xfrmsChangli Gao1-1/+1
2010-04-30net: speedup sock_recv_ts_and_drops()Eric Dumazet2-3/+20
2010-04-30cdc_ether: Identify MBM devices by GUID in MDLM descriptorJonas Sjöquist1-74/+39
2010-04-30forcedeth: Stay in NAPI as long as there's workstephen hemminger1-14/+17
2010-04-28net: ip_queue_rcv_skb() helperEric Dumazet7-4/+22
2010-04-28net: speedup udp receive pathEric Dumazet4-11/+25
2010-04-28igb: Clean up left over prototype of igb_get_hw_dev_name()Emil Tantilov1-1/+0
2010-04-28wireless: Fix merge.Hauke Mehrtens1-1/+0
2010-04-28Bugfix: Link selection was swapped in switch.Sjur Braendeland1-2/+2
2010-04-28caif: Bugfixes in CAIF netdevice for close and flow controlSjur Braendeland1-57/+73
2010-04-28caif: Rewritten socket implementationSjur Braendeland2-969/+831
2010-04-28caif: Disconnect without waiting for responseSjur Braendeland3-146/+111
2010-04-28caif: Add reference counting to service layerSjur Braendeland7-1/+66
2010-04-28caif: Rename functions in cfcnfg and caif_devSjur Braendeland4-41/+41
2010-04-28caif: Ldisc add permission check and mem-alloc error checkSjur Braendeland1-1/+4
2010-04-28sfc: Create multiple TX queuesBen Hutchings8-123/+140
2010-04-28sfc: Test only the first pair of TX queuesBen Hutchings2-3/+3
2010-04-28sfc: Add Siena PHY BIST and cable diagnostic supportSteve Hodgson1-2/+144
2010-04-28sfc: Clean up efx_nic::irq_zero_countBen Hutchings1-1/+2
2010-04-28sfc: Add necessary parentheses to macro definitions in net_driver.hBen Hutchings1-11/+11
2010-04-28sfc: Break NAPI processing after one ring-full of TX completionsBen Hutchings2-24/+33
2010-04-28sfc: Set PERIODIC_NOEVENT flag for MC_CMD_MAC_STATSSteve Hodgson1-16/+9
2010-04-28sfc: Update MCDI protocol definitionsBen Hutchings1-16/+55
2010-04-28sfc: Enable IPv6 RSS using random key for Toeplitz hashBen Hutchings2-0/+21
2010-04-28sfc: Read MEM_STAT for SRM_PERR as well as MEM_PERR errorsSteve Hodgson1-1/+2
2010-04-28sfc: Log specific message for failure of NVRAM self-testBen Hutchings1-2/+8
2010-04-28sfc: Extend the legacy interrupt workaroundsSteve Hodgson2-15/+10
2010-04-28sfc: Reconfigure the XAUI serdes after an EM resetSteve Hodgson3-1/+5
2010-04-28sfc: Stop masking out XGMII faults over reconfiguresSteve Hodgson1-15/+5
2010-04-28sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson3-21/+29