Commit Graph

525 Commits

Author SHA1 Message Date
Alexander Krotov
140d614f13 wifi: (fixes #2307) reset m_receivedAtLeastOneAmpdu regardless of ACK policy 2016-02-24 17:40:04 +01:00
Natale Patriciello
de92108217 internet: (fixes #1783) BytesInFlight conforms to RFC 4898
Thanks to Alexander Krotov for a first version of this patch
Thanks to Lynne Salameh for testing
2016-02-23 09:47:50 +01:00
Sébastien Deronne
0d925018c5 wifi: (fixes #2297) 802.11n/ac backward compatible with legacy 2016-02-23 00:30:01 +01:00
Dean Armstrong
d5b0f28006 wifi: (fixes #1205) Make EDCA more standard compliant 2016-02-23 00:29:03 +01:00
Alexander Krotov
1adf40e98f wifi: (fixes #2303) Cleanup wifi mac queue before returning its size 2016-02-23 00:28:42 +01:00
Natale Patriciello
68956f1799 Updating RELEASE_NOTES 2016-02-22 17:01:56 +01:00
Sébastien Deronne
f85e4941af wifi: (fixes #2224) Replace m_ampduExist flag by a map of flags keyed on recipient address 2016-02-22 10:58:12 +01:00
Sébastien Deronne
551b03a3bf wifi: (fixes #2120) 802.11g backward compatible with 802.11b 2016-02-17 22:40:00 +01:00
Sébastien Deronne
75160cd286 wifi: (fixes #2292) Uninitialized variables since commit 7c60a9f8f271 2016-02-16 23:06:50 +01:00
Saswat K. Mishra
7ff01476a3 Internet: Add IPv6 NDISC Static Entries 2016-02-14 16:54:05 +01:00
Lynne Salameh
b830a39aa6 network: (fixes #2293) RED queue estimator optimization 2016-02-11 21:39:49 +01:00
Tommaso Pecorella
d9898e63d6 internet: (fixes #2288) Ipv4 broadcast/multicast packets are sent on all the interfaces 2016-02-07 22:50:01 +01:00
Tommaso Pecorella
377821fd56 internet: Add non-standard Link Down Attribute to RIPng.
The new attribute allows to set Link Down values greater than 16.
2016-02-07 22:32:10 +01:00
Sébastien Deronne
3d672f79c7 Update RELEASE_NOTES 2016-02-06 08:53:08 +01:00
Tommaso Pecorella
3892ea96b6 flow-monitor: (fixes #2287) FlowMonitor is confused by IP over IP 2016-02-05 01:03:57 +01:00
Tommaso Pecorella
c63f0e286c internet: (fixes #2273) WeakEs model should be enforced in Static and Global routing 2016-02-03 22:14:12 +01:00
Tommaso Pecorella
e766af3114 internet: (fixes #2279) Ipv[4,6]L3Protocol::GetInterfaceForDevice speedup.
Huge thanks to Christian Kreuzberger <s4ko88@gmail.com> for the suggestions and the tests.
2016-02-03 21:41:30 +01:00
Tommaso Pecorella
b68cfde5b4 network: (fixes #2266) NixRouting info are not copied during a packet fragmentation. 2016-02-03 21:37:41 +01:00
Tommaso Pecorella
65056f8897 nix-vector-routing: (fixes #2252) Nix needs StaticRouting to work.
NixVectorRouting doesn't need anymore to be used along with StaticRouting.
2016-02-03 21:35:37 +01:00
Matt
75f98f9b27 network: (fixes #2286) Support for SLL header (de)serialization 2016-02-03 21:32:43 +01:00
Natale Patriciello
8582e9e08a [BUG 2247] Disabled Fast Retransmit after RTO 2016-01-22 16:28:47 +01:00
Natale Patriciello
d17168bc7e [BUG 2068] Timestamp option conforms to RFC 7323 2016-01-22 16:15:58 +01:00
Natale Patriciello
d3198a5795 [BUG 2262] Corrected initial ssthresh value 2016-01-22 15:18:33 +01:00
Natale Patriciello
83665ea6ff [BUG 2258] Discarded segments should not update options and rtt 2016-01-22 14:57:10 +01:00
Tommaso Pecorella
a355c05f3c Bug 2272 - SixLowPan NetDevice can not send uncompressed packets larger than 802.15.4 MTU 2016-01-20 00:33:47 +01:00
Sébastien Deronne
7a51324391 Bug 2267: Wrong channel bandwidth value in pcap files 2016-01-16 12:08:46 +01:00
Tom Henderson
28da75bb0b bug 2259: GSL not successfully enabled for WiFi DSSS error rate model 2016-01-14 14:30:52 -08:00
Tommaso Pecorella
1df9c0d077 Bug 2257 - Ipv[4,6]InterfaceContainer::Add are not consistent 2016-01-11 21:11:54 +01:00
Tommaso Pecorella
27b963750e Bug 2255 - Ipv6RawSocket does not call data sent callbacks. 2016-01-09 15:28:21 +01:00
Tommaso Pecorella
5fcbe1f353 Bug 2254 - Ipv[4,6]RawSocket can return the wrong number of bytes sent. 2016-01-09 15:27:52 +01:00
Mohit P. Tahiliani
5cb339106e Bug 2246 - Some DSR LogComponents and classes are not defined in a unique way 2015-12-19 23:55:00 +01:00
Tommaso Pecorella
39c0ae9b95 Fix empty commit in changeset 11785 2015-12-18 00:58:59 +01:00
Natale Patriciello
676f94a9ac Updated RELEASE_NOTES 2015-12-17 12:44:25 +01:00
Tanmay Kathpalia
72891ce064 Bug 2242 - Mobility of both sender PHY and receiver PHY set to sender mobility in lr-wpan-phy-test.cc example. 2015-12-06 01:58:53 +01:00
Tommaso Pecorella
4caca50be2 Bug 2234 - Ipv6L3Protocol should trash multicast packets not interesting for the node 2015-12-03 00:35:35 +01:00
Tommaso Pecorella
cabc869263 Bug 2233 - Implement RFC 1222 - Strong End System Model 2015-12-02 23:37:23 +01:00
Tommaso Pecorella
8a65a4b9bd Bug 2238 - Ipv6 routing reorganization 2015-12-02 23:33:58 +01:00
Sébastien Deronne
8f8f8acc07 Bug 2193: Simulation fails when transmitting very small MPDU subframes 2015-11-27 09:46:34 +01:00
Sébastien Deronne
4b99141022 Bug 2201: Simulation fails when active probing is used in 802.11n/ac with channel bonding enabled 2015-11-22 22:51:53 +01:00
Tommaso Pecorella
8523d63420 IPv6 IsAll[Nodes,Routers]Multicast scope fixes 2015-11-21 18:08:59 +01:00
Tommaso Pecorella
509cd1b7df Deprecate Ipv6Address::IsAllHostsMulticast() 2015-11-21 17:59:27 +01:00
Alexander Krotov
564ea8dbf8 Bug 2211 - Ipv{4,6}EndPoint can cause memory corruption 2015-11-15 19:11:04 +01:00
Tommaso Pecorella
7a1e9cfb7f Bug 2219 - SixLowPanNetDevice hangs trying to decode a IPv6 Fragment extension header 2015-11-14 23:23:35 +01:00
Tommaso Pecorella
bed9c0569b Update RELEASE_NOTES 2015-11-09 22:34:41 +01:00
Sébastien Deronne
7cc8b40f88 Bug 2176 - Building IPv4 address from char* doesn't look reliable 2015-11-07 23:37:44 +01:00
Tommaso Pecorella
c0e874e0d3 Bug 2208 - Interface index based L4 protocols 2015-11-07 18:30:30 +01:00
Tommaso Pecorella
79982e8cf4 Print node ID and time when printing routing tables 2015-11-06 23:09:19 +01:00
Tommaso Pecorella
355b210734 Bug 1761 - Rounding with olsr::EmfToSeconds 2015-10-31 22:36:02 +01:00
Natale Patriciello
989e0c00a5 Release notes and changes updated for Hybla and HighSpeed 2015-10-28 12:06:25 +01:00
Sébastien Deronne
3b17193ef8 Bug 2185 [wifi] - WiFi MacLow may respond to errored frames that it should ignore 2015-10-27 21:17:29 +01:00