Age | Commit message (Expand) | Author |
2022-08-24 | net: Fix data-races around sysctl_devconf_inherit_init_net. | Kuniyuki Iwashima |
2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski |
2022-05-25 | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2022-05-18 | random32: use real rng for non-deterministic randomness | Jason A. Donenfeld |
2022-05-04 | memcg: accounting for objects allocated for new netdevice | Vasily Averin |
2022-02-18 | net: Add new protocol attribute to IP addresses | Jacques de Laval |
2021-12-06 | ipv4: add net device refcount tracker to struct in_device | Eric Dumazet |
2021-11-15 | net: return correct error code | liuguoqiang |
2021-11-01 | net: arp: introduce arp_evict_nocarrier sysctl parameter | James Prestwood |
2021-08-04 | net: add extack arg for link ops | Rocco Yue |
2021-07-23 | net: socket: remove register_gifconf | Arnd Bergmann |
2021-07-20 | net: ipv4: add capability check for net administration | Yang Yang |
2021-07-20 | memcg: enable accounting for IP address and routing-related objects | Vasily Averin |
2021-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-06-08 | net: ipv4: Remove unneed BUG() function | Zheng Yongjun |
2021-05-10 | rtnetlink: avoid RCU read lock when holding RTNL | Cong Wang |
2021-04-08 | ipv6: report errors for iftoken via netlink extack | Stephen Hemminger |
2020-11-16 | treewide: rename nla_strlcpy to nla_strscpy. | Francis Laniel |
2020-11-10 | net: ipv4: remove redundant initialization in inet_rtm_deladdr | Menglong Dong |
2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-30 | devinet: fix memleak in inetdev_init() | Yang Yingliang |
2020-05-16 | netns: enable to inherit devconf from current netns | Nicolas Dichtel |
2020-04-28 | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/... | Daniel Borkmann |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig |
2020-04-09 | net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin | Taras Chornyi |
2020-03-12 | inet: Use fallthrough; | Joe Perches |
2019-12-07 | inet: protect against too small mtu values. | Eric Dumazet |
2019-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-07-01 | ipv4: don't set IPv6 only flags to IPv4 addresses | Matteo Croce |
2019-06-27 | net: ipv4: fix infinite loop on secondary addr promotion | Florian Westphal |
2019-06-24 | ipv4: fix confirm_addr_indev() when enable route_localnet | Shijie Luo |
2019-06-24 | ipv4: fix inet_select_addr() when enable route_localnet | Shijie Luo |
2019-06-17 | net: ipv4: remove erroneous advancement of list pointer | Florian Westphal |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-04 | net: ipv4: fix rcu lockdep splat due to wrong annotation | Florian Westphal |
2019-06-02 | net: ipv4: provide __rcu annotation for ifa_list | Florian Westphal |
2019-06-02 | devinet: use in_dev_for_each_ifa_rcu in more places | Florian Westphal |
2019-06-02 | net: inetdevice: provide replacement iterators for in_ifaddr walk | Florian Westphal |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg |
2019-03-04 | net: ignore sysctl_devconf_inherit_init_net without SYSCTL | Arnd Bergmann |
2019-01-22 | net: introduce a knob to control whether to inherit devconf config | Cong Wang |
2019-01-19 | net: ipv4: netconf: perform strict checks also for doit handlers | Jakub Kicinski |
2019-01-04 | netlink: fixup regression in RTM_GETADDR | Arthur Gautier |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-12-14 | net: Allow class-e address assignment via ifconfig ioctl | Dave Taht |
2018-12-06 | net: core: dev: Add extack argument to dev_change_flags() | Petr Machata |
2018-10-25 | net/{ipv4,ipv6}: Do not put target net if input nsid is invalid | Bjørn Mork |
2018-10-24 | net/ipv4: Put target net when address dump fails due to bad attributes | David Ahern |
2018-10-22 | net/ipv4: Add support for dumping addresses for a specific device | David Ahern |