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