Age | Commit message (Expand) | Author | Files | Lines |
2020-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+1 |
2020-05-31 | devinet: fix memleak in inetdev_init() | Yang Yingliang | 1 | -0/+1 |
2020-05-16 | netns: enable to inherit devconf from current netns | Nicolas Dichtel | 1 | -5/+18 |
2020-04-28 | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/... | Daniel Borkmann | 1 | -6/+3 |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 1 | -6/+3 |
2020-04-09 | net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin | Taras Chornyi | 1 | -4/+9 |
2020-03-13 | inet: Use fallthrough; | Joe Perches | 1 | -3/+3 |
2019-12-07 | inet: protect against too small mtu values. | Eric Dumazet | 1 | -5/+0 |
2019-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+8 |
2019-07-01 | ipv4: don't set IPv6 only flags to IPv4 addresses | Matteo Croce | 1 | -0/+8 |
2019-06-27 | net: ipv4: fix infinite loop on secondary addr promotion | Florian Westphal | 1 | -1/+2 |
2019-06-24 | ipv4: fix confirm_addr_indev() when enable route_localnet | Shijie Luo | 1 | -2/+8 |
2019-06-24 | ipv4: fix inet_select_addr() when enable route_localnet | Shijie Luo | 1 | -1/+5 |
2019-06-18 | net: ipv4: remove erroneous advancement of list pointer | Florian Westphal | 1 | -2/+1 |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+1 |
2019-06-05 | net: ipv4: fix rcu lockdep splat due to wrong annotation | Florian Westphal | 1 | -1/+1 |
2019-06-03 | net: ipv4: provide __rcu annotation for ifa_list | Florian Westphal | 1 | -31/+57 |
2019-06-03 | devinet: use in_dev_for_each_ifa_rcu in more places | Florian Westphal | 1 | -8/+19 |
2019-06-03 | net: inetdevice: provide replacement iterators for in_ifaddr walk | Florian Westphal | 1 | -15/+16 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-04-28 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -12/+15 |
2019-03-05 | net: ignore sysctl_devconf_inherit_init_net without SYSCTL | Arnd Bergmann | 1 | -1/+3 |
2019-01-22 | net: introduce a knob to control whether to inherit devconf config | Cong Wang | 1 | -23/+20 |
2019-01-19 | net: ipv4: netconf: perform strict checks also for doit handlers | Jakub Kicinski | 1 | -4/+39 |
2019-01-04 | netlink: fixup regression in RTM_GETADDR | Arthur Gautier | 1 | -1/+1 |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+3 |
2018-12-15 | net: Allow class-e address assignment via ifconfig ioctl | Dave Taht | 1 | -2/+3 |
2018-12-07 | net: core: dev: Add extack argument to dev_change_flags() | Petr Machata | 1 | -1/+1 |
2018-10-26 | net/{ipv4,ipv6}: Do not put target net if input nsid is invalid | Bjørn Mork | 1 | -0/+1 |
2018-10-25 | net/ipv4: Put target net when address dump fails due to bad attributes | David Ahern | 1 | -5/+8 |
2018-10-23 | net/ipv4: Add support for dumping addresses for a specific device | David Ahern | 1 | -5/+23 |
2018-10-23 | net/ipv4: Move loop over addresses on a device into in_dev_dump_addr | David Ahern | 1 | -15/+34 |
2018-10-08 | net: Update netconf dump handlers for strict data checking | David Ahern | 1 | -3/+19 |
2018-10-08 | net/ipv4: Update inet_dump_ifaddr for strict data checking | David Ahern | 1 | -11/+61 |
2018-10-08 | net: Add extack to nlmsg_parse | David Ahern | 1 | -4/+5 |
2018-09-06 | ipv4: add inet_fill_args | Christian Brauner | 1 | -15/+33 |
2018-09-06 | ipv4: enable IFA_TARGET_NETNSID for RTM_GETADDR | Christian Brauner | 1 | -8/+30 |
2018-07-29 | route: add support for directed broadcast forwarding | Xin Long | 1 | -0/+11 |
2018-05-29 | net/ipv4: Add support for specifying metric of connected routes | David Ahern | 1 | -0/+15 |
2018-01-29 | ipv4: Get the address of interface correctly. | Tonghao Zhang | 1 | -0/+4 |
2018-01-25 | devinet_ioctl(): take copyin/copyout to caller | Al Viro | 1 | -26/+15 |
2018-01-25 | net: separate SIOCGIFCONF handling from dev_ioctl() | Al Viro | 1 | -7/+9 |
2017-12-13 | ipv4: igmp: guard against silly MTU values | Eric Dumazet | 1 | -1/+1 |
2017-10-20 | net: Add extack to validator_info structs used for address notifier | David Ahern | 1 | -3/+5 |
2017-10-18 | ipv4: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+1 |
2017-10-16 | net: core: rcu-ify rtnl af_ops | Florian Westphal | 1 | -2/+2 |
2017-09-22 | net: avoid a full fib lookup when rp_filter is disabled. | Paolo Abeni | 1 | -12/+18 |
2017-08-10 | rtnetlink: make rtnl_register accept a flags parameter | Florian Westphal | 1 | -4/+4 |
2017-07-01 | net: convert in_device.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
2017-06-09 | Ipvlan should return an error when an address is already in use. | Krister Johansen | 1 | -0/+33 |