summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2010-05-0316-176/+365
|\
| * sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich2010-04-303-8/+6
| * sctp: Optimize computation of highest new tsn in SACK.Vlad Yasevich2010-04-301-35/+7
| * sctp: correctly mark missing chunks in fast recoveryVlad Yasevich2010-04-301-5/+13
| * sctp: rwnd_press should be cumulativeVlad Yasevich2010-04-301-1/+1
| * sctp: fast recovery algorithm is per association.Vlad Yasevich2010-04-302-21/+23
| * sctp: update transport initializationsVlad Yasevich2010-04-304-31/+1
| * sctp: Save some room in the sctp_transport by using bitfieldsVlad Yasevich2010-04-301-22/+27
| * sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich2010-04-302-14/+5
| * sctp: remove 'resent' bit from the chunkVlad Yasevich2010-04-304-20/+10
| * sctp: Make sure we always return valid retransmit pathVlad Yasevich2010-04-301-1/+2
| * sctp: cleanup: remove duplicate assignmentDan Carpenter2010-04-301-14/+9
| * sctp: implement sctp association probing moduleWei Yongjun2010-04-303-0/+228
| * sctp: use sctp_chunk_is_data macro to decide a chunk is data chunkShan Wei2010-04-301-1/+1
| * sctp: Do no select unconfirmed transports for retransmissionsVlad Yasevich2010-04-301-2/+3
| * sctp: fix to retranmit at least one DATA chunkWei Yongjun2010-04-301-0/+12
| * sctp: missing set src and dest port while lookup output routeWei Yongjun2010-04-301-1/+6
| * sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT stateWei Yongjun2010-04-301-1/+1
| * sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sentWei Yongjun2010-04-301-0/+6
| * sctp: send SHUTDOWN-ACK chunk back to the source.Vlad Yasevich2010-04-301-2/+6
| * sctp: Use correct address family in sctp_getsockopt_peer_addrs()Vlad Yasevich2010-04-301-1/+1
* | net: rcu fixesEric Dumazet2010-05-032-8/+37
* | phy/micrel: Add module device ID table for autoloading.David S. Miller2010-05-031-0/+9
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-035-13/+133
|\ \
| * | drivers/net/phy: micrel phy driverDavid J. Choi2010-05-033-0/+110
| * | dm9601: fix phy/eeprom write routinePeter Korsgaard2010-05-031-1/+1
| * | ppp_generic: handle non-linear skbs when passing them to pppdSimon Arlott2010-05-031-1/+4
| * | ppp_generic: pull 2 bytes so that PPP_PROTO(skb) is validSimon Arlott2010-05-031-11/+18
* | | unix/garbage: kill copy of the skb queue walkerIlpo Järvinen2010-05-031-11/+2
* | | Revert "ixgbe: disable MSI-X by default on certain Cisco adapters"David S. Miller2010-05-032-20/+1
* | | net: Use explicit "unsigned int" instead of plain "unsigned" in netdevice.hDavid S. Miller2010-05-021-5/+5
* | | net: fix softnet_statChangli Gao2010-05-023-25/+20
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-0230-147/+1270
|\ \ \ | |/ /
| * | net: fix compile error due to double return type in SOCK_DEBUGJan Engelhardt2010-05-021-1/+1
| * | net/usb: initiate sync sequence in sierra_net.c driverElina Pasheva2010-05-011-0/+3
| * | net/usb: remove default in Kconfig for sierra_net driverElina Pasheva2010-04-301-1/+0
| * | r8169: Fix rtl8169_rx_interrupt()Eric Dumazet2010-04-301-5/+17
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-04-301-1/+1
| |\ \
| | * | p54pci: fix bugs in p54p_check_tx_ringHans de Goede2010-04-261-1/+1
| * | | e1000e: Fix oops caused by ASPM patch.Anton Blanchard2010-04-301-0/+3
| * | | net/sb1250: register mdio bus in probeSebastian Siewior2010-04-281-34/+33
| * | | sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman2010-04-282-5/+58
| * | | sfc: Change falcon_probe_board() to fail for unsupported boardsBen Hutchings2010-04-283-12/+7
| * | | sfc: Always close net device at the end of a disabling resetBen Hutchings2010-04-281-2/+2
| * | | sfc: Wait at most 10ms for the MC to finish reading out MAC statisticsBen Hutchings2010-04-281-2/+11
| * | | sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich2010-04-284-16/+34
| * | | sctp: fix to calc the INIT/INIT-ACK chunk length correctly is setWei Yongjun2010-04-281-7/+10
| * | | sctp: per_cpu variables should be in bh_disabled sectionVlad Yasevich2010-04-281-2/+2
| * | | sctp: fix potential reference of a freed pointerVlad Yasevich2010-04-281-2/+4
| * | | sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun2010-04-283-0/+12
OpenPOWER on IntegriCloud