aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/devinet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-05-30devinet: 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/git/viro/vfsDaniel 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-12inet: Use fallthrough;Joe Perches1-3/+3
2019-12-07inet: protect against too small mtu values.Eric Dumazet1-5/+0
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2019-07-01ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce1-0/+8
2019-06-27net: ipv4: fix infinite loop on secondary addr promotionFlorian Westphal1-1/+2
2019-06-24ipv4: fix confirm_addr_indev() when enable route_localnetShijie Luo1-2/+8
2019-06-24ipv4: fix inet_select_addr() when enable route_localnetShijie Luo1-1/+5
2019-06-17net: ipv4: remove erroneous advancement of list pointerFlorian Westphal1-2/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-04net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal1-1/+1
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal1-31/+57
2019-06-02devinet: use in_dev_for_each_ifa_rcu in more placesFlorian Westphal1-8/+19
2019-06-02net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal1-15/+16
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-12/+15
2019-03-04net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann1-1/+3
2019-01-22net: introduce a knob to control whether to inherit devconf configCong Wang1-23/+20
2019-01-19net: ipv4: netconf: perform strict checks also for doit handlersJakub Kicinski1-4/+39
2019-01-04netlink: fixup regression in RTM_GETADDRArthur Gautier1-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2018-12-14net: Allow class-e address assignment via ifconfig ioctlDave Taht1-2/+3
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata1-1/+1
2018-10-25net/{ipv4,ipv6}: Do not put target net if input nsid is invalidBjørn Mork1-0/+1
2018-10-24net/ipv4: Put target net when address dump fails due to bad attributesDavid Ahern1-5/+8
2018-10-22net/ipv4: Add support for dumping addresses for a specific deviceDavid Ahern1-5/+23
2018-10-22net/ipv4: Move loop over addresses on a device into in_dev_dump_addrDavid Ahern1-15/+34
2018-10-08net: Update netconf dump handlers for strict data checkingDavid Ahern1-3/+19
2018-10-08net/ipv4: Update inet_dump_ifaddr for strict data checkingDavid Ahern1-11/+61
2018-10-08net: Add extack to nlmsg_parseDavid Ahern1-4/+5
2018-09-05ipv4: add inet_fill_argsChristian Brauner1-15/+33
2018-09-05ipv4: enable IFA_TARGET_NETNSID for RTM_GETADDRChristian Brauner1-8/+30
2018-07-29route: add support for directed broadcast forwardingXin Long1-0/+11
2018-05-29net/ipv4: Add support for specifying metric of connected routesDavid Ahern1-0/+15
2018-01-29ipv4: Get the address of interface correctly.Tonghao Zhang1-0/+4
2018-01-24devinet_ioctl(): take copyin/copyout to callerAl Viro1-26/+15
2018-01-24net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro1-7/+9
2017-12-13ipv4: igmp: guard against silly MTU valuesEric Dumazet1-1/+1
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern1-3/+5
2017-10-18ipv4: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-10-16net: core: rcu-ify rtnl af_opsFlorian Westphal1-2/+2
2017-09-21net: avoid a full fib lookup when rp_filter is disabled.Paolo Abeni1-12/+18
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-4/+4
2017-07-01net: convert in_device.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-09Ipvlan should return an error when an address is already in use.Krister Johansen1-0/+33