开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
devinet.c
Age
Commit message (
Expand
)
Author
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
2024-10-29
ipv4: Convert devinet_ioctl to per-netns RTNL.
Kuniyuki Iwashima
2024-10-29
ipv4: Convert devinet_ioctl() to per-netns RTNL except for SIOCSIFFLAGS.
Kuniyuki Iwashima
2024-10-29
ipv4: Convert devinet_sysctl_forward() to per-netns RTNL.
Kuniyuki Iwashima
2024-10-29
ipv4: Convert check_lifetime() to per-netns RTNL.
Kuniyuki Iwashima
2024-10-29
ipv4: Convert RTM_DELADDR to per-netns RTNL.
Kuniyuki Iwashima
2024-10-29
ipv4: Use per-netns RTNL helpers in inet_rtm_newaddr().
Kuniyuki Iwashima
2024-10-29
ipv4: Convert RTM_NEWADDR to per-netns RTNL.
Kuniyuki Iwashima
2024-10-29
ipv4: Don't allocate ifa for 0.0.0.0 in inet_rtm_newaddr().
Kuniyuki Iwashima
2024-10-29
ipv4: Factorise RTM_NEWADDR validation to inet_validate_rtm().
Kuniyuki Iwashima
2024-10-23
ipv4: Switch inet_addr_hash() to less predictable hash.
Kuniyuki Iwashima
2024-10-22
rtnetlink: Return int from rtnl_af_register().
Kuniyuki Iwashima
2024-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2024-10-15
ipv4: Use rtnl_register_many().
Kuniyuki Iwashima
2024-10-11
ipv4: give an IPv4 dev to blackhole_netdev
Xin Long
2024-10-09
ipv4: Retire global IPv4 hash table inet_addr_lst.
Kuniyuki Iwashima
2024-10-09
ipv4: Namespacify IPv4 address GC.
Kuniyuki Iwashima
2024-10-09
ipv4: Use per-netns hash table in inet_lookup_ifaddr_rcu().
Kuniyuki Iwashima
2024-10-09
ipv4: Link IPv4 address to per-netns hash table.
Kuniyuki Iwashima
2024-08-23
ipv4: delete redundant judgment statements
Li Zetao
2024-08-15
ip: Move INFINITY_LIFE_TIME to addrconf.h.
Kuniyuki Iwashima
2024-08-15
ipv4: Initialise ifa->hash in inet_alloc_ifa().
Kuniyuki Iwashima
2024-08-15
ipv4: Remove redundant !ifa->ifa_dev check.
Kuniyuki Iwashima
2024-08-15
ipv4: Set ifa->ifa_dev in inet_alloc_ifa().
Kuniyuki Iwashima
2024-08-15
ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).
Kuniyuki Iwashima
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-06-05
rtnetlink: make the "split" NLM_DONE handling generic
Jakub Kicinski
2024-05-29
ipv4: correctly iterate over the target netns in inet_dump_ifaddr()
Alexander Mikhalitsyn
2024-05-27
ipv4: Fix address dump when IPv4 is disabled on an interface
Ido Schimmel
2024-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-13
inet: fix inet_fill_ifaddr() flags truncation
Eric Dumazet
2024-05-03
net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2024-04-29
inet: use call_rcu_hurry() in inet_free_ifa()
Eric Dumazet
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
2024-03-07
netlink: let core handle error cases in dump operations
Eric Dumazet
2024-03-01
inet: use xa_array iterator to implement inet_dump_ifaddr()
Eric Dumazet
2024-03-01
inet: prepare inet_base_seq() to run without RTNL
Eric Dumazet
2024-03-01
inet: annotate data-races around ifa->ifa_flags
Eric Dumazet
2024-03-01
inet: annotate data-races around ifa->ifa_preferred_lft
Eric Dumazet
2024-03-01
inet: annotate data-races around ifa->ifa_valid_lft
Eric Dumazet
2024-03-01
inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstamp
Eric Dumazet
2024-02-28
inet: use xa_array iterator to implement inet_netconf_dump_devconf()
Eric Dumazet
2024-02-28
inet: do not use RTNL in inet_netconf_get_devconf()
Eric Dumazet
2024-02-28
inet: annotate devconf data-races
Eric Dumazet
2024-02-18
ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid
Eric Dumazet
2023-09-08
net: ipv4: fix one memleak in __inet_del_ifa()
Liu Jian
2023-08-29
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2023-08-21
IPv4: add extack info for IPv4 address add/delete
Hangbin Liu
2023-08-15
networking: Update to register_net_sysctl_sz
Joel Granados
2023-03-23
net: ipv4: Allow changing IPv4 address protocol
Petr Machata
[next]