summaryrefslogtreecommitdiff
path: root/net/ipv4/devinet.c
AgeCommit message (Expand)Author
2024-10-11ipv4: give an IPv4 dev to blackhole_netdevXin Long
2024-08-23ipv4: delete redundant judgment statementsLi Zetao
2024-08-15ip: Move INFINITY_LIFE_TIME to addrconf.h.Kuniyuki Iwashima
2024-08-15ipv4: Initialise ifa->hash in inet_alloc_ifa().Kuniyuki Iwashima
2024-08-15ipv4: Remove redundant !ifa->ifa_dev check.Kuniyuki Iwashima
2024-08-15ipv4: Set ifa->ifa_dev in inet_alloc_ifa().Kuniyuki Iwashima
2024-08-15ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).Kuniyuki Iwashima
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-06-05rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski
2024-05-29ipv4: correctly iterate over the target netns in inet_dump_ifaddr()Alexander Mikhalitsyn
2024-05-27ipv4: Fix address dump when IPv4 is disabled on an interfaceIdo Schimmel
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-13inet: fix inet_fill_ifaddr() flags truncationEric Dumazet
2024-05-03net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-29inet: use call_rcu_hurry() in inet_free_ifa()Eric Dumazet
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
2024-03-07netlink: let core handle error cases in dump operationsEric Dumazet
2024-03-01inet: use xa_array iterator to implement inet_dump_ifaddr()Eric Dumazet
2024-03-01inet: prepare inet_base_seq() to run without RTNLEric Dumazet
2024-03-01inet: annotate data-races around ifa->ifa_flagsEric Dumazet
2024-03-01inet: annotate data-races around ifa->ifa_preferred_lftEric Dumazet
2024-03-01inet: annotate data-races around ifa->ifa_valid_lftEric Dumazet
2024-03-01inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstampEric Dumazet
2024-02-28inet: use xa_array iterator to implement inet_netconf_dump_devconf()Eric Dumazet
2024-02-28inet: do not use RTNL in inet_netconf_get_devconf()Eric Dumazet
2024-02-28inet: annotate devconf data-racesEric Dumazet
2024-02-18ipv4: properly combine dev_base_seq and ipv4.dev_addr_genidEric Dumazet
2023-09-08net: ipv4: fix one memleak in __inet_del_ifa()Liu Jian
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-21IPv4: add extack info for IPv4 address add/deleteHangbin Liu
2023-08-15networking: Update to register_net_sysctl_szJoel Granados
2023-03-23net: ipv4: Allow changing IPv4 address protocolPetr Machata
2022-11-30net: devinet: Reduce refcount before grace periodEric Dumazet
2022-08-24net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld
2022-05-04memcg: accounting for objects allocated for new netdeviceVasily Averin
2022-02-18net: Add new protocol attribute to IP addressesJacques de Laval
2021-12-06ipv4: add net device refcount tracker to struct in_deviceEric Dumazet
2021-11-15net: return correct error codeliuguoqiang
2021-11-01net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood
2021-08-04net: add extack arg for link opsRocco Yue
2021-07-23net: socket: remove register_gifconfArnd Bergmann
2021-07-20net: ipv4: add capability check for net administrationYang Yang
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-08net: ipv4: Remove unneed BUG() functionZheng Yongjun
2021-05-10rtnetlink: avoid RCU read lock when holding RTNLCong Wang
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger