1. 959dbcf decnet: fix DN_IFREQ_SIZE by Johannes Berg · 5 years ago
  2. fedae0f dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock by Paolo Abeni · 6 years ago
  3. f1a0e7d decnet: always not take dst->__refcnt when inserting dst into hash table by Wei Wang · 7 years ago
  4. fd9b13e decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skb by Mateusz Jurczyk · 7 years ago
  5. ab58298 net: fix decnet rtnexthop parsing by Vegard Nossum · 8 years ago
  6. a36a0d4 decnet: Do not build routes to devices without decnet private data. by David S. Miller · 8 years ago
  7. 79462ad0 net: add validation for the socket syscall protocol argument by Hannes Frederic Sowa · 8 years ago
  8. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 8 years ago
  9. f0a0a97 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  10. 008027c netfilter: turn NF_HOOK into an inline function by Arnd Bergmann · 9 years ago
  11. ede2059 dst: Pass net into dst->output by Eric W. Biederman · 9 years ago
  12. 13206b6 net: Pass net into dst_output and remove dst_output_okfn by Eric W. Biederman · 9 years ago
  13. 06198b3 netfilter: Pass priv instead of nf_hook_ops to netfilter hooks by Eric W. Biederman · 9 years ago
  14. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  15. 29a26a5 netfilter: Pass struct net into the netfilter hooks by Eric W. Biederman · 9 years ago
  16. 5a70649 net: Merge dst_output and dst_output_sk by Eric W. Biederman · 9 years ago
  17. f53de1e net: ipv6: use common fib_default_rule_pref by Phil Sutter · 9 years ago
  18. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  19. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  20. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  21. 238e54c netfilter: Make nf_hookfn use nf_hook_state. by David S. Miller · 9 years ago
  22. 419df12 net: move fib_rules_unregister() under rtnl lock by WANG Cong · 9 years ago
  23. ddb3b60 net: Remove protocol from struct dst_ops by Eric W. Biederman · 9 years ago
  24. aaa4e70 DECnet: Only use neigh_ops for adding the link layer header by Eric W. Biederman · 9 years ago
  25. 60395a2 neigh: Factor out ___neigh_lookup_noref by Eric W. Biederman · 9 years ago
  26. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  27. bdf53c5 neigh: Don't require dst in neigh_hh_init by Eric W. Biederman · 9 years ago
  28. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  29. 46b9e4b decnet: Fix obvious o/0 typo by Rasmus Villemoes · 9 years ago
  30. 7b46a64 netlink: Fix bugs in nlmsg_end() conversions. by David S. Miller · 9 years ago
  31. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 9 years ago
  32. ea69763 net: tcp: add RTAX_CC_ALGO fib handling by Daniel Borkmann · 9 years ago
  33. 7eab8d9 new helper: memcpy_to_msg() by Al Viro · 10 years ago
  34. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  35. d7480fd neigh: remove dynamic neigh table registration support by WANG Cong · 9 years ago
  36. c0b8023 af_decnet: Use time_after_eq by Himangi Saraogi · 10 years ago
  37. 8b1b1eb decnet: Use time_after_eq by Himangi Saraogi · 10 years ago
  38. b5c5c36 dn_dev: Use time_before by Himangi Saraogi · 10 years ago
  39. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 10 years ago
  40. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 10 years ago
  41. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 10 years ago
  42. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  43. ab3301bd net: Move prototype declaration to header file include/net/dn.h from net/decnet/af_decnet.c by Rashika Kheria · 10 years ago
  44. f56b8bf net: Move prototype declaration to appropriate header file from decnet/af_decnet.c by Rashika Kheria · 10 years ago
  45. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  46. d4c5fba decnet: use __dev_get_by_index instead of dev_get_by_index to find interface by Ying Xue · 10 years ago
  47. 1669cb9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  48. 9a32b86 dn_dev: add support for IFA_FLAGS nl attribute by Jiri Pirko · 10 years ago
  49. 1f9248e5 neigh: convert parms to an array by Jiri Pirko · 10 years ago
  50. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  51. 795aa6e netfilter: pass hook ops to hookfn by Patrick McHardy · 11 years ago
  52. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  53. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  54. 8303e69 decnet: remove duplicated include from dn_table.c by Wei Yongjun · 11 years ago
  55. 573ce26 net-next: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 11 years ago
  56. 2fa70df decnet: Move rtm_dn_policy to dn_route to make it available if !CONFIG_DECNET_ROUTER by Thomas Graf · 11 years ago
  57. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 11 years ago
  58. 58d7d8f decnet: Parse netlink attributes on our own by Thomas Graf · 11 years ago
  59. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  60. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  61. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  62. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  63. daaba4f net neighbour, decnet: Ensure to align device private data on preferred alignment. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  64. cec771d decnet: use correct RCU API to deref sk_dst_cache field by Cong Wang · 11 years ago
  65. 2d6f9af net/decnet: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  66. ba7244e net/decnet/netfilter: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  67. dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 11 years ago
  68. 04a6f82 sections: fix section conflicts in net by Andi Kleen · 12 years ago
  69. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  70. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  71. 46b66d7 decnet: fix shutdown parameter checking by Xi Wang · 12 years ago
  72. 1fb9489 net: Loopback ifindex is constant now by Pavel Emelyanov · 12 years ago
  73. 8acfaa9 decnet: Don't set RTCF_DIRECTSRC. by David S. Miller · 12 years ago
  74. f5b0a87 net: Document dst->obsolete better. by David S. Miller · 12 years ago
  75. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  76. b587ee3 net: Add dummy dst_ops->redirect method where needed. by David S. Miller · 12 years ago
  77. 87a5069 rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo(). by David S. Miller · 12 years ago
  78. 794785b net: Don't report route RTT metric value in cache dumps. by David S. Miller · 12 years ago
  79. fccd7d5 decnet: Use neighbours privately in dn_route struct. by David S. Miller · 12 years ago
  80. f894cbf net: Add optional SKB arg to dst_ops->neigh_lookup(). by David S. Miller · 12 years ago
  81. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  82. 4c3af03 netlink: Get rid of obsolete rtnetlink macros by Thomas Graf · 12 years ago
  83. 6b60978 decnet: Do not use RTA_PUT() macros by Thomas Graf · 12 years ago
  84. 3f7a328 decnet: dn_table: Move away from NLMSG_NEW(). by David S. Miller · 12 years ago
  85. 737100e decnet: dn_route: Move away from NLMSG_NEW(). by David S. Miller · 12 years ago
  86. 77ca4ed decnet: dn_rtmsg: Move away from NLMSG_PUT(). by David S. Miller · 12 years ago
  87. 67da255 Merge branch 'master' of git://1984.lsi.us.es/net-next by David S. Miller · 12 years ago
  88. 3d33bf2 netfilter: decnet: switch hook PFs to nfproto by Alban Crequy · 12 years ago
  89. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  90. 5d0ba55 net: use consume_skb() in place of kfree_skb() by Eric Dumazet · 12 years ago
  91. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  92. 9bdcc88 net decnet: Convert to use register_net_sysctl by Eric W. Biederman · 12 years ago
  93. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  94. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  95. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  96. b21dddb decnet: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  97. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  98. 22b6a2e decnet: remove unused variable from dn_output() by Jesper Juhl · 12 years ago
  99. 3329bdf decnet: Add missing neigh->ha locking to dn_neigh_output_packet() by David S. Miller · 12 years ago
  100. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago