index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
devinet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-03
net: switch to netif_disable_lro in inetdev_init
Stanislav Fomichev
1
-1
/
+1
2025-02-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2025-02-11
netlink: support dumping IPv4 multicast addresses
Yuyang Huang
1
-14
/
+63
2025-02-06
ipv4: use RCU protection in inet_select_addr()
Eric Dumazet
1
-1
/
+2
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
1
-2
/
+1
2024-10-29
ipv4: Convert devinet_ioctl to per-netns RTNL.
Kuniyuki Iwashima
1
-2
/
+2
2024-10-29
ipv4: Convert devinet_ioctl() to per-netns RTNL except for SIOCSIFFLAGS.
Kuniyuki Iwashima
1
-8
/
+9
2024-10-29
ipv4: Convert devinet_sysctl_forward() to per-netns RTNL.
Kuniyuki Iwashima
1
-3
/
+3
2024-10-29
ipv4: Convert check_lifetime() to per-netns RTNL.
Kuniyuki Iwashima
1
-4
/
+5
2024-10-29
ipv4: Convert RTM_DELADDR to per-netns RTNL.
Kuniyuki Iwashima
1
-9
/
+15
2024-10-29
ipv4: Use per-netns RTNL helpers in inet_rtm_newaddr().
Kuniyuki Iwashima
1
-4
/
+4
2024-10-29
ipv4: Convert RTM_NEWADDR to per-netns RTNL.
Kuniyuki Iwashima
1
-10
/
+18
2024-10-29
ipv4: Don't allocate ifa for 0.0.0.0 in inet_rtm_newaddr().
Kuniyuki Iwashima
1
-8
/
+9
2024-10-29
ipv4: Factorise RTM_NEWADDR validation to inet_validate_rtm().
Kuniyuki Iwashima
1
-35
/
+44
2024-10-23
ipv4: Switch inet_addr_hash() to less predictable hash.
Kuniyuki Iwashima
1
-1
/
+1
2024-10-22
rtnetlink: Return int from rtnl_af_register().
Kuniyuki Iwashima
1
-1
/
+2
2024-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-10
/
+25
2024-10-15
ipv4: Use rtnl_register_many().
Kuniyuki Iwashima
1
-7
/
+11
2024-10-11
ipv4: give an IPv4 dev to blackhole_netdev
Xin Long
1
-10
/
+25
2024-10-09
ipv4: Retire global IPv4 hash table inet_addr_lst.
Kuniyuki Iwashima
1
-10
/
+0
2024-10-09
ipv4: Namespacify IPv4 address GC.
Kuniyuki Iwashima
1
-14
/
+18
2024-10-09
ipv4: Use per-netns hash table in inet_lookup_ifaddr_rcu().
Kuniyuki Iwashima
1
-3
/
+2
2024-10-09
ipv4: Link IPv4 address to per-netns hash table.
Kuniyuki Iwashima
1
-3
/
+19
2024-08-23
ipv4: delete redundant judgment statements
Li Zetao
1
-4
/
+2
2024-08-15
ip: Move INFINITY_LIFE_TIME to addrconf.h.
Kuniyuki Iwashima
1
-2
/
+0
2024-08-15
ipv4: Initialise ifa->hash in inet_alloc_ifa().
Kuniyuki Iwashima
1
-3
/
+3
2024-08-15
ipv4: Remove redundant !ifa->ifa_dev check.
Kuniyuki Iwashima
1
-2
/
+1
2024-08-15
ipv4: Set ifa->ifa_dev in inet_alloc_ifa().
Kuniyuki Iwashima
1
-15
/
+15
2024-08-15
ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).
Kuniyuki Iwashima
1
-4
/
+2
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-3
/
+3
2024-06-05
rtnetlink: make the "split" NLM_DONE handling generic
Jakub Kicinski
1
-1
/
+1
2024-05-29
ipv4: correctly iterate over the target netns in inet_dump_ifaddr()
Alexander Mikhalitsyn
1
-1
/
+1
2024-05-27
ipv4: Fix address dump when IPv4 is disabled on an interface
Ido Schimmel
1
-2
/
+3
2024-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+10
2024-05-13
inet: fix inet_fill_ifaddr() flags truncation
Eric Dumazet
1
-3
/
+10
2024-05-03
net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-3
/
+2
2024-04-29
inet: use call_rcu_hurry() in inet_free_ifa()
Eric Dumazet
1
-1
/
+6
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
1
-1
/
+1
2024-03-07
netlink: let core handle error cases in dump operations
Eric Dumazet
1
-4
/
+0
2024-03-01
inet: use xa_array iterator to implement inet_dump_ifaddr()
Eric Dumazet
1
-58
/
+37
2024-03-01
inet: prepare inet_base_seq() to run without RTNL
Eric Dumazet
1
-1
/
+1
2024-03-01
inet: annotate data-races around ifa->ifa_flags
Eric Dumazet
1
-9
/
+13
2024-03-01
inet: annotate data-races around ifa->ifa_preferred_lft
Eric Dumazet
1
-8
/
+8
2024-03-01
inet: annotate data-races around ifa->ifa_valid_lft
Eric Dumazet
1
-8
/
+8
2024-03-01
inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstamp
Eric Dumazet
1
-10
/
+13
2024-02-28
inet: use xa_array iterator to implement inet_netconf_dump_devconf()
Eric Dumazet
1
-58
/
+43
2024-02-28
inet: do not use RTNL in inet_netconf_get_devconf()
Eric Dumazet
1
-12
/
+15
2024-02-28
inet: annotate devconf data-races
Eric Dumazet
1
-10
/
+11
2024-02-18
ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid
Eric Dumazet
1
-4
/
+17
2023-09-08
net: ipv4: fix one memleak in __inet_del_ifa()
Liu Jian
1
-5
/
+5
[next]