1. 7503115 tipc: wake up all waiting threads at socket shutdown by Ying Xue · 12 years ago
  2. c4fc298 tipc: return POLLOUT for sockets in an unconnected state by Erik Hugne · 12 years ago
  3. f288bef tipc: fix race/inefficiencies in poll/wait behaviour by Ying Xue · 12 years ago
  4. de4594a sctp: send abort chunk when max_retrans exceeded by Neil Horman · 12 years ago
  5. 388dfc2 net: Remove redundant null check before kfree in dev.c by Sachin Kamat · 12 years ago
  6. 973b1b9 caif: Remove redundant null check before kfree in cfctrl.c by Sachin Kamat · 12 years ago
  7. e2f1f07 sit: allow to configure 6rd tunnels via netlink by Nicolas Dichtel · 12 years ago
  8. 01f1c6b net: remove unnecessary wireless includes by Johannes Berg · 12 years ago
  9. ae4b46e net: rds: use this_cpu_* per-cpu helper by Shan Wei · 12 years ago
  10. 1f743b0 net: core: use this_cpu_ptr per-cpu helper by Shan Wei · 12 years ago
  11. e5ef39e netfilter: Remove the spurious \ in __ip_vs_lblc_init by Eric W. Biederman · 12 years ago
  12. 3594698 net: Make CAP_NET_BIND_SERVICE per user namespace by Eric W. Biederman · 12 years ago
  13. b51642f net: Enable a userns root rtnl calls that are safe for unprivilged users by Eric W. Biederman · 12 years ago
  14. c027aab net: Enable some sysctls that are safe for the userns root by Eric W. Biederman · 12 years ago
  15. 276996f net: Allow the userns root to control vlans. by Eric W. Biederman · 12 years ago
  16. cb99050 net: Allow userns root to control the network bridge code. by Eric W. Biederman · 12 years ago
  17. df008c9 net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm by Eric W. Biederman · 12 years ago
  18. af31f41 net: Allow userns root to control ipv6 by Eric W. Biederman · 12 years ago
  19. 52e804c net: Allow userns root to control ipv4 by Eric W. Biederman · 12 years ago
  20. 5e1fccc net: Allow userns root control of the core of the network stack. by Eric W. Biederman · 12 years ago
  21. 00f70de net: Allow userns root to force the scm creds by Eric W. Biederman · 12 years ago
  22. 86937c0 user_ns: get rid of duplicate code in net_ctl_permissions by Zhao Hongjiang · 12 years ago
  23. cff1097 net: Update the per network namespace sysctls to be available to the network namespace owner by Eric W. Biederman · 12 years ago
  24. dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 12 years ago
  25. 464dc80 net: Don't export sysctls to unprivileged users by Eric W. Biederman · 12 years ago
  26. 73f7ef4 sysctl: Pass useful parameters to sysctl permissions by Eric W. Biederman · 12 years ago
  27. d328b83 userns: make each net (net_ns) belong to a user_ns by Eric W. Biederman · 12 years ago
  28. 2407dc2 netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS by Eric W. Biederman · 12 years ago
  29. 75fe83c ipv6: Preserve ipv6 functionality needed by NET by Vlad Yasevich · 12 years ago
  30. fc184f0 sctp: use bitmap_weight by Akinobu Mita · 12 years ago
  31. 67f4efd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  32. a8203d3 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  33. baefa31 net-rps: Fix brokeness causing OOO packets by Tom Herbert · 12 years ago
  34. c53aa50 net: use right lock in __dev_remove_offload by Eric Dumazet · 12 years ago
  35. 2a95388 Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 12 years ago
  36. 976a702 tcp: handle tcp_net_metrics_init() order-5 memory allocation failures by Eric Dumazet · 12 years ago
  37. 26c6e80 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  38. 545b290 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  39. 74490f9 batman-adv: process broadcast packets in BLA earlier by Antonio Quartulli · 12 years ago
  40. 1f36aeb batman-adv: don't add TEMP clients belonging to other backbone nodes by Antonio Quartulli · 12 years ago
  41. 27b37eb batman-adv: correctly pass the client flag on tt_response by Antonio Quartulli · 12 years ago
  42. e9c00136 batman-adv: fix tt_global_entries flags update by Antonio Quartulli · 12 years ago
  43. d4d0d35 ipv6: Fix build error with udp_offload by Vlad Yasevich · 12 years ago
  44. 751a97d net: Make IPv6 build depend on CONFIG_INET by Vlad Yasevich · 12 years ago
  45. a652208 net: correct check in dev_addr_del() by Jiri Pirko · 12 years ago
  46. ec34232 tcp: fix retransmission in repair mode by Andrew Vagin · 12 years ago
  47. f191a1d net: Remove code duplication between offload structures by Vlad Yasevich · 12 years ago
  48. c6b641a ipv6: Pull IPv6 GSO registration out of the module by Vlad Yasevich · 12 years ago
  49. 808a8f8 ipv4: Pull GSO registration out of inet_init() by Vlad Yasevich · 12 years ago
  50. 3c73a03 ipv6: Update ipv6 static library with newly needed functions by Vlad Yasevich · 12 years ago
  51. 2207afc ipv6: Move exthdr offload support into separate file by Vlad Yasevich · 12 years ago
  52. 5edbb07 ipv6: Separate out UDP offload functionality by Vlad Yasevich · 12 years ago
  53. 8663e02 ipv6: Separate tcp offload functionality by Vlad Yasevich · 12 years ago
  54. d1da932 ipv6: Separate ipv6 offload support by Vlad Yasevich · 12 years ago
  55. 3336288 ipv6: Switch to using new offload infrastructure. by Vlad Yasevich · 12 years ago
  56. bca49f8 ipv4: Switch to using the new offload infrastructure. by Vlad Yasevich · 12 years ago
  57. 8ca896c ipv6: Add new offload registration infrastructure. by Vlad Yasevich · 12 years ago
  58. de27d00 net: Add net protocol offload registration infrustructure by Vlad Yasevich · 12 years ago
  59. 22061d8 net: Switch to using the new packet offload infrustructure by Vlad Yasevich · 12 years ago
  60. 62532da net: Add generic packet offload infrastructure. by Vlad Yasevich · 12 years ago
  61. 0da9a0c sctp: fix /proc/net/sctp/ memory leak by Tommi Rantala · 12 years ago
  62. 1ff05fb ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms() by Nicolas Dichtel · 12 years ago
  63. d440b72 sit: fix sparse warnings by Nicolas Dichtel · 12 years ago
  64. fea379b ipip: fix sparse warnings in ipip_netlink_parms() by Nicolas Dichtel · 12 years ago
  65. 702ed3c Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 12 years ago
  66. b092d92 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  67. f372341 sit: add support of link creation via rtnl by Nicolas Dichtel · 12 years ago
  68. e4c94a9 sit: rename rtnl functions for consistency by Nicolas Dichtel · 12 years ago
  69. a12c9a8 sit/rtnl: add missing parameters on dump by Nicolas Dichtel · 12 years ago
  70. f9cd5a5 sit: always notify change when params are updated by Nicolas Dichtel · 12 years ago
  71. be42da0 ipip: add support of link creation via rtnl by Nicolas Dichtel · 12 years ago
  72. befe2aa ipip/rtnl: add IFLA_IPTUN_PMTUDISC on dump by Nicolas Dichtel · 12 years ago
  73. c38cc4b ipip: always notify change when params are updated by Nicolas Dichtel · 12 years ago
  74. 0b11245 ip6tnl: add support of link creation via rtnl by Nicolas Dichtel · 12 years ago
  75. b58d731 ip6tnl: rename rtnl functions for consistency by Nicolas Dichtel · 12 years ago
  76. cfa323b ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dump by Nicolas Dichtel · 12 years ago
  77. b294200 ipv4/ip_vti.c: VTI fix post-decryption forwarding by Saurabh Mohan · 12 years ago
  78. 1007dd1 bridge: add root port blocking by stephen hemminger · 12 years ago
  79. a2e01a6 bridge: implement BPDU blocking by stephen hemminger · 12 years ago
  80. cd75373 bridge: add template for bridge port flags by stephen hemminger · 12 years ago
  81. 25c71c7 bridge: bridge port parameters over netlink by stephen hemminger · 12 years ago
  82. c75ea26 ipv6: remove obsolete comments in route.c by Li RongQing · 12 years ago
  83. e086cad net: unify for_each_ip_tunnel_rcu() by Amerigo Wang · 12 years ago
  84. aa0010f net: convert __IPTUNNEL_XMIT() to an inline function by Amerigo Wang · 12 years ago
  85. 170173b batman-adv: Remove instant overwritten variable initialization by Sven Eckelmann · 12 years ago
  86. 068ee6e batman-adv: roaming handling mechanism redesign by Antonio Quartulli · 12 years ago
  87. be73b48 batman-adv: refactor tt_global_del_struct() by Antonio Quartulli · 12 years ago
  88. 47c9465 batman-adv: refactor code to simplify long lines by Antonio Quartulli · 12 years ago
  89. 7c1fd91 batman-adv: substitute tt_poss_change with a per-tt_entry flag by Antonio Quartulli · 12 years ago
  90. 2870987 batman-adv: wait multiple periods before activating bla by Simon Wunderlich · 12 years ago
  91. d807f27 batman-adv: allow bla traffic only after first worker period by Simon Wunderlich · 12 years ago
  92. 52aebd6 batman-adv: send announcement when backbone gw is registered by Simon Wunderlich · 12 years ago
  93. b7eddd0 batman-adv: prevent using any virtual device created on batman-adv as hard-interface by Antonio Quartulli · 12 years ago
  94. a7528f8 batman-adv: fix wrong spinlock inline comment by Antonio Quartulli · 12 years ago
  95. 07568d0 batman-adv: don't rely on positions in struct for hashing by Simon Wunderlich · 12 years ago
  96. 485f2b7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 12 years ago
  97. bd2a813 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  98. 5bdf502 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  99. d4596ba ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return value by Hannes Frederic Sowa · 12 years ago
  100. bd090df tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming() by Eric Dumazet · 12 years ago