summaryrefslogtreecommitdiffstats
path: root/net/ipv4/devinet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski2024-06-051-1/+1
* ipv4: correctly iterate over the target netns in inet_dump_ifaddr()Alexander Mikhalitsyn2024-05-301-1/+1
* ipv4: Fix address dump when IPv4 is disabled on an interfaceIdo Schimmel2024-05-281-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-141-3/+10
|\
| * inet: fix inet_fill_ifaddr() flags truncationEric Dumazet2024-05-131-3/+10
* | net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-3/+2
* | inet: use call_rcu_hurry() in inet_free_ifa()Eric Dumazet2024-04-291-1/+6
* | sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
|/
* netlink: let core handle error cases in dump operationsEric Dumazet2024-03-081-4/+0
* inet: use xa_array iterator to implement inet_dump_ifaddr()Eric Dumazet2024-03-011-58/+37
* inet: prepare inet_base_seq() to run without RTNLEric Dumazet2024-03-011-1/+1
* inet: annotate data-races around ifa->ifa_flagsEric Dumazet2024-03-011-9/+13
* inet: annotate data-races around ifa->ifa_preferred_lftEric Dumazet2024-03-011-8/+8
* inet: annotate data-races around ifa->ifa_valid_lftEric Dumazet2024-03-011-8/+8
* inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstampEric Dumazet2024-03-011-10/+13
* inet: use xa_array iterator to implement inet_netconf_dump_devconf()Eric Dumazet2024-02-291-58/+43
* inet: do not use RTNL in inet_netconf_get_devconf()Eric Dumazet2024-02-291-12/+15
* inet: annotate devconf data-racesEric Dumazet2024-02-291-10/+11
* ipv4: properly combine dev_base_seq and ipv4.dev_addr_genidEric Dumazet2024-02-181-4/+17
* net: ipv4: fix one memleak in __inet_del_ifa()Liu Jian2023-09-081-5/+5
* Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-301-1/+2
|\
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-161-1/+2
* | IPv4: add extack info for IPv4 address add/deleteHangbin Liu2023-08-211-3/+20
|/
* net: ipv4: Allow changing IPv4 address protocolPetr Machata2023-03-231-0/+3
* net: devinet: Reduce refcount before grace periodEric Dumazet2022-11-301-9/+10
* net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima2022-08-241-6/+10
* net: rename reference+tracking helpersJakub Kicinski2022-06-101-2/+2
* Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251-1/+1
|\
| * memcg: accounting for objects allocated for new netdeviceVasily Averin2022-05-051-1/+1
* | random32: use real rng for non-deterministic randomnessJason A. Donenfeld2022-05-181-3/+1
|/
* net: Add new protocol attribute to IP addressesJacques de Laval2022-02-191-0/+7
* ipv4: add net device refcount tracker to struct in_deviceEric Dumazet2021-12-071-2/+2
* net: return correct error codeliuguoqiang2021-11-151-1/+1
* net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood2021-11-021-0/+4
* net: add extack arg for link opsRocco Yue2021-08-041-2/+3
* net: socket: remove register_gifconfArnd Bergmann2021-07-231-3/+1
* net: ipv4: add capability check for net administrationYang Yang2021-07-201-3/+7
* memcg: enable accounting for IP address and routing-related objectsVasily Averin2021-07-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-191-1/+1
|\
| * net: ipv4: Remove unneed BUG() functionZheng Yongjun2021-06-081-1/+1
* | rtnetlink: avoid RCU read lock when holding RTNLCong Wang2021-05-101-2/+2
|/
* ipv6: report errors for iftoken via netlink extackStephen Hemminger2021-04-081-1/+2
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* net: ipv4: remove redundant initialization in inet_rtm_deladdrMenglong Dong2020-11-111-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-011-0/+1
|\
| * devinet: fix memleak in inetdev_init()Yang Yingliang2020-05-311-0/+1
* | netns: enable to inherit devconf from current netnsNicolas Dichtel2020-05-161-5/+18
* | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-281-6/+3
|\ \ | |/ |/|
| * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-6/+3
* | net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi2020-04-091-4/+9
|/