aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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ärvinen2-0/+2
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]: fix warnings introduced by the doc patchesJohannes Berg1-0/+6
2007-10-10[MAC80211]: remove key threshold stuffJohannes Berg8-68/+3
2007-10-10[MAC80211]: allow drivers to indicate failed FCS/PLCP checksumJohannes Berg1-3/+29
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 Berg6-17/+23
2007-10-10[NET_SCHED]: explict hold dev tx lockJamal Hadi Salim1-17/+2
2007-10-10[NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano14-50/+50
2007-10-10[NL80211]: add netlink interface to cfg80211Johannes Berg7-2/+653
2007-10-10[TCP]: Avoid clearing sacktag hint in trivial situationsIlpo Järvinen2-10/+16
2007-10-10[TCP]: Enable SACK enhanced FRTO (RFC4138) by defaultIlpo Järvinen1-1/+1
2007-10-10[TCP] FRTO: Improve interoperability with other undo_marker usersIlpo Järvinen1-15/+27
2007-10-10[TCP]: Cleanup tcp_tso_acked and tcp_clean_rtx_queueIlpo Järvinen1-36/+30
2007-10-10[TCP]: Move accounting from tso_acked to clean_rtx_queueIlpo Järvinen1-46/+35
2007-10-10[TCP]: clear_all_retrans_hints prefixed by tcp_Ilpo Järvinen2-8/+8
2007-10-10[TCP]: Make fackets_out accurateIlpo Järvinen2-25/+29
2007-10-10[TCP]: Maintain highest_sack accurately to the highest skbIlpo Järvinen1-0/+7
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches31-321/+381
2007-10-10[TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO.Rick Jones2-5/+12
2007-10-10[NETNS]: Cleanup list walking in setup_net and cleanup_netPavel Emelyanov1-8/+4
2007-10-10[SCTP]: Tie ADD-IP and AUTH functionality as required by spec.Vlad Yasevich1-1/+12
2007-10-10[SCTP]: API updates to suport SCTP-AUTH extensions.Vlad Yasevich4-0/+547
2007-10-10[SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich6-12/+362
2007-10-10[SCTP]: Enable the sending of the AUTH chunk.Vlad Yasevich3-27/+155
2007-10-10[SCTP]: Implete SCTP-AUTH parameter processingVlad Yasevich4-4/+219
2007-10-10[SCTP]: Implement SCTP-AUTH initializations.Vlad Yasevich5-0/+133
2007-10-10[SCTP]: Implement SCTP-AUTH internalsVlad Yasevich3-1/+749
2007-10-10[IPV4]: Add ICMPMsgStats MIB (RFC 4293)David L Stevens5-78/+108
2007-10-10[IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]David L Stevens7-62/+94
2007-10-10[NET]: all net/ cleanup with ARRAY_SIZEDenis Cheng2-2/+2
2007-10-10[IPV4] af_inet.c: use ARRAY_SIZE macro from kernel.h insteadDenis Cheng1-1/+1
2007-10-10[NETLINK]: the temp variable name max is ambiguousDenis Cheng1-6/+6
2007-10-10[NETLINK]: use the macro min(x,y) provided by <linux/kernel.h> insteadDenis Cheng1-1/+1
2007-10-10[SKBUFF]: Fix up csum_start when head room changesHerbert Xu1-10/+8
2007-10-10[NETLINK]: Avoid pointer in netlink_run_queueHerbert Xu6-13/+15