summaryrefslogtreecommitdiffstats
path: root/net/ipv4/devinet.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-091-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-181-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1Star
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* | 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-031-31/+57
* | devinet: use in_dev_for_each_ifa_rcu in more placesFlorian Westphal2019-06-031-8/+19
* | net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal2019-06-031-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/+20Star
* 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-151-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-261-0/+1
* net/ipv4: Put target net when address dump fails due to bad attributesDavid Ahern2018-10-241-5/+8
* net/ipv4: Add support for dumping addresses for a specific deviceDavid Ahern2018-10-231-5/+23
* net/ipv4: Move loop over addresses on a device into in_dev_dump_addrDavid Ahern2018-10-231-15/+34
* net: Update netconf dump handlers for strict data checkingDavid Ahern2018-10-081-3/+19
* net/ipv4: Update inet_dump_ifaddr for strict data checkingDavid Ahern2018-10-081-11/+61
* net: Add extack to nlmsg_parseDavid Ahern2018-10-081-4/+5
* ipv4: add inet_fill_argsChristian Brauner2018-09-061-15/+33
* ipv4: enable IFA_TARGET_NETNSID for RTM_GETADDRChristian Brauner2018-09-061-8/+30
* route: add support for directed broadcast forwardingXin Long2018-07-291-0/+11
* net/ipv4: Add support for specifying metric of connected routesDavid Ahern2018-05-291-0/+15
* ipv4: Get the address of interface correctly.Tonghao Zhang2018-01-291-0/+4
* devinet_ioctl(): take copyin/copyout to callerAl Viro2018-01-251-26/+15Star
* net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro2018-01-251-7/+9
* ipv4: igmp: guard against silly MTU valuesEric Dumazet2017-12-131-1/+1
* net: Add extack to validator_info structs used for address notifierDavid Ahern2017-10-201-3/+5
* ipv4: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-0/+1
* net: core: rcu-ify rtnl af_opsFlorian Westphal2017-10-161-2/+2
* net: avoid a full fib lookup when rp_filter is disabled.Paolo Abeni2017-09-221-12/+18
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-101-4/+4
* net: convert in_device.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* Ipvlan should return an error when an address is already in use.Krister Johansen2017-06-091-0/+33
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-5/+8
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-5/+7
* net: devinet: Add support for RTM_DELNETCONFDavid Ahern2017-03-291-11/+21
* net: devinet: Refactor inet_netconf_notify_devconf to take eventDavid Ahern2017-03-291-12/+20
* net: Eliminate duplicated codes by creating one new function in_dev_select_addrGao Feng2017-03-131-14/+18
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* net: ipv4: remove fib_lookup.h from devinet.c include listDavid Ahern2017-02-031-2/+0Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1