summaryrefslogtreecommitdiff
path: root/net/ipv4/devinet.c
AgeCommit message (Expand)Author
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
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-11-10net: ipv4: remove redundant initialization in inet_rtm_deladdrMenglong Dong
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-30devinet: fix memleak in inetdev_init()Yang Yingliang
2020-05-16netns: enable to inherit devconf from current netnsNicolas Dichtel
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-09net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi
2020-03-12inet: Use fallthrough;Joe Perches
2019-12-07inet: protect against too small mtu values.Eric Dumazet
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-01ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce
2019-06-27net: ipv4: fix infinite loop on secondary addr promotionFlorian Westphal
2019-06-24ipv4: fix confirm_addr_indev() when enable route_localnetShijie Luo
2019-06-24ipv4: fix inet_select_addr() when enable route_localnetShijie Luo
2019-06-17net: ipv4: remove erroneous advancement of list pointerFlorian Westphal
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-04net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal
2019-06-02devinet: use in_dev_for_each_ifa_rcu in more placesFlorian Westphal
2019-06-02net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-03-04net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann
2019-01-22net: introduce a knob to control whether to inherit devconf configCong Wang
2019-01-19net: ipv4: netconf: perform strict checks also for doit handlersJakub Kicinski