1. ff6acd1 xfrm: Const'ify address arguments to xfrm_addr_cmp() by David S. Miller · 13 years ago
  2. 5e6b930 xfrm: Const'ify address arguments to ->dst_lookup() by David S. Miller · 13 years ago
  3. 200ce96 xfrm: Const'ify selector argument to xfrm_selector_match() by David S. Miller · 13 years ago
  4. 19bd624 xfrm: Const'ify tmpl and address arguments to ->init_temprop() by David S. Miller · 13 years ago
  5. 214e005 xfrm: Pass km_event pointers around as const when possible. by David S. Miller · 13 years ago
  6. 55ae22d Merge branch 'tipc-Feb23-2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/net-next-2.6 by David S. Miller · 13 years ago
  7. 77c81e0 tipc: Clean out all remaining instances of #if 0'd unused code by Allan Stephens · 14 years ago
  8. 5413b4c tipc: Improve handling of invalid link tolerance values by Allan Stephens · 14 years ago
  9. 39fc0ce net: Implement SFEATURES compatibility for not updated drivers by Michał Mirosław · 13 years ago
  10. e13e02a3 net_sched: SFB flow scheduler by Eric Dumazet · 13 years ago
  11. dee9f4b net: Make flow cache paths use a const struct flowi. by David S. Miller · 13 years ago
  12. 0730b9a net: Mark flowi arg to flow_cache_uli_match() const. by David S. Miller · 13 years ago
  13. b520e9f xfrm: Mark flowi arg to xfrm_state_find() const. by David S. Miller · 13 years ago
  14. e33f770 xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const. by David S. Miller · 13 years ago
  15. e1ad2ab xfrm: Mark flowi arg to xfrm_selector_match() const. by David S. Miller · 13 years ago
  16. 1744a8f xfrm: Mark token args to addr_match() const. by David S. Miller · 13 years ago
  17. 8f029de xfrm: Mark flowi arg to xfrm_type->reject() const. by David S. Miller · 13 years ago
  18. 73e5ebb xfrm: Mark flowi arg to ->init_tempsel() const. by David S. Miller · 13 years ago
  19. 0c7b3ee xfrm: Mark flowi arg to ->fill_dst() const. by David S. Miller · 13 years ago
  20. 05d8402 xfrm: Mark flowi arg to ->get_tos() const. by David S. Miller · 13 years ago
  21. e8a4e37 xfrm: Mark flowi arg const in key extraction helpers. by David S. Miller · 13 years ago
  22. eaefd11 net: add __rcu annotations to sk_wq and wq by Eric Dumazet · 14 years ago
  23. 089c348 tcp: Remove debug macro of TCP_CHECK_TIMER by Shan Wei · 13 years ago
  24. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  25. 226111d net: dcb: match dcb_app protocol field with 802.1Qaz spec by John Fastabend · 13 years ago
  26. ece639c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 13 years ago
  27. 0cc9d52 Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  28. fd23c3b ipv4: Add hash table of interface addresses. by David S. Miller · 13 years ago
  29. bc3adfc Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  30. 3c18d4d Expand CONFIG_DEBUG_LIST to several other list operations by Linus Torvalds · 13 years ago
  31. 982721f ipv4: Use const'ify fib_result deep in the route call chains. by David S. Miller · 14 years ago
  32. b6bf3ca ipv4: Mark fib_combine_itag()'s 'res' arg as const. by David S. Miller · 14 years ago
  33. 3c7bd1a net: Add initial_ref arg to dst_alloc(). by David S. Miller · 14 years ago
  34. 456d66e RTC: Re-enable UIE timer/polling emulation by John Stultz · 14 years ago
  35. 6e57b1d RTC: Revert UIE emulation removal by John Stultz · 14 years ago
  36. e83d360 net: introduce NETIF_F_RXCSUM by Michał Mirosław · 14 years ago
  37. 5455c69 net: Introduce new feature setting ops by Michał Mirosław · 14 years ago
  38. 0a41770 ethtool: factorize get/set_one_feature by Michał Mirosław · 14 years ago
  39. 212b573 ethtool: enable GSO and GRO by default by Michał Mirosław · 14 years ago
  40. d503b30 netfilter: tproxy: do not assign timewait sockets to skb->sk by Florian Westphal · 14 years ago
  41. a264011 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 14 years ago
  42. 58a69cb workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' by Tejun Heo · 14 years ago
  43. a7d6e4e thp: prevent hugepages during args/env copying into the user stack by Andrea Arcangeli · 14 years ago
  44. 1cecd79 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  45. 87450bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  46. a252852 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent by Ingo Molnar · 14 years ago
  47. d606ef3 phy/micrel: add ability to support 50MHz RMII clock on KZS8051RNL by Baruch Siach · 14 years ago
  48. fbaec0e rtnetlink: implement setting of master device by Jiri Pirko · 14 years ago
  49. 795abaf klist: Fix object alignment on 64-bit. by David Miller · 14 years ago
  50. 1765a57 net: make dev->master general by Jiri Pirko · 14 years ago
  51. d59cfde net: remove the unnecessary dance around skb_bond_should_drop by Jiri Pirko · 14 years ago
  52. 1f6fe7c [SCSI] target: fix use after free detected by SLUB poison by Nicholas Bellinger · 14 years ago
  53. e89d15e [SCSI] target: Remove procfs based target_core_mib.c code by Nicholas Bellinger · 14 years ago
  54. d033d52 ixgbe: DCB, implement 802.1Qaz routines by John Fastabend · 14 years ago
  55. cfaea56 Input: matrix_keypad - increase the limit of rows and columns by Trilok Soni · 14 years ago
  56. 6037b71 security: add cred argument to security_capable() by Chris Wright · 14 years ago
  57. 6431cbc inet: Create a mechanism for upward inetpeer propagation into routes. by David S. Miller · 14 years ago
  58. ddd4aa4 inetpeer: Add redirect and PMTU discovery cached info. by David S. Miller · 14 years ago
  59. 7a71ed8 inetpeer: Abstract address representation further. by David S. Miller · 14 years ago
  60. 67d0195 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  61. e128c5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  62. d3d373e Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  63. 263fb5b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  64. 8d13a2a9 net: Kill NETEVENT_PMTU_UPDATE. by David S. Miller · 14 years ago
  65. e7b66bd net: Remove bogus barrier() in dst_allfrag(). by David S. Miller · 14 years ago
  66. fa9921e ipsec: allow to align IPv4 AH on 32 bits by Nicolas Dichtel · 14 years ago
  67. 3a9dda76 CDC NCM errata updates for cdc.h by Alexey Orishko · 14 years ago
  68. c0c84ef Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  69. 5084f89 virtio: console: Update Copyright by Amit Shah · 14 years ago
  70. 43a7232 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  71. 15ccb7b Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  72. 7eb3852 tcp: Add reference to initial CWND ietf draft. by David S. Miller · 14 years ago
  73. 872434d genirq: Add missing status flags to modification mask by Thomas Gleixner · 14 years ago
  74. 92d8682 inetpeer: Move ICMP rate limiting state into inet_peer entries. by David S. Miller · 14 years ago
  75. bd4a697 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  76. 44f2c5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  77. 8cf28f1 USB: Fix trout build failure with ci13xxx_msm gadget by Pavankumar Kondeti · 14 years ago
  78. 862b6f6 Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
  79. bb5b583 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  80. 38db9e1 include/net/genetlink.h: Allow genlmsg_cancel to accept a NULL argument by Julia Lawall · 14 years ago
  81. e2d5776 net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6. by David S. Miller · 14 years ago
  82. 008aef5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 14 years ago
  83. 681d119 mac80211: Add testing functionality for TKIP by Jouni Malinen · 14 years ago
  84. d057e5a mac80211: add HW flag for disabling auto link-PS in AP mode by Arik Nemtsov · 14 years ago
  85. fd95240 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  86. 3d56e33 tracing: Replace syscall_meta_data struct array with pointer array by Steven Rostedt · 14 years ago
  87. 6549864 tracepoints: Fix section alignment using pointer array by Mathieu Desnoyers · 14 years ago
  88. 45e1443 sched: CHOKe flow scheduler by stephen hemminger · 14 years ago
  89. 442b963 tcp: Increase the initial congestion window to 10. by David S. Miller · 14 years ago
  90. e4a9ea5 tracing: Replace trace_event struct array with pointer array by Steven Rostedt · 14 years ago
  91. 3cd90ea vfs: sparse: add __FMODE_EXEC by Namhyung Kim · 14 years ago
  92. 1a44bc8 vfs: sparse: remove a warning on OPEN_FMODE() by Namhyung Kim · 14 years ago
  93. 1994282 memcg: prevent endless loop when charging huge pages to near-limit group by Johannes Weiner · 14 years ago
  94. 0bc0be7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  95. 8fe7350 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  96. 9291747 netfilter: xtables: add device group match by Patrick McHardy · 14 years ago
  97. 724bab4 netfilter: ipset: fix linking with CONFIG_IPV6=n by Patrick McHardy · 14 years ago
  98. 63a5078 drm/radeon: remove 0x4243 pci id by Alex Deucher · 14 years ago
  99. a55205e Merge remote branch 'intel/drm-intel-fixes' of /ssd/git/drm-next into drm-fixes by Dave Airlie · 14 years ago
  100. 5348ba8 ipv4: Update some fib_hash centric interface names. by David S. Miller · 14 years ago