chiark / gitweb /
journal-remote: rework fd and writer reference handling
[elogind.git] / src / libsystemd-network /
2014-07-15 Tom Gundersensd-dhcp-client: make request broadcasts opt-in
2014-07-14 Tom Gundersensd-dhcp-server: make gcc happy
2014-07-14 Tom Gundersensd-dhcp6-client: make gcc happy
2014-07-14 Susant Sahaninetworkd: dhcp add vendor class indentifier option 60
2014-07-07 Michal Sekletardhcp-network: make clear that we are ANDing Fragment...
2014-07-07 Michal Sekletardhcp-network: ignore IP packets with More Fragments...
2014-07-07 Michal Sekletardhcp-network: add check for DHCP.chaddr
2014-07-04 Steven Noonannetworkd: don't clear dhcpv6 lease timers if there...
2014-07-02 Tom Gundersensd-dhcp6-client: initialize variable
2014-07-01 Thomas Hindoe Paab... sd-dhcp6-client: check return value
2014-07-01 Eugene Yakubovichnetworkd: send hostname to dhcp server
2014-07-01 Tom Gundersensd-dhcp6-client: fix free before use
2014-06-29 Tom Gundersennetwork-internal: initialize _cleanup_ variable
2014-06-29 Susant Sahaninetowrkd:deserialize_dhcp_routes verify strndup ret
2014-06-29 Tom Gundersensd-dhcp-client: don't fail hard if UDP socket can not...
2014-06-29 Eugene YakubovichAdd support for DHCP static route options
2014-06-29 Patrik Flyktsd-dhcp-client/networkd: set lifetimes for IPv4 addresses
2014-06-29 Tom Gundersennetworkd/sd-dhcp-server: only start dhcp server when...
2014-06-26 Patrik Flyktsd-dhcp6-client: Implement Rapid Commit
2014-06-26 Patrik Flyktsd-dhcp6-client: Implement Renew and Rebind
2014-06-26 Patrik Flyktsd-dhcp6-lease: Add helper function to compute remainin...
2014-06-26 Patrik Flyktsd-dhcp6-client: Add Option Request Option support
2014-06-26 Patrik Flyktsd-icmp6-nd: Add function to stop ongoing ICMPv6 discovery
2014-06-26 Patrik Flyktsd-dhcp6-client: return NULL from _unref() like the...
2014-06-24 Ronny Chevaliersd-dhcp6-client: use %m instead of strerror(errno)
2014-06-24 Tom Gundersensd-dhcp-client: return NULL from _unref() like the...
2014-06-22 Michal Sekletardhcp-network: don't bother with IP fragments
2014-06-21 Tom Gundersensd-dhcp-server: change default lease time form 1m to 1h
2014-06-21 Tom Gundersensd-dhcp-server: fix broadcast of DHCP packets
2014-06-20 Thomas Hindoe Paab... sd-dhcp-server: remove unused cleanup function
2014-06-19 Ronny Chevaliertests: fix test-icmp6-rs
2014-06-19 Ronny Chevaliersd-icmp6-nd: fix uninitialized fd
2014-06-19 Ronny Chevaliersd-dhcp6-client: fix uninitialized variables
2014-06-19 Zbigniew Jędrzejew... sd-dhcp6-client: Initialize fd to -1 and rename function
2014-06-19 Patrik Flyktsd-dhcp6-client: Add reply sending for test
2014-06-19 Patrik Flyktsd-dhcp6-client: Receive and parse a reply and set...
2014-06-19 Patrik Flyktsd-dhcp6-client: Add Advertise sending for test case
2014-06-19 Patrik Flyktsd-dhcp6-client: Add Request message sending
2014-06-19 Patrik Flyktsd-dhcp6-client: Update start function to take a state
2014-06-19 Patrik Flyktsd-dhcp6-client: Add test case for Advertise message...
2014-06-19 Patrik Flyktsd-dhcp6-lease: Add functions for accessing lease and...
2014-06-19 Patrik Flyktsd-dhcp6-client: Receive and parse Advertise messages
2014-06-19 Patrik Flyktsd-dhcp6-client: Add IA Address option parsing
2014-06-19 Patrik Flyktsd-dhcp6-lease: Add DHCPv6 lease handling
2014-06-19 Patrik Flyktsd-dhcp6-client: Add DHCPv6 Solicit test case
2014-06-19 Patrik Flyktsd-dhcp6-client: Add DHCPv6 Solicit message creation...
2014-06-19 Patrik Flyktsd-dhcp6-client: Add functions to bind to DHCPv6 UDP...
2014-06-19 Patrik Flyktsd-dhcp6-client: Add basic DHCPv6 option handling
2014-06-19 Patrik Flyktsd-dhcp6-client: Add DHCPv6 client Solicitation timeout...
2014-06-19 Patrik Flyktsd-dhcp6-client: Add basic DHCPv6 test cases
2014-06-19 Patrik Flyktsd-dhcp6-client: Add DHCPv6 IAID functionality
2014-06-19 Tom Gundersennetwork-internal: split out net_get_name()
2014-06-19 Tom Gundersensd-dhcp6-client: Initialize DUID
2014-06-19 Patrik Flyktsd-icmp6-nd: Add initial Router Advertisement test...
2014-06-19 Patrik Flyktsd-icmp6-nd: Add Router Solicitation and Advertisement...
2014-06-19 Patrik Flyktsd-dhcp6-client: Add initial DHCPv6 client files
2014-06-18 Lennart Poetteringdhcp-server: simplify dhcp server unref call
2014-06-18 Thomas Hindoe Paab... sd-dhcp-client: check return from dhcp_option_append
2014-06-18 Thomas Hindoe Paab... sd-dhcp-server: fix a leak
2014-06-18 Michal Sekletardhcp-network: remove TODO
2014-06-17 Tom Gundersennetworkd: veth - fix memleak
2014-06-17 Tom Gundersensd-dhcp: checksum - make endianess-neutral
2014-06-13 Tom Gundersensd-dhcp-server: test - skip when lacking perms
2014-06-13 Andreas Henrikssonsd-dhcp-client: fix invalid free() in client_send_request()
2014-06-13 Tom Gundersensd-dhcp-server: add RELEASE support
2014-06-13 Tom Gundersensd-dhcp-server: add dummy DECLINE support
2014-06-13 Tom Gundersensd-dhcp-server: track bound leases
2014-06-13 Tom Gundersensd-dhcp-server: add support for clients requesting...
2014-06-13 Tom Gundersensd-dhcp-server: add basic NAK support
2014-06-13 Tom Gundersensd-dhcp-server: add basic REQUEST/ACK support
2014-06-13 Tom Gundersensd-dhcp-server: add basic DISCOVER/OFFER support
2014-06-13 Tom Gundersensd-dhcp-server: add support for sending messages
2014-06-13 Tom Gundersensd-dhcp-server: add support for setting the server...
2014-06-13 Tom Gundersensd-dhcp-server: bind to raw socket for sending
2014-06-13 Tom Gundersensd-dhcp-server: add basic message parsing
2014-06-13 Tom Gundersensd-dhcp-server: add basic message handling and verification
2014-06-13 Tom Gundersensd-dhcp-server: bind to a given interface
2014-06-13 Tom Gundersensd-dhcp-server: add basic functionality for starting...
2014-06-13 Tom Gundersensd-dhcp-server: add basic functionality for creating...
2014-06-13 Tom Gundersendhcp-network: allow UDP socket to listen on any address
2014-06-03 Camilo Aguilarsd-dhcp-client: allways request broadcast
2014-06-02 Tom Gundersennetworkd: drop CAP_SYS_MODULE
2014-05-26 Tom Gundersentest-dhcp-option: fix memleak
2014-05-25 Cristian RodríguezUse %m instead of strerror(errno) where appropiate
2014-05-21 Tom Gundersensd-dhcp-client: factor out dhcp packet allocation
2014-05-21 Tom Gundersensd-dhcp: rely on FIONREAD working
2014-05-21 Tom Gundersensd-dhcp: option_append - support falling back to 'sname...
2014-05-21 Tom Gundersensd-dhcp: make sure we can not fill options so much...
2014-05-20 Tom Gundersendhcp-lease: add support for parsing a few more dhcp...
2014-05-20 Tom Gundersendhcp-lease: refactor lease parsing
2014-05-20 Tom Gundersensd-dhcp: refactor parse_options
2014-05-20 Tom Gundersensd-dhcp: refactor dhcp_option_append
2014-05-19 Tom Gundersensd-dhcp-lease/sd-network: modernization and fix leak
2014-05-19 Tom Gundersensd-dhcp-lease: move in_addr (de)serialization to shared...
2014-05-12 Tom Gundersennetworkd: manager - don't leak kmod context
2014-05-12 Susant Sahaninetworkd: introduce ipip tunnel
2014-05-09 Tom Gundersensd-dhcp-client: improve logging when stopping client
2014-05-07 Tom Gundersensd-network: expose both admin and operational state...
2014-05-06 Tom Gundersensd-dhcp-client: use asynchronous_close()
2014-05-06 Tom Gundersensd-dhcp: network - don't leak sockets on failure
next