aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh64 (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger11-44/+40
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger19-70/+63
2007-10-10[NET]: Remove no longer relevant comment in loopback driver.David S. Miller1-1/+0
2007-10-10[NET]: Make the loopback device per network namespace.Eric W. Biederman13-45/+64
2007-10-10[IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_devEric W. Biederman3-6/+10
2007-10-10[IPV4]: Remove unnecessary test for the loopback device from inetdev_destroyEric W. Biederman1-2/+0
2007-10-10[NET]: Dynamically allocate the per cpu counters for the loopback device.Eric W. Biederman1-4/+28
2007-10-10[NET]: Add network namespace clone & unshare support.Eric W. Biederman6-5/+83
2007-10-10[NET]: Fix running without sysfsEric W. Biederman3-23/+20
2007-10-10[CCID3]: Remove ifdef surrounding BUG_ONArnaldo Carvalho de Melo1-4/+0
2007-10-10[DCCP]: Reduce the number of writable statesGerrit Renker1-1/+1
2007-10-10[DCCP]: Factor out common code for generating ResetsGerrit Renker4-66/+65
2007-10-10[DCCP]: Sequence number wrap-around when sending resetGerrit Renker2-2/+2
2007-10-10[DCCP]: Rate-limit DCCP-SyncsGerrit Renker6-9/+39
2007-10-10[DCCP]: Remove duplicate code for Reset from connected socketGerrit Renker1-59/+19
2007-10-10[DCCP]: Add Support for Data 1 .. 3 fields of Reset packetsGerrit Renker2-9/+19
2007-10-10[DCCP]: Add FIXME for send_delayed_ackGerrit Renker2-1/+1
2007-10-10[CCID3]: Move NULL-protection into functionGerrit Renker2-31/+24
2007-10-10[DCCP]: Send Reset upon Sync in state REQUESTGerrit Renker1-5/+3
2007-10-10[BLUETOOTH]: Make hidp_setup_input() return intWANG Cong1-4/+7
2007-10-10[TCP] MIB: Count FRTO's successfully detected spurious RTOsIlpo Järvinen3-0/+3
2007-10-10[TCP]: Reordered ACK's (old) SACKs not included to discarded MIBIlpo Järvinen1-1/+6
2007-10-10[TCP]: Re-place highest_sack check to a more robust positionIlpo Järvinen1-4/+4
2007-10-10[DCCP]: Parameter renamingGerrit Renker1-4/+6
2007-10-10[DCCP]: Fix Reset/Sync-Flood BugGerrit Renker1-3/+11
2007-10-10[DCCP]: Shorten variable names in dccp_check_seqnoGerrit Renker1-23/+17
2007-10-10[DCCP]: Simplify interface of dccp_sample_rttGerrit Renker3-34/+19
2007-10-10[DCCP]: Provide 10s of microsecond timesourceGerrit Renker4-1/+26
2007-10-10[DCCP]: Reuse ktime_get_real() calls againGerrit Renker1-23/+16
2007-10-10[MAC80211]: rename ieee80211_cfg.h to cfg.hMichael Wu3-5/+5
2007-10-10[MAC80211]: kill vlan_idJohannes Berg2-3/+0
2007-10-10[MAC80211]: kill IE parse typedefJohannes Berg1-4/+3
2007-10-10[MAC80211]: rename ieee80211_cfg.c to cfg.cJohannes Berg2-1/+1
2007-10-10[MAC80211]: print out wiphy name instead of master deviceJohannes Berg6-17/+19
2007-10-10[MAC80211]: remove tx info sw_retry_attempt memberJohannes Berg1-3/+0
2007-10-10[MAC80211]: fix warnings introduced by the doc patchesJohannes Berg1-0/+6
2007-10-10[MAC80211]: yet more documentationJohannes Berg1-49/+149
2007-10-10[MAC80211]: remove IEEE80211_CONF_SSID_HIDDENJohannes Berg1-2/+1
2007-10-10[MAC80211]: remove key threshold stuffJohannes Berg8-68/+3
2007-10-10[MAC80211]: allow drivers to indicate failed FCS/PLCP checksumJohannes Berg2-3/+35
2007-10-10[LIBERTAS]: fix oops on the blackfin architectureVladimir Davydov1-3/+5
2007-10-10[LIBERTAS]: fix oops on the blackfin architectureVladimir Davydov1-2/+4
2007-10-10[LIBERTAS]: fix interrupts in CF driverRyan Mallon1-14/+19
2007-10-10[LIBERTAS]: set dnld_sent correctly for CF partsRyan Mallon1-1/+2
2007-10-10[B43LEGACY]: Change the hardware radio enable logic and cleanup codeLarry Finger4-34/+25
2007-10-10[B43LEGACY]: Support for turning the radio off from software.Larry Finger4-19/+61
2007-10-10[B43]: Support for turning the radio off from software.Michael Buesch3-13/+63
2007-10-10[B43]: Remove the "radio hw enabled" message on startup.Michael Buesch1-3/+3
2007-10-10[MAC80211]: Add support for setting TX power and radio statusMichael Buesch2-2/+39
2007-10-10[IEEE80211]: Fix softmac lockdep reports.Johannes Berg7-17/+25