index
:
pub/scm/linux/kernel/git/snitzer/linux.git
master
Mike Snitzer: dev tree
Mike Snitzer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
devinet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-13
net: Const qualify ctl_tables that kmemdup unconditionally
Joel Granados
1
-1
/
+1
2026-07-30
ipv4: remove unnecessary reset of position pointer
Fernando Fernandez Mancera
1
-3
/
+1
2026-07-21
net: ipv4: clear dev->ip_ptr before destroying inetdev
Yuyang Huang
1
-2
/
+2
2026-06-13
ipv4: handle devconf post-set actions on netlink updates
Fernando Fernandez Mancera
1
-2
/
+27
2026-06-13
ipv4: centralize devconf sysctl handling
Fernando Fernandez Mancera
1
-59
/
+68
2026-03-14
ipv4: validate IPV4_DEVCONF attributes properly
Fernando Fernandez Mancera
1
-10
/
+45
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-5
/
+4
2025-09-03
ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()
Dan Carpenter
1
-4
/
+3
2025-04-16
ipv4: Use nlmsg_payload in devinet file
Breno Leitao
1
-2
/
+2
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
[next]