]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/network.c
licensing: Add missing headers and FSF address
[mirror_lxc.git] / src / lxc / network.c
2013-09-03 Stéphane Graberlicensing: Add missing headers and FSF address
2013-05-07 Dwight Engencoverity: fix potential dereference NULL returned from...
2013-04-16 Dwight Engenfortify: minor cleanups for unused variables, stricter...
2013-03-19 Daniel LezcanoChange author email address
2013-02-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-01-09 Stéphane GraberReplace all reference to ushort by unsigned short
2012-12-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-11-12 Stéphane GraberMerge the liblxc API work by Serge Hallyn.
2012-07-31 Serge Hallynswitch all sprintfs which can overrun to snprintfs
2011-11-10 Greg Kurzlxc: fix erroneous includes
2011-08-30 Matthijs Kooijmanadd autodetection of the gateway address
2011-08-30 Matthijs Kooijman.gateway configuration
2011-03-22 Michael Santosnetwork: ensure interface name is NULL terminated
2011-03-07 Daniel Lezcanorename physical device to the original name
2011-03-07 Daniel Lezcanofactor out networking configuration code
2011-02-06 Daniel Lezcanofix broadcast compution
2010-06-07 Daniel Lezcanofix return code
2010-06-07 Daniel Lezcanofix ipv6 acast / mcast restriction
2010-05-18 Daniel Lezcanosupport ipv4 broadcast specification
2010-04-29 Michel Normandlxc: remove unused lxc_bridge_detach
2010-04-29 Michel Normandlxc: remove perror call in nl.c (V2)
2010-02-25 Daniel Lezcanofix function prototype implementation
2010-02-25 Daniel Lezcanodelete network devices by index
2010-01-20 Michel Normandlxc: typo white space src/lxc/network.c
2009-12-28 Daniel Lezcanoadd macvlan vepa and bridge mode
2009-12-15 Jamal Hadi SalimAdd VLAN support in config
2009-10-09 Daniel LezcanoFactor out some network code
2009-10-09 Daniel LezcanoUse the configuration structure for the network
2009-03-26 Daniel Lezcanoset the mtu before attaching to the bridge
2009-03-26 Daniel Lezcanochange the api to export the network functions
2009-03-22 Daniel Lezcanoset mtu for netdev
2009-03-22 Takano RyouseiAdd lxc.network.mtu configuration (resend)
2008-10-04 dlezcanoReplace asprintf by snprintf
2008-09-04 dlezcanoJoined liblxc and lxc directory