提交历史

作者 SHA1 备注 提交日期
  Thomas Keh 7e293b28ee TUN driver: Implement TAP (OSI layer 2) mode. 7 年之前
  Gregory Nutt 1a12682f23 6loWPAN: Fix some MTU-related craziness. 7 年之前
  Gregory Nutt 5fb222180c 6loWPAN: IEEE802.15.4 MAC driver will need a special form of the network device structure to manage fragmentation of the large packet into frames. 7 年之前
  Gregory Nutt 64933246c3 6loWPAN: Tie 6loWPAN send into common socket send logic. 7 年之前
  Gregory Nutt d9e32ee337 6loWPAN: More configurtion settings. 7 年之前
  Gregory Nutt 430b52c977 Networking: Add registration support for integrated ieee80211 wireless drivers. Rename CONFIG_IEEE802154 to CONFIG_WIRELESS_IEEE8021514 following the convention of including the location of the configuration variable as a part of its name. 7 年之前
  Gregory Nutt 7467329a98 Eliminate CONFIG_NO_NOINTS. Lots of files changed -> lots of testing needed. 8 年之前
  Gregory Nutt 2a751068e6 Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err(). 8 年之前
  Gregory Nutt 43eb04bb8f Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 8 年之前
  Gregory Nutt f4fcdcdb4d net/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 8 年之前
  Gregory Nutt e99301d7c2 Rename *lldbg to *llerr 8 年之前
  Gregory Nutt fdddebbffd net/: Finish IEEE802154->6LOWPAN renaming; remove PF_IEEE804154; Move 6LoWPAN menu to inside Internet Protocol Menu 8 年之前
  Gregory Nutt 2f28ca86c2 Clean up some naming; rename net/ieee802154 to net/6lowpan 8 年之前
  Gregory Nutt 8db55f6493 Back out most of previous commit 8 年之前
  Gregory Nutt 0b441ff1f4 net/: Add basic IEEE 802.15-4 socket support 8 年之前
  Gregory Nutt e4e6181098 net/: IEEE 802.15-4 basic build build structure. 8 年之前
  Gregory Nutt 6209c51206 net/: More clean-up of spacing/alignment issues 9 年之前
  Saehie ParK e6dbd3d903 Networking: Fix network device name assignment logic for the case of the local loopback device. There is only one local loopback network device and it is unnumbered 9 年之前
  Gregory Nutt 933d74e5c1 Networking: With these changes, I can ping the local loopback device from the simulator 9 年之前
  Gregory Nutt e21501c699 Merge remote-tracking branch 'origin/master' into localhost 9 年之前
  Gregory Nutt 569ff602ea Networking: Remove bogus references to PPP as a link layer protocol 9 年之前
  Gregory Nutt ea2fafb024 Add definitions to support a local loopback link layer 9 年之前
  Gregory Nutt 33085cb309 Networking: The network device list was protected by a re-entrant semaphore. With the recent change to support network device callback, the network stack needs to access the network device list too. Some drivers, however, run the network stack from the interrupt level -- this is bad but a fact in the current state. Of course,those drivers are unable to take the semaphore and will assert. 9 年之前
  Gregory Nutt e81f279315 Networking: Modify event list handling: Now there are two event lists each device structure: (1) One is for ARP and ICMP data related evetns, the other is for device related events. Callback allocation/free routines no accept a device paramter as well as a list: If the device paramter is added, then the callback goes into both the connection-related liast AND the device event list. Thus each socket type can received both custom data-related events as well as common device related events. 9 年之前
  Gregory Nutt 8ecb84ed89 Improve icmp handling if MULTINIC enabled. From Max Neklyudov 9 年之前
  Gregory Nutt 21d6e41032 Add TUN device. From Max Neklyudov 9 年之前
  Gregory Nutt 5c13722416 Networking: Improve the network device registration logic. When multiple link types are used, modify how each interface number is assigned to the device name by incrementing the device number individually for each interface link type. From Max Neklyudov. 9 年之前
  Gregory Nutt 55d94b6748 Unix domain: With these changes I can build a system with no link layer enabled, only Unix domain sockets 9 年之前
  Gregory Nutt c250c97186 Unix domain: More fixed to build without Ethernet or Slip 9 年之前
  Gregory Nutt aec4528882 Cosmetic standardization of some naming in comments 9 年之前