summaryrefslogtreecommitdiff
path: root/net/ipv4/devinet.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+10
2024-05-13inet: fix inet_fill_ifaddr() flags truncationEric Dumazet1-3/+10
2024-05-03net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-3/+2
2024-04-29inet: use call_rcu_hurry() in inet_free_ifa()Eric Dumazet1-1/+6
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-1/+1
2024-03-08netlink: let core handle error cases in dump operationsEric Dumazet1-4/+0
2024-03-01inet: use xa_array iterator to implement inet_dump_ifaddr()Eric Dumazet1-58/+37
2024-03-01inet: prepare inet_base_seq() to run without RTNLEric Dumazet1-1/+1
2024-03-01inet: annotate data-races around ifa->ifa_flagsEric Dumazet1-9/+13
2024-03-01inet: annotate data-races around ifa->ifa_preferred_lftEric Dumazet1-8/+8
2024-03-01inet: annotate data-races around ifa->ifa_valid_lftEric Dumazet1-8/+8
2024-03-01inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstampEric Dumazet1-10/+13
2024-02-29inet: use xa_array iterator to implement inet_netconf_dump_devconf()Eric Dumazet1-58/+43
2024-02-29inet: do not use RTNL in inet_netconf_get_devconf()Eric Dumazet1-12/+15
2024-02-29inet: annotate devconf data-racesEric Dumazet1-10/+11
2024-02-18ipv4: properly combine dev_base_seq and ipv4.dev_addr_genidEric Dumazet1-4/+17
2023-09-08net: ipv4: fix one memleak in __inet_del_ifa()Liu Jian1-5/+5
2023-08-30Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+2
2023-08-21IPv4: add extack info for IPv4 address add/deleteHangbin Liu1-3/+20
2023-08-16networking: Update to register_net_sysctl_szJoel Granados1-1/+2
2023-03-23net: ipv4: Allow changing IPv4 address protocolPetr Machata1-0/+3
2022-12-01net: devinet: Reduce refcount before grace periodEric Dumazet1-9/+10
2022-08-24net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima1-6/+10
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-2/+2
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld1-3/+1
2022-05-05memcg: accounting for objects allocated for new netdeviceVasily Averin1-1/+1
2022-02-19net: Add new protocol attribute to IP addressesJacques de Laval1-0/+7
2021-12-07ipv4: add net device refcount tracker to struct in_deviceEric Dumazet1-2/+2
2021-11-15net: return correct error codeliuguoqiang1-1/+1
2021-11-02net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood1-0/+4
2021-08-04net: add extack arg for link opsRocco Yue1-2/+3
2021-07-23net: socket: remove register_gifconfArnd Bergmann1-3/+1
2021-07-20net: ipv4: add capability check for net administrationYang Yang1-3/+7
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin1-1/+1
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-08net: ipv4: Remove unneed BUG() functionZheng Yongjun1-1/+1
2021-05-11rtnetlink: avoid RCU read lock when holding RTNLCong Wang1-2/+2
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger1-1/+2
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-1/+1
2020-11-11net: ipv4: remove redundant initialization in inet_rtm_deladdrMenglong Dong1-2/+1
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-05-31devinet: fix memleak in inetdev_init()Yang Yingliang1-0/+1
2020-05-16netns: enable to inherit devconf from current netnsNicolas Dichtel1-5/+18
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann1-6/+3
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-6/+3
2020-04-09net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi1-4/+9
2020-03-13inet: Use fallthrough;Joe Perches1-3/+3
2019-12-07inet: protect against too small mtu values.Eric Dumazet1-5/+0
2019-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8