summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-03tun: Only wake up writersHerbert Xu1-3/+3
2009-06-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller10-70/+110
2009-06-03ipv4: remove ip_mc_drop_socket() declaration from af_inet.c.Rami Rosen1-1/+0
2009-06-03gso: Stop fraglists from escapingHerbert Xu1-3/+2
2009-06-03cxgb3: minor aq100x phy fixesDivy Le Ray1-12/+12
2009-06-03cxgb3: Update FW to 7.4.0Divy Le Ray5-1889/+1921
2009-06-03sctp: support non-blocking version of the new sctp_connectx() APIVlad Yasevich3-1/+47
2009-06-03sctp: fix to choose alternate destination when retransmit ASCONF chunkWei Yongjun3-42/+14
2009-06-03sctp: fix sack_timeout sysctl min and max typesJean-Mickael Guerin1-3/+3
2009-06-03sctp: fix panic when T4-rto timer expire on removed transportWei Yongjun2-1/+10
2009-06-03sctp: fix panic when T2-shutdown timer expire on removed transportWei Yongjun2-3/+15
2009-06-03sctp: fix to only enable IPv6 address support on PF_INET6 socketWei Yongjun1-1/+2
2009-06-03sctp: fix a typo in net/sctp/sm_statetable.cWei Yongjun1-1/+1
2009-06-03sctp: fix the error code when ASCONF is received with invalid addressWei Yongjun1-6/+6
2009-06-03sctp: fix report unrecognized parameter in ACSONF-ACKWei Yongjun1-2/+2
2009-06-03sctp: fix error cause codes of ADD-IP extensionWei Yongjun1-10/+10
2009-06-03net/ucc_geth: Add SGMII support for UEC GETH driverHaiying Wang3-2/+107
2009-06-03fsl_pq_mido: Set the first UCC as the mii management interface masterHaiying Wang1-1/+5
2009-06-03net/phy/marvell: update m88e1111 support for SGMII modeHaiying Wang1-0/+1
2009-06-03net: skb cleanupEric Dumazet1-3/+1
2009-06-03net: skb->dst accessorsEric Dumazet83-390/+414
2009-06-03net: skb->rtable accessorEric Dumazet23-73/+89
2009-06-03net: add _skb_dst opaque fieldEric Dumazet1-0/+1
2009-06-03e1000e: bump the version numberBruce Allan1-1/+1
2009-06-03e1000e: workaround a Tx hang on 82577/82578Bruce Allan1-2/+7
2009-06-03e1000e: add support for 82577/82578 GbE LOM partsBruce Allan10-68/+1441
2009-06-03e1000e: specify max supported frame size in adapter structBruce Allan5-20/+31
2009-06-03e1000e: correct flow control thresholdsBruce Allan2-6/+10
2009-06-03e1000e: do not attempt to disable smart powerdown if not supportedBruce Allan1-1/+2
2009-06-03e1000e: enable CRC stripping by defaultBruce Allan1-0/+2
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller30-125/+214
2009-06-02mlx4_en: Updated driver versionYevgeny Petrilin1-2/+2
2009-06-02mlx4_en: Added vlan_features supportYevgeny Petrilin1-0/+4
2009-06-02mlx4_en: multiqueue supportYevgeny Petrilin4-71/+28
2009-06-02mlx4_en: Coalescing target is equal for all mtu'sYevgeny Petrilin3-5/+4
2009-06-02mlx4_en: Work with part of the ports.Yevgeny Petrilin1-18/+1
2009-06-02mlx4_en renamed en_params.c to en_ethtool.cYevgeny Petrilin2-1/+1
2009-06-02mlx4_en: Moved all module parameters handling to en_main.cYevgeny Petrilin3-60/+54
2009-06-02mlx4_en: Giving interface name in debug messagesYevgeny Petrilin5-156/+159
2009-06-02net_cls: fix unconfigured struct tcf_proto keeps chaining and avoid kernel pa...Minoru Usui1-6/+17
2009-06-02e1000: add missing length check to e1000 receive routineNeil Horman1-2/+3
2009-06-02ipv4: New multicast-all socket optionNivedita Singhvi5-2/+16
2009-06-02net: ipv4/ip_sockglue.c cleanupsEric Dumazet1-37/+36
2009-06-02IPv6: Print error value when skb allocation failsBrian Haley1-4/+4
2009-06-02forcedeth: add phy_power_down parameter, leave phy powered up by default (v2)Ed Swierk1-2/+13
2009-06-02usb: gadget: f_phonet: fix memory allocation sizesRémi Denis-Courmont1-5/+4
2009-06-02f_phonet: no need to check for carrier - scheduler does it internallyRémi Denis-Courmont1-8/+2
2009-06-02f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callbackRémi Denis-Courmont1-1/+1
2009-06-02Phonet: fix accounting race between gprs_writeable() and gprs_xmit()Rémi Denis-Courmont1-2/+3
2009-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller1-6/+0