aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-23sctp: Update max.burst implementationVlad Yasevich5-23/+58
2009-11-23sctp: Turn the enum socket options into definesVlad Yasevich1-82/+43
2009-11-23sctp: Remove useless last_time_used variableVlad Yasevich4-15/+5
2009-11-23sctp: remove deprecated SCTP_GET_*_OLD stuffsAmerigo Wang3-345/+0
2009-11-23sctp: allow setting path_maxrxt independent of SPP_PMTUD_ENABLEAndrei Pelinescu-Onciul1-4/+3
2009-11-23sctp: Update SWS avaoidance receiver side algorithmVlad Yasevich6-4/+30
2009-11-23sctp: Select a working primary during sctp_connectx()Vlad Yasevich2-0/+8
2009-11-23sctp: Fix malformed "Invalid Stream Identifier" errorVlad Yasevich3-10/+19
2009-11-23sctp: implement the sender side for SACK-IMMEDIATELY extensionWei Yongjun3-1/+22
2009-11-23sctp: implement the receiver side for SACK-IMMEDIATELY extensionWei Yongjun1-2/+6
2009-11-23sctp: implement definition for SACK-IMMEDIATELY extensionWei Yongjun1-0/+1
2009-11-23ixgbe: Only set/clear VFE in ixgbe_set_rx_modeAlexander Duyck1-8/+10
2009-11-23ixgbe: Use rx buffer length from rx ring for configuring rscctlMallikarjuna R Chilakala1-4/+4
2009-11-23ixgbe: Modify 82599 HWRSC statistics countersMallikarjuna R Chilakala3-8/+24
2009-11-23be2net: remove BUG_ON() when be2net runs out of mccq wrbsSathya Perla1-4/+85
2009-11-23be2net: Fix cleanup path in be_probe()Sathya Perla1-4/+12
2009-11-23be2net: Issue fw_init/clean cmds to fwSathya Perla3-16/+87
2009-11-23be2net: Fix rx_drops_no_fragments stat being incorrectly indexedSathya Perla1-1/+2
2009-11-23be2net: support configuration of 64 multicast addresses instead of 32Sathya Perla4-17/+55
2009-11-23net/ipv4: Move && and || to end of previous lineJoe Perches12-72/+73
2009-11-22net: Fix missing kernel-doc notationJaswinder Singh Rajput1-1/+1
2009-11-21e1000e: update Tx Unit hang detection messageBruce Allan2-8/+39
2009-11-21e1000e: cosmetic - group local variables of the same typeBruce Allan3-16/+9
2009-11-21e1000e: remove redundant might_sleep()Bruce Allan1-2/+0
2009-11-21e1000e: do not error out on identification LED init failureBruce Allan3-9/+6
2009-11-21e1000e: set pm_qos DMA latency requirement per interface when neededBruce Allan1-19/+28
2009-11-21e1000e: cleanup functions that clear hardware statisticsBruce Allan4-123/+116
2009-11-21e1000e: cleanup - shift indentation left by exiting early in e1000_tsoBruce Allan1-54/+50
2009-11-21e1000e: set bools to true/false instead of 1/0Bruce Allan5-28/+30
2009-11-21e1000e: provide comment for 82571 workaroundBruce Allan1-0/+7
2009-11-21e1000e: remove comments regarding a non-existent api moduleBruce Allan2-31/+8
2009-11-21e1000e: update copyright informationBruce Allan11-12/+12
2009-11-21e1000e: cleanup ops function pointersBruce Allan8-203/+201
2009-11-21e1000e: consolidate two dbug macros into one simpler oneBruce Allan8-206/+183
2009-11-21e1000e: cleanup redundant #include'sBruce Allan5-19/+1
2009-11-21e1000e: Incorrect MII Link beat reporting.Bruce Allan1-0/+2
2009-11-21e1000e: disable K1 on PCH LOM when in PHY loopback modeBruce Allan3-2/+6
2009-11-21e1000e: improper return code signageBruce Allan1-1/+1
2009-11-21e1000e: link reporting problemsBruce Allan1-0/+11
2009-11-21e1000e: don't clean Rx ring while resettingBruce Allan1-1/+1
2009-11-21e1000e: function pointers for ethtool set/get offloadsBruce Allan1-0/+2
2009-11-21e1000e: clearing interrupt timers causes descriptors to get flushedBruce Allan1-2/+0
2009-11-21e1000e: add missing tests for 82583 in ethtool functionsBruce Allan1-1/+4
2009-11-21e1000e: check WoL mode is among set of supported modesBruce Allan1-5/+4
2009-11-21tcp: Don't make syn cookies initial setting depend on CONFIG_SYSCTLDavid S. Miller1-7/+1
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet11-20/+20
2009-11-20be2net: Patch to flash redboot section while firmware update.Sarveshwar Bandi4-0/+67
2009-11-20netxen: remove PCI IDs of CNA deviceAmit Kumar Salecha1-6/+0
2009-11-20igb: Add full support for 82580 devicesAlexander Duyck5-3/+193
2009-11-20igb: add support for 82580 MACAlexander Duyck7-42/+299