Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-bit
/
systemd
Public
forked from
adamlaska/systemd
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
systemd
src
network
netdev
netdev.c
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 28, 2022
network: rename netdev kind virtual-wlan -> wlan
Show description for ec4954d
yuwata
committed
ec4954d
View commit details
Copy full SHA for ec4954d
View code at this point
Browse repository at this point
Commits on Mar 18, 2022
strv: make iterator in STRV_FOREACH() declaread in the loop
Show description for de010b0
yuwata
committed
de010b0
View commit details
Copy full SHA for de010b0
View code at this point
Browse repository at this point
Commits on Mar 11, 2022
network: re-design request queue
Show description for 09d0920
yuwata
committed
09d0920
View commit details
Copy full SHA for 09d0920
View code at this point
Browse repository at this point
network: introduce request_call_netlink_async()
Show description for 80d62d4
yuwata
committed
80d62d4
View commit details
Copy full SHA for 80d62d4
View code at this point
Browse repository at this point
network: make request_process_address() and friends take Link and corresponding object
Show description for ff51134
yuwata
committed
ff51134
View commit details
Copy full SHA for ff51134
View code at this point
Browse repository at this point
network: make address_configure() and friends take Request object
Show description for 54ff39f
yuwata
committed
54ff39f
View commit details
Copy full SHA for 54ff39f
View code at this point
Browse repository at this point
Commits on Feb 27, 2022
network: netdev: drop unused creation type NETDEV_CREATE_AFTER_CONFIGURED
yuwata
committed
3d24b0d
View commit details
Copy full SHA for 3d24b0d
View code at this point
Browse repository at this point
Commits on Feb 26, 2022
network: netdev: use netdev_is_stacked() at one more place
yuwata
committed
eae0d01
View commit details
Copy full SHA for eae0d01
View code at this point
Browse repository at this point
Commits on Feb 25, 2022
network: drop unused flag and counter
yuwata
committed
b93ce59
View commit details
Copy full SHA for b93ce59
View code at this point
Browse repository at this point
network: split netdev_create() into two
yuwata
committed
b4d6ae6
View commit details
Copy full SHA for b4d6ae6
View code at this point
Browse repository at this point
network/netdev: drop unused argument
yuwata
committed
c2b19b8
View commit details
Copy full SHA for c2b19b8
View code at this point
Browse repository at this point
network/netdev: do not assign value on failure
yuwata
committed
fef805b
View commit details
Copy full SHA for fef805b
View code at this point
Browse repository at this point
Commits on Feb 23, 2022
network: create stacked netdevs after the underlying link is activated
Show description for 047b999
yuwata
committed
047b999
View commit details
Copy full SHA for 047b999
View code at this point
Browse repository at this point
Commits on Feb 15, 2022
network: add support to create wlan virtual interface
Show description for dedf2d0
yuwata
committed
dedf2d0
View commit details
Copy full SHA for dedf2d0
View code at this point
Browse repository at this point
network: netdev: add flag to skip kind check
Show description for 1d4312d
yuwata
committed
1d4312d
View commit details
Copy full SHA for 1d4312d
View code at this point
Browse repository at this point
network: netdev: use request queue to create independent netdevs
yuwata
committed
5d4a925
View commit details
Copy full SHA for 5d4a925
View code at this point
Browse repository at this point
network: netdev: increment reference counter on request
Show description for efa7b8a
yuwata
committed
efa7b8a
View commit details
Copy full SHA for efa7b8a
View code at this point
Browse repository at this point
network: netdev: make netdev_is_ready_to_create() return negative errno on fatal error
yuwata
committed
d708bc6
View commit details
Copy full SHA for d708bc6
View code at this point
Browse repository at this point
network: rename REQUEST_TYPE_STACKED_NETDEV -> REQUEST_TYPE_NETDEV_STACKED
yuwata
committed
709055d
View commit details
Copy full SHA for 709055d
View code at this point
Browse repository at this point
Commits on Jan 5, 2022
network: split out netdev_create_message(), simplify logging
keszybz
committed
0c50cb5
View commit details
Copy full SHA for 0c50cb5
View code at this point
Browse repository at this point
network: replace detailed netlink append messages with a single generic message
Show description for 5b80ece
keszybz
committed
5b80ece
View commit details
Copy full SHA for 5b80ece
View code at this point
Browse repository at this point
Commits on Dec 12, 2021
network/netdev: introduce .is_ready_to_create() entry in netdev vtable
yuwata
committed
562729d
View commit details
Copy full SHA for 562729d
View code at this point
Browse repository at this point
Commits on Dec 8, 2021
network: call link_check_ready() when all stacked netdevs are created
Show description for bb916f3
yuwata
committed
bb916f3
View commit details
Copy full SHA for bb916f3
View code at this point
Browse repository at this point
Commits on Dec 7, 2021
network/netdev: drop spurious state from the condition to create stacked netdevs
Show description for 543240f
yuwata
committed
543240f
View commit details
Copy full SHA for 543240f
View code at this point
Browse repository at this point
network/netdev: create stacked netdevs after all set-link operations are finished
Show description for f7144e7
yuwata
committed
f7144e7
View commit details
Copy full SHA for f7144e7
View code at this point
Browse repository at this point
network,udev: do not adjust local assignment bit of specified MAC address
Show description for 45aa0e8
yuwata
committed
45aa0e8
View commit details
Copy full SHA for 45aa0e8
View code at this point
Browse repository at this point
Commits on Dec 4, 2021
network/netdev: add support to create IPoIB subinterface
yuwata
committed
b90d0f8
View commit details
Copy full SHA for b90d0f8
View code at this point
Browse repository at this point
network/netdev: generate persistent MAC address when creating netdev interface
Show description for a8ee2b8
yuwata
committed
a8ee2b8
View commit details
Copy full SHA for a8ee2b8
View code at this point
Browse repository at this point
Commits on Nov 28, 2021
network/netdev: make MACAddress= take 'none' to suppress generating persistent hardware address
Show description for aaa5ca5
yuwata
committed
aaa5ca5
View commit details
Copy full SHA for aaa5ca5
View code at this point
Browse repository at this point
network/netdev: move config_parse_netdev_kind() at the end
yuwata
committed
5dcc5b1
View commit details
Copy full SHA for 5dcc5b1
View code at this point
Browse repository at this point
Commits on Nov 26, 2021
network/netdev: verify specified MAC address
Show description for 007899f
yuwata
committed
007899f
View commit details
Copy full SHA for 007899f
View code at this point
Browse repository at this point
network/netdev: use "struct hw_addr_data" to store MAC address
yuwata
committed
5e20e1e
View commit details
Copy full SHA for 5e20e1e
View code at this point
Browse repository at this point
Commits on Nov 9, 2021
network/netdev: sort netdev kinds
yuwata
committed
bc945c2
View commit details
Copy full SHA for bc945c2
View code at this point
Browse repository at this point
network/netdev: reduce indentation
yuwata
committed
28a8cc0
View commit details
Copy full SHA for 28a8cc0
View code at this point
Browse repository at this point
Commits on Aug 31, 2021
network/netdev: append IFLA_INFO_DATA attribute only when it is necessary
yuwata
committed
6771b85
View commit details
Copy full SHA for 6771b85
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.