Gregory Nutt
|
09f4dee6bc
|
All network drivers! Change pre-processor logic that selects the high priority work queue or gives preferential treatment to the high priority work. All network logic must run on the low priority work queue! Or suffer the consequences.
|
2018-11-21 07:57:26 -06:00 |
|
Xiang Xiao
|
f65e7a4097
|
drivers/net/lan91c111.c: Reuse lan91c111_reply for ARP case
|
2018-11-09 09:38:59 -06:00 |
|
Gregory Nutt
|
6d93658ff8
|
Add new configuratin CONFIG_NET_MCASTGROUP. This option is selected automatically if either CONFIG_NET_IGMP or CONFIG_NET_MLD are selected. Most conditional logic based on CONFIG_NET_IGMP replaced with conditioning on CONFIG_NET_MCASTGROUP.
|
2018-10-31 15:03:51 -06:00 |
|
liuzhuang
|
8343f0f55a
|
drivers/net/lan91c111.c: Change MAX_NETDEV_MTU to MAX_NETDEV_PKTSIZE
|
2018-08-28 15:24:02 -06:00 |
|
Xiang Xiao
|
3eb34186b5
|
drivers/net/lan91c111.c: Change loopback_out to devif_loopback
|
2018-08-25 10:25:35 -06:00 |
|
Xiang Xiao
|
149748e4ed
|
drivers/net: drivers/net: Add support for Microchip LAN91C111 driver
|
2018-08-24 11:07:07 -06:00 |
|