1. 08adf15 batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_ by Sven Eckelmann · 12 years ago
  2. 0f5f932 batman-adv: Prefix bitarray non-static functions with batadv_ by Sven Eckelmann · 12 years ago
  3. 5853e22 batman-adv: Prefix bat_sysfs non-static functions with batadv_ by Sven Eckelmann · 12 years ago
  4. 40a072d batman-adv: Prefix bat_debugfs non-static functions with batadv_ by Sven Eckelmann · 12 years ago
  5. 81c524f batman-adv: Prefix bat_algo non-static functions with batadv_ by Sven Eckelmann · 12 years ago
  6. 41063e9 ipv4: Early TCP socket demux. by David S. Miller · 12 years ago
  7. f9242b6 inet: Sanitize inet{,6} protocol demux. by David S. Miller · 12 years ago
  8. 3879d4e Merge branch 'master' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 12 years ago
  9. a77f4b4 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  10. e2d265d canfd: add support for CAN FD in CAN_RAW sockets by Oliver Hartkopp · 12 years ago
  11. 8b01939 canfd: add support for CAN FD in PF_CAN core by Oliver Hartkopp · 12 years ago
  12. 7c94163 canfd: add new data structures and constants by Oliver Hartkopp · 12 years ago
  13. b3c911e 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
  14. 6bdc5f4 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  15. 7c62234 netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabled by Pablo Neira Ayuso · 12 years ago
  16. 6e9c2db netfilter: fix compilation of the nfnl_cthelper if NF_CONNTRACK is unset by Pablo Neira Ayuso · 12 years ago
  17. 32f5376 netfilter: nf_ct_helper: disable automatic helper re-assignment of different type by Pablo Neira Ayuso · 12 years ago
  18. fd7462d netfilter: ctnetlink: fix NULL dereference while trying to change helper by Pablo Neira Ayuso · 12 years ago
  19. dafe94b batman-adv: only store changed gw_bandwidth values by Marek Lindner · 12 years ago
  20. 75c5a2e batman-adv: fix locking in hash_add() by Matthias Schiffer · 12 years ago
  21. ef3a409 batman-adv: use DBG_ALL in log_level sysfs definition by Antonio Quartulli · 12 years ago
  22. be9aa4c batman-adv: turn tt commit code into routing protocol agnostic API by Marek Lindner · 12 years ago
  23. beeb96a batman-adv: fix visualization output without neighbors on the primary interface by Matthias Schiffer · 12 years ago
  24. 16a7034 batman-adv: don't bother flipping ->tt_crc by Al Viro · 12 years ago
  25. f25bd58 batman-adv: don't bother flipping ->tt_data by Al Viro · 12 years ago
  26. 5346c35 batman-adv: Return error codes instead of -1 on failures by Sven Eckelmann · 12 years ago
  27. e0f5211 batman-adv: keep batman_ogm_packet ->seqno net-endian all along by Al Viro · 12 years ago
  28. 3e2f1a1 batman-adv: trivial endianness annotations by Al Viro · 12 years ago
  29. 1a5852d batman-adv: get rid of pointless cast in memcpy() by Al Viro · 12 years ago
  30. 08ad76e batman-adv: return added entries instead of number of possibly added entries by Marek Lindner · 12 years ago
  31. d8cb5486 batman-adv: ignore trailing CR when comparing protocol names by Marek Lindner · 12 years ago
  32. 519d349 batman-adv: avoid characters requiring shell escapes in protocol names by Marek Lindner · 12 years ago
  33. f821486 batman-adv: Add get_ethtool_stats() support by Martin Hundebøll · 12 years ago
  34. 66a1b2b batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_t by Antonio Quartulli · 12 years ago
  35. 5d52dad batman-adv: Initialize lockdep class keys for hashes by Sven Eckelmann · 12 years ago
  36. d2b6cc8 batman-adv: fix skb->data assignment by Antonio Quartulli · 12 years ago
  37. 284fefd batman-adv: update internal version number by Sven Eckelmann · 12 years ago
  38. 6fac262 ipv4: Cap ADVMSS metric in the FIB rather than the routing cache. by David S. Miller · 12 years ago
  39. 82f437b Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  40. 12f7a50 netfilter: add user-space connection tracking helper infrastructure by Pablo Neira Ayuso · 12 years ago
  41. ae243be netfilter: ctnetlink: add CTA_HELP_INFO attribute by Pablo Neira Ayuso · 12 years ago
  42. 8c88f87 netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled by Pablo Neira Ayuso · 12 years ago
  43. 9cb0176 netfilter: add glue code to integrate nfnetlink_queue and ctnetlink by Pablo Neira Ayuso · 12 years ago
  44. 1afc567 netfilter: nf_ct_helper: implement variable length helper private data by Pablo Neira Ayuso · 12 years ago
  45. 3cf4c7e netfilter: nf_ct_ext: support variable length extensions by Pablo Neira Ayuso · 13 years ago
  46. 3a8fc53 netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy names by Pablo Neira Ayuso · 13 years ago
  47. aee289b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  48. e8803b6 Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route" by David S. Miller · 12 years ago
  49. 42ae66c ipv6: Fix types of ip6_update_pmtu(). by David S. Miller · 12 years ago
  50. 7e52b33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  51. 2a0c451 ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route by Thomas Graf · 12 years ago
  52. 62b1a8a net: remove skb_orphan_try() by Eric Dumazet · 12 years ago
  53. 81aded2 ipv6: Handle PMTU in ICMP error handlers. by David S. Miller · 12 years ago
  54. 3639339 ipv4: Handle PMTU in all ICMP error handlers. by David S. Miller · 12 years ago
  55. b3908e2 dcbnl: Use BUG_ON() instead of BUG() by Thomas Graf · 12 years ago
  56. 39912f9 dcbnl: Silence harmless gcc warning about uninitialized reply_nlh by Thomas Graf · 12 years ago
  57. 954fba0 netpoll: fix netpoll_send_udp() bugs by Eric Dumazet · 12 years ago
  58. 7a282bc3 dcbnl: Use type safe nlmsg_data() by Thomas Graf · 12 years ago
  59. 4e4f2f6 dcbnl: Move dcb app allocation into dcb_app_add() by Thomas Graf · 12 years ago
  60. 716b31a dcbnl: Move dcb app lookup code into dcb_app_lookup() by Thomas Graf · 12 years ago
  61. 3d1f486 dcbnl: Return consistent error codes by Thomas Graf · 12 years ago
  62. ab6d470 dcbnl: Use dcbnl_newmsg() where possible by Thomas Graf · 12 years ago
  63. 77c6849 dcbnl: Remove now unused dcbnl_reply() by Thomas Graf · 12 years ago
  64. 7be9941 dcbnl: Shorten all command handling functions by Thomas Graf · 12 years ago
  65. 33a03aa dcbnl: Prepare framework to shorten handling functions by Thomas Graf · 12 years ago
  66. 211c17a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  67. ec8eb9ae Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  68. 1f7e010 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  69. 79543d8 mac80211: stop polling in disassociation by David Spinadel · 12 years ago
  70. 554a43d mac80211: check sdata_running on ieee80211_set_bitrate_mask by Eliad Peller · 12 years ago
  71. fe20b39 cfg80211: fix potential deadlock in regulatory by Eliad Peller · 12 years ago
  72. 43b03f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  73. 2da45db ethtool: Make more commands available to unprivileged processes by Ben Hutchings · 12 years ago
  74. 95603e2 net-next: add dev_loopback_xmit() to avoid duplicate code by Michel Machado · 12 years ago
  75. d0daebc3 ipv4: Add interface option to enable routing of 127.0.0.0/8 by Thomas Graf · 12 years ago
  76. 5aa04d3 Merge branch 'master' of git://1984.lsi.us.es/net by David S. Miller · 12 years ago
  77. 0440507 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
  78. a59f975 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  79. 1dd4558 mac80211: add missing kernel-doc by Ashok Nagarajan · 12 years ago
  80. de74e92 af_packet: use sizeof instead of constant in spkt_device by danborkmann@iogearbox.net · 12 years ago
  81. 352e04b netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabled by Pablo Neira Ayuso · 12 years ago
  82. 67da255 Merge branch 'master' of git://1984.lsi.us.es/net-next by David S. Miller · 12 years ago
  83. 2e486868 Merge tag 'nfc-next-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-3.0 by John W. Linville · 12 years ago
  84. ed6be3d 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
  85. 3b4a39a Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 12 years ago
  86. 7b34ca2 inet: Avoid potential NULL peer dereference. by David S. Miller · 12 years ago
  87. 8b96d22 inet: Use FIB table peer roots in routes. by David S. Miller · 12 years ago
  88. 8e77327 inet: Add inetpeer tree roots to the FIB tables. by David S. Miller · 12 years ago
  89. b48c80ece inet: Add family scope inetpeer flushes. by David S. Miller · 12 years ago
  90. 4651700 ipv4: Kill ip_rt_frag_needed(). by David S. Miller · 12 years ago
  91. 97bab73 inet: Hide route peer accesses behind helpers. by David S. Miller · 12 years ago
  92. c0efc88 inet: Pass inetpeer root into inet_getpeer*() interfaces. by David S. Miller · 12 years ago
  93. 8b51b06 af_unix: remove unix_iter_state by Eric Dumazet · 12 years ago
  94. 2b823f7 ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata. by David S. Miller · 12 years ago
  95. 56a6b24 inet: Consolidate inetpeer_invalidate_tree() interfaces. by David S. Miller · 12 years ago
  96. c3426b4 inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.c by David S. Miller · 12 years ago
  97. 1d0c4da Bluetooth: Fix style in hidp code by Gustavo Padovan · 12 years ago
  98. 2397849 [PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary. by David S. Miller · 12 years ago
  99. f8cdddb cfg80211: check iface combinations only when iface is running by Michal Kazior · 12 years ago
  100. d13e141 mac80211: add some missing kernel-doc by Johannes Berg · 12 years ago