aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/devinet.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-08
|\
| * ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce2019-07-01
* | net: ipv4: fix infinite loop on secondary addr promotionFlorian Westphal2019-06-27
* | ipv4: fix confirm_addr_indev() when enable route_localnetShijie Luo2019-06-24
* | ipv4: fix inet_select_addr() when enable route_localnetShijie Luo2019-06-24
* | net: ipv4: remove erroneous advancement of list pointerFlorian Westphal2019-06-17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-07
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* | net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal2019-06-04
* | net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-02
* | devinet: use in_dev_for_each_ifa_rcu in more placesFlorian Westphal2019-06-02
* | net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal2019-06-02
|/
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-27
* net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann2019-03-04
* net: introduce a knob to control whether to inherit devconf configCong Wang2019-01-22
* net: ipv4: netconf: perform strict checks also for doit handlersJakub Kicinski2019-01-19
* netlink: fixup regression in RTM_GETADDRArthur Gautier2019-01-04
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-20
|\
| * net: Allow class-e address assignment via ifconfig ioctlDave Taht2018-12-14
* | net: core: dev: Add extack argument to dev_change_flags()Petr Machata2018-12-06
|/
* net/{ipv4,ipv6}: Do not put target net if input nsid is invalidBjørn Mork2018-10-25
* net/ipv4: Put target net when address dump fails due to bad attributesDavid Ahern2018-10-24
* net/ipv4: Add support for dumping addresses for a specific deviceDavid Ahern2018-10-22
* net/ipv4: Move loop over addresses on a device into in_dev_dump_addrDavid Ahern2018-10-22
* net: Update netconf dump handlers for strict data checkingDavid Ahern2018-10-08
* net/ipv4: Update inet_dump_ifaddr for strict data checkingDavid Ahern2018-10-08
* net: Add extack to nlmsg_parseDavid Ahern2018-10-08
* ipv4: add inet_fill_argsChristian Brauner2018-09-06
* ipv4: enable IFA_TARGET_NETNSID for RTM_GETADDRChristian Brauner2018-09-06
* route: add support for directed broadcast forwardingXin Long2018-07-29
* net/ipv4: Add support for specifying metric of connected routesDavid Ahern2018-05-29
* ipv4: Get the address of interface correctly.Tonghao Zhang2018-01-29
* devinet_ioctl(): take copyin/copyout to callerAl Viro2018-01-24
* net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro2018-01-24
* ipv4: igmp: guard against silly MTU valuesEric Dumazet2017-12-13
* net: Add extack to validator_info structs used for address notifierDavid Ahern2017-10-20
* ipv4: mark expected switch fall-throughsGustavo A. R. Silva2017-10-18
* net: core: rcu-ify rtnl af_opsFlorian Westphal2017-10-16
* net: avoid a full fib lookup when rp_filter is disabled.Paolo Abeni2017-09-21
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-09
* net: convert in_device.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01
* Ipvlan should return an error when an address is already in use.Krister Johansen2017-06-09
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-17
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13
* net: devinet: Add support for RTM_DELNETCONFDavid Ahern2017-03-29
* net: devinet: Refactor inet_netconf_notify_devconf to take eventDavid Ahern2017-03-29
* net: Eliminate duplicated codes by creating one new function in_dev_select_addrGao Feng2017-03-13
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* net: ipv4: remove fib_lookup.h from devinet.c include listDavid Ahern2017-02-02
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24