summaryrefslogtreecommitdiff
path: root/net/ipv4/devinet.c
Commit message (Expand)AuthorAgeFilesLines
* 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-091-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-041-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-181-0/+7
* ipv4: add net device refcount tracker to struct in_deviceEric Dumazet2021-12-061-2/+2
* net: return correct error codeliuguoqiang2021-11-151-1/+1
* net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood2021-11-011-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-181-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-101-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-0/+1
|\
| * devinet: fix memleak in inetdev_init()Yang Yingliang2020-05-301-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
|/
* inet: Use fallthrough;Joe Perches2020-03-121-3/+3
* inet: protect against too small mtu values.Eric Dumazet2019-12-071-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-0/+8
|\
| * ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce2019-07-011-0/+8
* | net: ipv4: fix infinite loop on secondary addr promotionFlorian Westphal2019-06-271-1/+2
* | ipv4: fix confirm_addr_indev() when enable route_localnetShijie Luo2019-06-241-2/+8
* | ipv4: fix inet_select_addr() when enable route_localnetShijie Luo2019-06-241-1/+5
* | net: ipv4: remove erroneous advancement of list pointerFlorian Westphal2019-06-171-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\ \ | |/
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal2019-06-041-1/+1
* | net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-021-31/+57
* | devinet: use in_dev_for_each_ifa_rcu in more placesFlorian Westphal2019-06-021-8/+19
* | net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal2019-06-021-15/+16
|/
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-12/+15
* net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann2019-03-041-1/+3
* net: introduce a knob to control whether to inherit devconf configCong Wang2019-01-221-23/+20
* net: ipv4: netconf: perform strict checks also for doit handlersJakub Kicinski2019-01-191-4/+39
* netlink: fixup regression in RTM_GETADDRArthur Gautier2019-01-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-2/+3
|\
| * net: Allow class-e address assignment via ifconfig ioctlDave Taht2018-12-141-2/+3
* | net: core: dev: Add extack argument to dev_change_flags()Petr Machata2018-12-061-1/+1
|/
* net/{ipv4,ipv6}: Do not put target net if input nsid is invalidBjørn Mork2018-10-251-0/+1