1. 10ade6a net: return correct error code by liuguoqiang · 2 years, 10 months ago
  2. d2d5111 devinet: fix memleak in inetdev_init() by Yang Yingliang · 4 years, 3 months ago
  3. 1cd63cc net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin by Taras Chornyi · 4 years, 5 months ago
  4. 67b02e3 inet: protect against too small mtu values. by Eric Dumazet · 4 years, 9 months ago
  5. 4150437 ipv4: don't set IPv6 only flags to IPv4 addresses by Matteo Croce · 5 years ago
  6. c2f78bf ipv4: igmp: guard against silly MTU values by Eric Dumazet · 7 years ago
  7. 29c994e netconf: add a notif when settings are created by Nicolas Dichtel · 8 years ago
  8. fa17806 ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf() by Eric Dumazet · 8 years ago
  9. fbd40ea ipv4: Don't do expensive useless work during inetdev destroy. by David S. Miller · 8 years ago
  10. 136ba62 netconf: add macro to represent all attributes by Zhang Shengju · 9 years ago
  11. 17b693c net: l3mdev: prefer VRF master for source address selection by David Lamparter · 9 years ago
  12. 3f2fb9a net: l3mdev: address selection should only consider devices in L3 domain by David Ahern · 9 years ago
  13. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  14. a97eb33 rtnl: RTM_GETNETCONF: fix wrong return value by Anton Protopopov · 9 years ago
  15. 97daf33 ipv4: add option to drop gratuitous ARP packets by Johannes Berg · 9 years ago
  16. 12b74df ipv4: add option to drop unicast encapsulated in L2 multicast by Johannes Berg · 9 years ago
  17. b1974ed netlink: Rightsize IFLA_AF_SPEC size calculation by Arad, Ronen · 9 years ago
  18. d5566fd rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats by Sowmini Varadhan · 9 years ago
  19. 865b804 net/ipv4: suppress NETDEV_UP notification on address lifetime update by David Ward · 9 years ago
  20. 974d7af ipv4: add support for linkdown sysctl to netconf by Andy Gospodarek · 9 years ago
  21. 0eeb075 net: ipv4 sysctl option to ignore routes when nexthop link is down by Andy Gospodarek · 9 years ago
  22. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  23. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  24. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 9 years ago
  25. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 9 years ago
  26. 54ff9ef ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} by Marcelo Ricardo Leitner · 9 years ago
  27. 6eada01 netns: constify net_hash_mix() and various callers by Eric Dumazet · 9 years ago
  28. 93a714d multicast: Extend ip address command to enable multicast group join/leave on by Madhu Challa · 10 years ago
  29. ca9f1fd net: spelling fixes by Stephen Hemminger · 10 years ago
  30. 207895f net: mark some potential candidates __read_mostly by Daniel Borkmann · 10 years ago
  31. 7b46a64 netlink: Fix bugs in nlmsg_end() conversions. by David S. Miller · 10 years ago
  32. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  33. 20e61da ipv4: fail early when creating netdev named all or default by WANG Cong · 10 years ago
  34. 614d056 ipv4: minor spelling fix by stephen hemminger · 10 years ago
  35. 32a4be4 ipv4: remove inet_addr_hash_lock in devinet.c by WANG Cong · 10 years ago
  36. 63b5f15 ipv4: Fix runtime WARNING in rtmsg_ifa() by Geert Uytterhoeven · 11 years ago
  37. 906e073 net/ipv4: queue work on power efficient wq by viresh kumar · 11 years ago
  38. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  39. dfd1582 ipv4: loopback device: ignore value changes after device is upped by Jiri Pirko · 11 years ago
  40. 09aea5d netconf: rename PROXY_ARP to NEIGH_PROXY by stephen hemminger · 11 years ago
  41. f085ff1 netconf: add proxy-arp support by stephen hemminger · 11 years ago
  42. b601fa1 ipv4: fix wildcard search with inet_confirm_addr() by Nicolas Dichtel · 11 years ago
  43. ad6c813 ipv4: add support for IFA_FLAGS nl attribute by Jiri Pirko · 11 years ago
  44. 1d4c8c2 neigh: restore old behaviour of default parms values by Jiri Pirko · 11 years ago
  45. 73af614 neigh: use tbl->family to distinguish ipv4 from ipv6 by Jiri Pirko · 11 years ago
  46. 2690048 net: igmp: Allow user-space configuration of igmp unsolicited report interval by William Manley · 11 years ago
  47. 5c6fe01 net: igmp: Don't flush routing cache when force_igmp_version is modified by William Manley · 11 years ago
  48. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  49. 446266b net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing fails by Daniel Borkmann · 11 years ago
  50. 4299c8a net: remove an unneeded check by Dan Carpenter · 11 years ago
  51. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  52. e989707 igmp: hash a hash table to speedup ip_check_mc_rcu() by Eric Dumazet · 11 years ago
  53. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  54. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  55. c988d1e net: ipv4: fix schedule while atomic bug in check_lifetime() by Jiri Pirko · 11 years ago
  56. 05a324b net: ipv4: reset check_lifetime_work after changing lifetime by Jiri Pirko · 11 years ago
  57. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  58. 34e2ed3 net: ipv4: notify when address lifetime changes by Jiri Pirko · 11 years ago
  59. 0465277 ipv4: provide addr and netconf dump consistency info by Nicolas Dichtel · 11 years ago
  60. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 11 years ago
  61. 7a67420 netconf: add the handler to dump entries by Nicolas Dichtel · 12 years ago
  62. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  63. 5c766d6 ipv4: introduce address lifetime by Jiri Pirko · 12 years ago
  64. c7e2e1d ipv4: fix NULL checking in devinet_ioctl() by Xi Wang · 12 years ago
  65. d67b8c6 netconf: advertise mc_forwarding status by Nicolas Dichtel · 12 years ago
  66. b51642f net: Enable a userns root rtnl calls that are safe for unprivilged users by Eric W. Biederman · 12 years ago
  67. c027aab net: Enable some sysctls that are safe for the userns root by Eric W. Biederman · 12 years ago
  68. 52e804c net: Allow userns root to control ipv4 by Eric W. Biederman · 12 years ago
  69. dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 12 years ago
  70. 464dc80 net: Don't export sysctls to unprivileged users by Eric W. Biederman · 12 years ago
  71. cc535df rtnl/ipv4: use netconf msg to advertise rp_filter status by Nicolas Dichtel · 12 years ago
  72. 9e55111 rtnl/ipv4: add support of RTM_GETNETCONF by Nicolas Dichtel · 12 years ago
  73. edc9e74 rtnl/ipv4: use netconf msg to advertise forwarding status by Nicolas Dichtel · 12 years ago
  74. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  75. bf5b30b net: change return values from -EACCES to -EPERM by Zhao Hongjiang · 12 years ago
  76. bafa6d9 ipv4/route: arg delay is useless in rt_cache_flush() by Nicolas Dichtel · 12 years ago
  77. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  78. 4ccfe6d ipv4/route: arg delay is useless in rt_cache_flush() by Nicolas Dichtel · 12 years ago
  79. 748e2d9 net: reinstate rtnl in call_netdevice_notifiers() by Eric Dumazet · 12 years ago
  80. 0115e8e net: remove delay at device dismantle by Eric Dumazet · 12 years ago
  81. 4038499 ipv4: change inet_addr_hash() by Eric Dumazet · 12 years ago
  82. d0daebc3 ipv4: Add interface option to enable routing of 127.0.0.0/8 by Thomas Graf · 12 years ago
  83. 91df42b net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  84. 8607ddb net ipv4: Convert devinet to use register_net_sysctl by Eric W. Biederman · 12 years ago
  85. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  86. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  87. f3756b7 ipv4: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  88. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  89. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  90. eaddcd7 bonding: remove entries for master_ip and vlan_ip and query devices instead by Andy Gospodarek · 12 years ago
  91. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  92. d01ff0a ipv4: flush route cache after change accept_local by Peter Pan(潘卫平) · 13 years ago
  93. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  94. b76d078 IPv4: Send gratuitous ARP for secondary IP addresses also by Zoltan Kiss · 13 years ago
  95. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  96. 1fc19af net: fix two lockdep splats by Eric Dumazet · 13 years ago
  97. ff53881 sysctl: net: call unregister_net_sysctl_table where needed by Lucian Adrian Grijincu · 13 years ago
  98. 406b6f9 ipv4: Fallback to FIB local table in __ip_dev_find(). by David S. Miller · 13 years ago
  99. 04024b9 ipv4: optimize route adding on secondary promotion by Julian Anastasov · 13 years ago
  100. 2d230e2 ipv4: remove the routes on secondary promotion by Julian Anastasov · 13 years ago