aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [DCCP]: Remove duplicate code for Reset from connected socketGerrit Renker2007-10-101-59/+19
* [DCCP]: Add Support for Data 1 .. 3 fields of Reset packetsGerrit Renker2007-10-101-1/+13
* [DCCP]: Add FIXME for send_delayed_ackGerrit Renker2007-10-102-1/+1
* [CCID3]: Move NULL-protection into functionGerrit Renker2007-10-102-31/+24
* [DCCP]: Send Reset upon Sync in state REQUESTGerrit Renker2007-10-101-5/+3
* [BLUETOOTH]: Make hidp_setup_input() return intWANG Cong2007-10-101-4/+7
* [TCP] MIB: Count FRTO's successfully detected spurious RTOsIlpo Järvinen2007-10-102-0/+2
* [TCP]: Reordered ACK's (old) SACKs not included to discarded MIBIlpo Järvinen2007-10-101-1/+6
* [TCP]: Re-place highest_sack check to a more robust positionIlpo Järvinen2007-10-101-4/+4
* [DCCP]: Parameter renamingGerrit Renker2007-10-101-4/+6
* [DCCP]: Fix Reset/Sync-Flood BugGerrit Renker2007-10-101-3/+11
* [DCCP]: Shorten variable names in dccp_check_seqnoGerrit Renker2007-10-101-23/+17
* [DCCP]: Simplify interface of dccp_sample_rttGerrit Renker2007-10-103-34/+19
* [DCCP]: Provide 10s of microsecond timesourceGerrit Renker2007-10-104-1/+26
* [DCCP]: Reuse ktime_get_real() calls againGerrit Renker2007-10-101-23/+16
* [MAC80211]: rename ieee80211_cfg.h to cfg.hMichael Wu2007-10-103-5/+5
* [MAC80211]: kill vlan_idJohannes Berg2007-10-102-3/+0
* [MAC80211]: kill IE parse typedefJohannes Berg2007-10-101-4/+3
* [MAC80211]: rename ieee80211_cfg.c to cfg.cJohannes Berg2007-10-102-1/+1
* [MAC80211]: print out wiphy name instead of master deviceJohannes Berg2007-10-106-17/+19
* [MAC80211]: fix warnings introduced by the doc patchesJohannes Berg2007-10-101-0/+6
* [MAC80211]: remove key threshold stuffJohannes Berg2007-10-108-68/+3
* [MAC80211]: allow drivers to indicate failed FCS/PLCP checksumJohannes Berg2007-10-101-3/+29
* [MAC80211]: Add support for setting TX power and radio statusMichael Buesch2007-10-102-2/+39
* [IEEE80211]: Fix softmac lockdep reports.Johannes Berg2007-10-106-17/+23
* [NET_SCHED]: explict hold dev tx lockJamal Hadi Salim2007-10-101-17/+2
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-1014-50/+50
* [NL80211]: add netlink interface to cfg80211Johannes Berg2007-10-107-2/+653
* [TCP]: Avoid clearing sacktag hint in trivial situationsIlpo Järvinen2007-10-102-10/+16
* [TCP]: Enable SACK enhanced FRTO (RFC4138) by defaultIlpo Järvinen2007-10-101-1/+1
* [TCP] FRTO: Improve interoperability with other undo_marker usersIlpo Järvinen2007-10-101-15/+27
* [TCP]: Cleanup tcp_tso_acked and tcp_clean_rtx_queueIlpo Järvinen2007-10-101-36/+30
* [TCP]: Move accounting from tso_acked to clean_rtx_queueIlpo Järvinen2007-10-101-46/+35
* [TCP]: clear_all_retrans_hints prefixed by tcp_Ilpo Järvinen2007-10-102-8/+8
* [TCP]: Make fackets_out accurateIlpo Järvinen2007-10-102-25/+29
* [TCP]: Maintain highest_sack accurately to the highest skbIlpo Järvinen2007-10-101-0/+7
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-1031-321/+381
* [TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO.Rick Jones2007-10-102-5/+12
* [NETNS]: Cleanup list walking in setup_net and cleanup_netPavel Emelyanov2007-10-101-8/+4
* [SCTP]: Tie ADD-IP and AUTH functionality as required by spec.Vlad Yasevich2007-10-101-1/+12
* [SCTP]: API updates to suport SCTP-AUTH extensions.Vlad Yasevich2007-10-104-0/+547
* [SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich2007-10-106-12/+362
* [SCTP]: Enable the sending of the AUTH chunk.Vlad Yasevich2007-10-103-27/+155
* [SCTP]: Implete SCTP-AUTH parameter processingVlad Yasevich2007-10-104-4/+219
* [SCTP]: Implement SCTP-AUTH initializations.Vlad Yasevich2007-10-105-0/+133
* [SCTP]: Implement SCTP-AUTH internalsVlad Yasevich2007-10-103-1/+749
* [IPV4]: Add ICMPMsgStats MIB (RFC 4293)David L Stevens2007-10-105-78/+108
* [IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]David L Stevens2007-10-107-62/+94
* [NET]: all net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-102-2/+2
* [IPV4] af_inet.c: use ARRAY_SIZE macro from kernel.h insteadDenis Cheng2007-10-101-1/+1