aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger
2007-10-10[NET]: Make the loopback device per network namespace.Eric W. Biederman
2007-10-10[IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_devEric W. Biederman
2007-10-10[IPV4]: Remove unnecessary test for the loopback device from inetdev_destroyEric W. Biederman
2007-10-10[NET]: Add network namespace clone & unshare support.Eric W. Biederman
2007-10-10[NET]: Fix running without sysfsEric W. Biederman
2007-10-10[CCID3]: Remove ifdef surrounding BUG_ONArnaldo Carvalho de Melo
2007-10-10[DCCP]: Reduce the number of writable statesGerrit Renker
2007-10-10[DCCP]: Factor out common code for generating ResetsGerrit Renker
2007-10-10[DCCP]: Sequence number wrap-around when sending resetGerrit Renker
2007-10-10[DCCP]: Rate-limit DCCP-SyncsGerrit Renker
2007-10-10[DCCP]: Remove duplicate code for Reset from connected socketGerrit Renker
2007-10-10[DCCP]: Add Support for Data 1 .. 3 fields of Reset packetsGerrit Renker
2007-10-10[DCCP]: Add FIXME for send_delayed_ackGerrit Renker
2007-10-10[CCID3]: Move NULL-protection into functionGerrit Renker
2007-10-10[DCCP]: Send Reset upon Sync in state REQUESTGerrit Renker
2007-10-10[BLUETOOTH]: Make hidp_setup_input() return intWANG Cong
2007-10-10[TCP] MIB: Count FRTO's successfully detected spurious RTOsIlpo Järvinen
2007-10-10[TCP]: Reordered ACK's (old) SACKs not included to discarded MIBIlpo Järvinen
2007-10-10[TCP]: Re-place highest_sack check to a more robust positionIlpo Järvinen
2007-10-10[DCCP]: Parameter renamingGerrit Renker
2007-10-10[DCCP]: Fix Reset/Sync-Flood BugGerrit Renker
2007-10-10[DCCP]: Shorten variable names in dccp_check_seqnoGerrit Renker
2007-10-10[DCCP]: Simplify interface of dccp_sample_rttGerrit Renker
2007-10-10[DCCP]: Provide 10s of microsecond timesourceGerrit Renker
2007-10-10[DCCP]: Reuse ktime_get_real() calls againGerrit Renker
2007-10-10[MAC80211]: rename ieee80211_cfg.h to cfg.hMichael Wu
2007-10-10[MAC80211]: kill vlan_idJohannes Berg
2007-10-10[MAC80211]: kill IE parse typedefJohannes Berg
2007-10-10[MAC80211]: rename ieee80211_cfg.c to cfg.cJohannes Berg
2007-10-10[MAC80211]: print out wiphy name instead of master deviceJohannes Berg
2007-10-10[MAC80211]: fix warnings introduced by the doc patchesJohannes Berg
2007-10-10[MAC80211]: remove key threshold stuffJohannes Berg
2007-10-10[MAC80211]: allow drivers to indicate failed FCS/PLCP checksumJohannes Berg
2007-10-10[MAC80211]: Add support for setting TX power and radio statusMichael Buesch
2007-10-10[IEEE80211]: Fix softmac lockdep reports.Johannes Berg
2007-10-10[NET_SCHED]: explict hold dev tx lockJamal Hadi Salim
2007-10-10[NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano
2007-10-10[NL80211]: add netlink interface to cfg80211Johannes Berg
2007-10-10[TCP]: Avoid clearing sacktag hint in trivial situationsIlpo Järvinen
2007-10-10[TCP]: Enable SACK enhanced FRTO (RFC4138) by defaultIlpo Järvinen
2007-10-10[TCP] FRTO: Improve interoperability with other undo_marker usersIlpo Järvinen
2007-10-10[TCP]: Cleanup tcp_tso_acked and tcp_clean_rtx_queueIlpo Järvinen
2007-10-10[TCP]: Move accounting from tso_acked to clean_rtx_queueIlpo Järvinen
2007-10-10[TCP]: clear_all_retrans_hints prefixed by tcp_Ilpo Järvinen
2007-10-10[TCP]: Make fackets_out accurateIlpo Järvinen
2007-10-10[TCP]: Maintain highest_sack accurately to the highest skbIlpo Järvinen
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO.Rick Jones
2007-10-10[NETNS]: Cleanup list walking in setup_net and cleanup_netPavel Emelyanov