index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
devinet.c
Age
Commit message (
Expand
)
Author
2025-02-06
ipv4: use RCU protection in inet_select_addr()
Eric Dumazet
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
[next]