1. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  2. 65cab85 net: Allow class-e address assignment via ifconfig ioctl by Dave Taht · 6 years ago
  3. 567c5e1 net: core: dev: Add extack argument to dev_change_flags() by Petr Machata · 6 years ago
  4. bf4cc40 net/{ipv4,ipv6}: Do not put target net if input nsid is invalid by Bjørn Mork · 6 years ago
  5. d7e3861 net/ipv4: Put target net when address dump fails due to bad attributes by David Ahern · 6 years ago
  6. 5fcd266 net/ipv4: Add support for dumping addresses for a specific device by David Ahern · 6 years ago
  7. 1c98eca net/ipv4: Move loop over addresses on a device into in_dev_dump_addr by David Ahern · 6 years ago
  8. addd383 net: Update netconf dump handlers for strict data checking by David Ahern · 6 years ago
  9. c33078e net/ipv4: Update inet_dump_ifaddr for strict data checking by David Ahern · 6 years ago
  10. dac9c97 net: Add extack to nlmsg_parse by David Ahern · 6 years ago
  11. 978a46f ipv4: add inet_fill_args by Christian Brauner · 6 years ago
  12. d380714 ipv4: enable IFA_TARGET_NETNSID for RTM_GETADDR by Christian Brauner · 6 years ago
  13. 5cbf777 route: add support for directed broadcast forwarding by Xin Long · 6 years ago
  14. af4d768 net/ipv4: Add support for specifying metric of connected routes by David Ahern · 7 years ago
  15. 30e948a ipv4: Get the address of interface correctly. by Tonghao Zhang · 7 years ago
  16. 03aef17 devinet_ioctl(): take copyin/copyout to caller by Al Viro · 8 years ago
  17. 36fd633 net: separate SIOCGIFCONF handling from dev_ioctl() by Al Viro · 8 years ago
  18. b547602 ipv4: igmp: guard against silly MTU values by Eric Dumazet · 7 years ago
  19. de95e04 net: Add extack to validator_info structs used for address notifier by David Ahern · 7 years ago
  20. fcfd6df ipv4: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  21. 5fa85a0 net: core: rcu-ify rtnl af_ops by Florian Westphal · 7 years ago
  22. 6e617de net: avoid a full fib lookup when rp_filter is disabled. by Paolo Abeni · 7 years ago
  23. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  24. 7658b36 net: convert in_device.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  25. 3ad7d24 Ipvlan should return an error when an address is already in use. by Krister Johansen · 8 years ago
  26. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  27. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  28. b5c9641 net: devinet: Add support for RTM_DELNETCONF by David Ahern · 8 years ago
  29. 3b02286 net: devinet: Refactor inet_netconf_notify_devconf to take event by David Ahern · 8 years ago
  30. 8b57fd1 net: Eliminate duplicated codes by creating one new function in_dev_select_addr by Gao Feng · 8 years ago
  31. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  32. 66109109 net: ipv4: remove fib_lookup.h from devinet.c include list by David Ahern · 8 years ago
  33. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  34. 29c994e netconf: add a notif when settings are created by Nicolas Dichtel · 8 years ago
  35. fa17806 ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf() by Eric Dumazet · 9 years ago
  36. fbd40ea ipv4: Don't do expensive useless work during inetdev destroy. by David S. Miller · 9 years ago
  37. 136ba62 netconf: add macro to represent all attributes by Zhang Shengju · 9 years ago
  38. 17b693c net: l3mdev: prefer VRF master for source address selection by David Lamparter · 9 years ago
  39. 3f2fb9a net: l3mdev: address selection should only consider devices in L3 domain by David Ahern · 9 years ago
  40. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  41. a97eb33 rtnl: RTM_GETNETCONF: fix wrong return value by Anton Protopopov · 9 years ago
  42. 97daf33 ipv4: add option to drop gratuitous ARP packets by Johannes Berg · 9 years ago
  43. 12b74df ipv4: add option to drop unicast encapsulated in L2 multicast by Johannes Berg · 9 years ago
  44. b1974ed netlink: Rightsize IFLA_AF_SPEC size calculation by Arad, Ronen · 9 years ago
  45. d5566fd rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats by Sowmini Varadhan · 9 years ago
  46. 865b804 net/ipv4: suppress NETDEV_UP notification on address lifetime update by David Ward · 9 years ago
  47. 974d7af ipv4: add support for linkdown sysctl to netconf by Andy Gospodarek · 10 years ago
  48. 0eeb075 net: ipv4 sysctl option to ignore routes when nexthop link is down by Andy Gospodarek · 10 years ago
  49. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  50. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
  51. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 10 years ago
  52. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 10 years ago
  53. 54ff9ef ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} by Marcelo Ricardo Leitner · 10 years ago
  54. 6eada01 netns: constify net_hash_mix() and various callers by Eric Dumazet · 10 years ago
  55. 93a714d multicast: Extend ip address command to enable multicast group join/leave on by Madhu Challa · 10 years ago
  56. ca9f1fd net: spelling fixes by Stephen Hemminger · 10 years ago
  57. 207895fd3 net: mark some potential candidates __read_mostly by Daniel Borkmann · 10 years ago
  58. 7b46a64 netlink: Fix bugs in nlmsg_end() conversions. by David S. Miller · 10 years ago
  59. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  60. 20e61da ipv4: fail early when creating netdev named all or default by WANG Cong · 10 years ago
  61. 614d056 ipv4: minor spelling fix by stephen hemminger · 11 years ago
  62. 32a4be4 ipv4: remove inet_addr_hash_lock in devinet.c by WANG Cong · 11 years ago
  63. 63b5f15 ipv4: Fix runtime WARNING in rtmsg_ifa() by Geert Uytterhoeven · 11 years ago
  64. 906e073 net/ipv4: queue work on power efficient wq by viresh kumar · 11 years ago
  65. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  66. dfd1582 ipv4: loopback device: ignore value changes after device is upped by Jiri Pirko · 11 years ago
  67. 09aea5d netconf: rename PROXY_ARP to NEIGH_PROXY by stephen hemminger · 11 years ago
  68. f085ff1 netconf: add proxy-arp support by stephen hemminger · 11 years ago
  69. b601fa19 ipv4: fix wildcard search with inet_confirm_addr() by Nicolas Dichtel · 11 years ago
  70. ad6c813 ipv4: add support for IFA_FLAGS nl attribute by Jiri Pirko · 11 years ago
  71. 1d4c8c2 neigh: restore old behaviour of default parms values by Jiri Pirko · 11 years ago
  72. 73af614 neigh: use tbl->family to distinguish ipv4 from ipv6 by Jiri Pirko · 11 years ago
  73. 2690048 net: igmp: Allow user-space configuration of igmp unsolicited report interval by William Manley · 11 years ago
  74. 5c6fe01 net: igmp: Don't flush routing cache when force_igmp_version is modified by William Manley · 11 years ago
  75. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  76. 446266b net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing fails by Daniel Borkmann · 11 years ago
  77. 4299c8a net: remove an unneeded check by Dan Carpenter · 11 years ago
  78. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 12 years ago
  79. e989707 igmp: hash a hash table to speedup ip_check_mc_rcu() by Eric Dumazet · 12 years ago
  80. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 12 years ago
  81. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  82. c988d1e net: ipv4: fix schedule while atomic bug in check_lifetime() by Jiri Pirko · 12 years ago
  83. 05a324b net: ipv4: reset check_lifetime_work after changing lifetime by Jiri Pirko · 12 years ago
  84. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  85. 34e2ed3 net: ipv4: notify when address lifetime changes by Jiri Pirko · 12 years ago
  86. 0465277 ipv4: provide addr and netconf dump consistency info by Nicolas Dichtel · 12 years ago
  87. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 12 years ago
  88. 7a67420 netconf: add the handler to dump entries by Nicolas Dichtel · 12 years ago
  89. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  90. 5c766d6 ipv4: introduce address lifetime by Jiri Pirko · 12 years ago
  91. c7e2e1d ipv4: fix NULL checking in devinet_ioctl() by Xi Wang · 12 years ago
  92. d67b8c6 netconf: advertise mc_forwarding status by Nicolas Dichtel · 12 years ago
  93. b51642f net: Enable a userns root rtnl calls that are safe for unprivilged users by Eric W. Biederman · 12 years ago
  94. c027aab net: Enable some sysctls that are safe for the userns root by Eric W. Biederman · 12 years ago
  95. 52e804c net: Allow userns root to control ipv4 by Eric W. Biederman · 12 years ago
  96. dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 12 years ago
  97. 464dc80 net: Don't export sysctls to unprivileged users by Eric W. Biederman · 12 years ago
  98. cc535df rtnl/ipv4: use netconf msg to advertise rp_filter status by Nicolas Dichtel · 12 years ago
  99. 9e55111 rtnl/ipv4: add support of RTM_GETNETCONF by Nicolas Dichtel · 12 years ago
  100. edc9e74 rtnl/ipv4: use netconf msg to advertise forwarding status by Nicolas Dichtel · 12 years ago