]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/core/netif.c
Fixed typo in previous commit.
[pes-rpp/rpp-lwip.git] / src / core / netif.c
2012-08-17 Ivan DelamerFixed typo in previous commit.
2012-08-17 Ivan DelamerAdd a "NULL" output function for ipv6 by default, to...
2011-11-22 goldsimonfixed bug #34684: Clear the arp table cache when netif...
2011-08-24 Simon Goldschmidtadded netif remove callback (bug #32397)
2011-08-24 Simon Goldschmidtfixed bug #34121 netif_add/netif_set_ipaddr fail on...
2011-06-07 goldsimonMoved static variable from inside the function to globa...
2011-05-25 goldsimonCombined IPv4 and IPv6 code where possible, added defin...
2011-05-17 goldsimon... and finally, we got a first working version of...
2010-03-15 goldsimonFixed compiler warning when LWIP_SNMP==0
2010-03-08 goldsimontask #10241 (AutoIP: don't break existing connections...
2010-02-21 goldsimonMoved stack-internal parts of tcp.h to tcp_impl.h,...
2010-02-15 goldsimonLink status does not depend on LWIP_NETIF_LINK_CALLBACK...
2010-02-14 goldsimonFixed bug #28877 (Duplicate ARP gratuitous packet with...
2010-02-12 goldsimonnetif_set_link_up/down: only do something if the link...
2010-02-09 goldsimonFixed compilation for NO_SYS==1
2010-02-09 goldsimonFor loopback packets, adjust the stats- and snmp-counte...
2010-02-09 goldsimontask #10153 (Integrate loopif into netif.c) - loopif...
2010-02-04 goldsimonReplaced struct ip_addr by typedef ip_addr_t to make...
2010-02-04 goldsimonUse macros defined in ip_addr.h (some of them new)...
2010-01-31 goldsimonDon't call the link-callback from netif_set_up/down...
2010-01-14 goldsimonUsing typedefs for function prototypes and -pointers...
2010-01-10 goldsimonFixed bug #28248 (netif_remove doesn't call netif callb...
2010-01-10 goldsimonMinor coding style changes, added assertion
2010-01-09 goldsimonInlined netif_is_up() and netif_is_link_up() as defines...
2009-11-22 goldsimonFixed usage of logging levels (bug #27948: Incorrect...
2009-08-24 stoklundThe DHCP client should enter the REBOOTING state when...
2009-08-24 stoklundDon't use an AutoIP-configured address on a new network...
2009-07-09 fbernonminor changes: typos and coding style
2009-05-12 goldsimonfixed bug #26507: "Gratuitous ARP depends on arp_table...
2009-04-29 fbernonnetif.c: minor, fix a warning
2008-06-19 goldsimonFixed includes in netif.c, removed loop_cnt_max member...
2008-06-17 goldsimonChanged loopback code (less difference between NO_SYS...
2008-06-12 goldsimonChecked in slightly modified version of patch # 6370...
2007-10-09 goldsimonForgot two explicit initializations...
2007-10-09 goldsimonChanged initialization: many init functions are not...
2007-09-09 fbernonigmp.h, igmp.c, netif.h, netif.c, ip.c: To enable to...
2007-09-07 fbernonMinor changes (but in lot of files): add #if/#endif...
2007-09-03 fbernonChanges for "#20503 IGMP Improvement". Initialize igmp_...
2007-09-03 fbernonReplace "netif_default = NULL;" by "netif_set_default...
2007-08-29 fbernonigmp.h, igmp.c, tcpip.c, init.c, netif.c: change igmp_i...
2007-08-25 fbernonnetif.h, netif.c: Integrate "patch #6163 : Function...
2007-08-22 fbernonnetif.h, netif.c, opt.h: Rename LWIP_NETIF_CALLBACK...
2007-08-09 fbernonComments Fix for Doxygen documentation
2007-08-08 jgrubbAdd NETIF_LINK_CALLBACK into the netif_set_link_up...
2007-07-13 fbernonopt.h, netif.h, netif.c, ethernetif.c: Add new configur...
2007-07-02 goldsimonAdded option LWIP_NETIF_HWADDRHINT (default=off) to...
2007-06-16 goldsimonFixed bug #20180 (TCP pcbs listening on IP_ADDR_ANY...
2007-06-09 fbernonContrib module by Dominik Spies: autoip.h, autoip.c...
2007-06-07 goldsimonDone some work on task #1549 (function documentation)
2007-03-30 fbernonFix on NETIF_FLAG_ETHARP test (test inverted)
2007-03-30 fbernonmost of files: prefix all debug.h define with "LWIP_...
2007-03-28 fbernonnetif.h, netif.c: A new NETIF_FLAG_ETHARP flag is defin...
2007-03-26 goldsimonRemove warning in netif_add(): "converting from 's16...
2007-03-21 kieranm * netif.c, netif.h: Apply patch#4197 with some change...
2006-11-28 christiaansIn netif_add() fixed clearing of ip_addr, netmask,...
2006-09-07 christiaansFixed compilation for LWIP_SNMP 0.
2006-09-01 christiaansChanged index structs to mib_list_node structs to place...
2006-07-14 christiaansAdded SNMP statistics to struct netif and changed SNMP...
2005-11-25 christiaansIntroduced cc.h formatters and removed SO_REUSE from...
2004-07-21 softinsChanged debug statements to use the tidier ip4_addrN...
2004-06-30 likewiseAdded netif up/down basics.
2004-05-03 likewiseSome updates on "gratuitious ARP" from RFC3220. Cleanup...
2004-03-12 likewiseFix cyclic dependencies by careful re-ordering of ...
2004-03-04 likewiseMatched interface documentation for netif_add() API...
2004-02-20 lukemremoved redundant redeclaration of tcp_active_pcbs...
2004-02-16 likewiseApplied Ian Wienand's patches (4-2-2004). Was partly...
2004-02-07 likewiseMerged from DEVEL, except for the API change in etharp.c.
2004-02-06 likewiseApplied alias.diff by Ian Wienand on lwip-devel on...
2003-12-28 uid67528Merged from DEVEL. etharp prepared for queueing feature...
2003-11-14 likewiseMerged from DEVEL into main tree.
2003-06-11 likewiseApplied patch #1596 fixing wrongly cast LWIP_DEBUGF...
2003-06-10 kieranmChanged DEBUGF to LWIP_DEBUGF
2003-06-09 likewiseFixed a multi-line comment.
2003-06-09 likewiseReplaced all tabs with two spaces (regardless of indent...
2003-06-09 likewiseMore precise comments on address change.
2003-05-27 janifix warning
2003-05-01 likewiseMajor stylo search/replace for "One space between keywo...
2003-04-15 janiobsolete PCB handling only active when TCP is enabled
2003-04-15 likewiseChanged netif name formatting from %s to %c%c.
2003-04-11 likewiseAll debug messages now show actual config _after_ setti...
2003-04-09 likewiseEnabled code to abort/replace TCP pcbs upon netif addre...
2003-04-08 likewiseAdded (non-active) code handling pcbs upon changing...
2003-04-03 likewisePrint debug message before actually changing netif...
2003-04-01 likewiseFixed ip_addr_set() to deal with IP_ADDR_ANY. Added...
2003-04-01 likewiseetharp_query() has error return type now. Matched dhcp...
2003-03-31 likewiseDocumentation changes. Added missing trailing newlines...
2003-03-25 likewiseAdded documentation and comments.
2003-03-24 likewiseForgot #if LWIP_DHCP around netif->dhcp = NULL;
2003-03-24 likewiseInitialized netif->dhcp to NULL.
2003-03-13 likewiseAdded source comments.
2003-03-07 janifactor out netif_set_addr so address of netif can be...
2003-02-21 janibyte-order handling functions are in inet.c now and...
2003-02-20 janimake netif->init return err_t instead of void.Patch...
2003-02-11 janifix doxygen comment for netif_add
2003-02-10 likewiseSNMP functions are now unconditionally called and defin...
2003-02-06 davidhaasAdd the following features and bugfixes:
2003-01-08 likewiseUpdated lwIP module copyright years to include 2003...
2002-10-19 likewiseInitial revision