1. 33c34c5 6lowpan: rework fragment-deleting routine by alex.bluesman.smirnov@gmail.com · 12 years ago
  2. abbee2e 6lowpan: fix tag variable size by alex.bluesman.smirnov@gmail.com · 12 years ago
  3. 4288404 mac802154: sparse warnings: make symbols static by alex.bluesman.smirnov@gmail.com · 12 years ago
  4. 79ff1db 6lowpan: get extra headroom in allocated frame by alex.bluesman.smirnov@gmail.com · 12 years ago
  5. e885a47 mac802154: add get short address method by alex.bluesman.smirnov@gmail.com · 12 years ago
  6. 4d27de1 6lowpan: revert: add missing spin_lock_init() by alex.bluesman.smirnov@gmail.com · 12 years ago
  7. 99ee038 ipv4: Fix warnings in ip_do_redirect() for some configurations. by David S. Miller · 12 years ago
  8. 1ed5c48 net: Remove checks for dst_ops->redirect being NULL. by David S. Miller · 12 years ago
  9. b587ee3 net: Add dummy dst_ops->redirect method where needed. by David S. Miller · 12 years ago
  10. b94f1c0 ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect(). by David S. Miller · 12 years ago
  11. ec18d9a ipv6: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  12. 3a5ad2e ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions. by David S. Miller · 12 years ago
  13. 6e157b6 ipv6: Pull main logic of rt6_redirect() into rt6_do_redirect(). by David S. Miller · 12 years ago
  14. e8599ff ipv6: Move bulk of redirect handling into rt6_redirect(). by David S. Miller · 12 years ago
  15. 30f2a5f ipv6: Export ndisc option parsing from ndisc.c by David S. Miller · 12 years ago
  16. 1f42539 ipv4: Kill ip_rt_redirect(). by David S. Miller · 12 years ago
  17. 55be7a9 ipv4: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  18. b42597e ipv4: Add ipv4_redirect() and ipv4_sk_redirect() helper functions. by David S. Miller · 12 years ago
  19. e47a185 ipv4: Generalize ip_do_redirect() and hook into new dst_ops->redirect. by David S. Miller · 12 years ago
  20. 9420612 ipv4: Rearrange arguments to ip_rt_redirect() by David S. Miller · 12 years ago
  21. d0da720 ipv4: Pull redirect instantiation out into a helper function. by David S. Miller · 12 years ago
  22. d3351b7 ipv4: Deliver ICMP redirects to sockets too. by David S. Miller · 12 years ago
  23. 1de9243 ipv4: Pull icmp socket delivery out into a helper function. by David S. Miller · 12 years ago
  24. 46d3cea tcp: TCP Small Queues by Eric Dumazet · 12 years ago
  25. 2100844 tcp: Fix out of bounds access to tcpm_vals by Alexander Duyck · 12 years ago
  26. 4715213 bridge: fix endian by Li RongQing · 12 years ago
  27. 04c9f41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  28. efc73f4 net: Fix memory leak - vlan_info struct by Amir Hanania · 12 years ago
  29. 941a46a Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 12 years ago
  30. ae86b9e net: Fix non-kernel-doc comments with kernel-doc start marker by Ben Hutchings · 12 years ago
  31. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  32. a55b138 net: Properly define functions with no parameters by Ben Hutchings · 12 years ago
  33. f185071 ipv4: Remove inetpeer from routes. by David S. Miller · 12 years ago
  34. 3124873 ipv4: Calling ->cow_metrics() now is a bug. by David S. Miller · 12 years ago
  35. 2db2d67 ipv4: Kill dst_copy_metrics() call from ipv4_blackhole_route(). by David S. Miller · 12 years ago
  36. 710ab6c ipv4: Enforce max MTU metric at route insertion time. by David S. Miller · 12 years ago
  37. 5943634 ipv4: Maintain redirect and PMTU info in struct rtable again. by David S. Miller · 12 years ago
  38. 87a5069 rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo(). by David S. Miller · 12 years ago
  39. 3e12939 inet: Kill FLOWI_FLAG_PRECOW_METRICS. by David S. Miller · 12 years ago
  40. 1d861aa inet: Minimize use of cached route inetpeer. by David S. Miller · 12 years ago
  41. 16d1839 inet: Remove ->get_peer() method. by David S. Miller · 12 years ago
  42. b6242b9 tcp: Remove tw->tw_peer by David S. Miller · 12 years ago
  43. 81166dd tcp: Move timestamps from inetpeer to metrics cache. by David S. Miller · 12 years ago
  44. 794785b net: Don't report route RTT metric value in cache dumps. by David S. Miller · 12 years ago
  45. 51c5d0c tcp: Maintain dynamic metrics in local cache. by David S. Miller · 12 years ago
  46. ab92bb2 tcp: Abstract back handling peer aliveness test into helper function. by David S. Miller · 12 years ago
  47. 4aabd8e tcp: Move dynamnic metrics handling into seperate file. by David S. Miller · 12 years ago
  48. cae296c net/rxrpc/ar-peer.c: remove invalid reference to list iterator variable by Julia Lawall · 12 years ago
  49. 91c68ce net: cgroup: fix out of bounds accesses by Eric Dumazet · 12 years ago
  50. c110973 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
  51. 10a9109 mac80211: destroy assoc_data correctly if assoc fails by Eliad Peller · 12 years ago
  52. 147f20e NFC: Prevent NULL deref when getting socket name by Sasha Levin · 12 years ago
  53. 472dd35 mac80211: correct size the argument to kzalloc in minstrel_ht by Thomas Huehn · 12 years ago
  54. bb3bb3a Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  55. a73f89a netfilter: ipset: timeout fixing bug broke SET target special timeout value by Jozsef Kadlecsik · 12 years ago
  56. b761c9b cgroup: fix panic in netprio_cgroup by Gao feng · 12 years ago
  57. 5c9df5fe small cleanup in ax25_addr_parse() by Dan Carpenter · 12 years ago
  58. 960fb66 netem: add limitation to reordered packets by Eric Dumazet · 12 years ago
  59. ed10627 sctp: refactor sctp_packet_append_chunk and clenup some memory leaks by Neil Horman · 12 years ago
  60. 3da947b ieee802154: verify packet size before trying to allocate it by Sasha Levin · 12 years ago
  61. 8f961fa Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 12 years ago
  62. d3a5ea6 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  63. c56bf6f ipv6: fix a bad cast in ip6_dst_lookup_tail() by Eric Dumazet · 12 years ago
  64. 883dd4f ipv6: remove redundant declarations by Eric Dumazet · 12 years ago
  65. f4530fa ipv4: Avoid overhead when no custom FIB rules are installed. by David S. Miller · 12 years ago
  66. 2d3f6cc batman-adv: check incoming packet type for bla by Simon Wunderlich · 12 years ago
  67. a2de86f ipv6: Initialize the neighbour pointer of rt6_info on allocation by Steffen Klassert · 12 years ago
  68. c90a9bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  69. 42c3629 6lowpan: revert 'reuse eth_mac_addr()' by alex.bluesman.smirnov@gmail.com · 12 years ago
  70. 0979e46 dccp: remove unnecessary codes in ipv6.c by RongQing.Li · 12 years ago
  71. 43264e0 ipv6: remove unnecessary codes in tcp_ipv6.c by RongQing.Li · 12 years ago
  72. 16917b8 net-next: Add netif_get_num_default_rss_queues by Yuval Mintz · 12 years ago
  73. bf5e53e ipv4: defer fib_compute_spec_dst() call by Eric Dumazet · 12 years ago
  74. 36bdbca net: Kill dst->_neighbour, accessors, and final uses. by David S. Miller · 12 years ago
  75. d1e31fb xfrm: No need to copy generic neighbour pointer. by David S. Miller · 12 years ago
  76. f187bc6 ipv4: No need to set generic neighbour pointer. by David S. Miller · 12 years ago
  77. 97cac08 ipv6: Store route neighbour in rt6_info struct. by David S. Miller · 12 years ago
  78. 1d248b1 net: Pass neighbours and dest address into NETEVENT_REDIRECT events. 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. 13a43d9 neigh: Convert over to dst_neigh_lookup_skb(). by David S. Miller · 12 years ago
  81. f9d7516 br_netfilter: Convert to dst_neigh_lookup_skb(). by David S. Miller · 12 years ago
  82. dbedbe6d sch_teql: Convert over to dev_neigh_lookup_skb(). by David S. Miller · 12 years ago
  83. f894cbf net: Add optional SKB arg to dst_ops->neigh_lookup(). by David S. Miller · 12 years ago
  84. 5110effe net: Do delayed neigh confirmation. by David S. Miller · 12 years ago
  85. 60d354e sunrpc: Don't do a dst_confirm() on an input routes. by David S. Miller · 12 years ago
  86. 3c521f2 ipv4: Don't report neigh uptodate state in rtcache procfs. by David S. Miller · 12 years ago
  87. a263b30 ipv4: Make neigh lookups directly in output packet path. by David S. Miller · 12 years ago
  88. 1160472 ipv4: Fix crashes in ip_options_compile(). by David S. Miller · 12 years ago
  89. 46ba5a2 netfilter: nfnetlink_queue: do not allow to set unsupported flag bits by Krishna Kumar · 12 years ago
  90. 59560a3 netfilter: nfnetlink: check callbacks before using those in nfnetlink_rcv_msg by Tomasz Bursztyka · 12 years ago
  91. be0593c netfilter: nf_ct_tcp: missing per-net support for cttimeout by Pablo Neira Ayuso · 12 years ago
  92. 0891147 netfilter: nf_conntrack: generalize nf_ct_l4proto_net by Pablo Neira Ayuso · 12 years ago
  93. f057bbb net: em_canid: Ematch rule to match CAN frames according to their identifiers by Rostislav Lisovy · 12 years ago
  94. 5672874 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  95. a3da2c6 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  96. ec00f04 can: fix sparse warning in af_can.c by Oliver Hartkopp · 12 years ago
  97. 162d549 batman-adv: Don't leak information through uninitialized packet fields by Sven Eckelmann · 12 years ago
  98. 0c5e45b6 batman-adv: fix counter summary length by Marek Lindner · 12 years ago
  99. 0aca236 batman-adv: Fix alignment after opened parentheses by Sven Eckelmann · 12 years ago
  100. cb4cca7 batman-adv: Remove space before semicolon by Sven Eckelmann · 12 years ago