1. e3dfa38 xfrm: Pass const xfrm_mark to xfrm_mark_put(). by David S. Miller · 13 years ago
  2. a70486f xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq. by David S. Miller · 13 years ago
  3. 8515862 xfrm: Pass const arg to xfrm_alg_len and xfrm_alg_auth_len. by David S. Miller · 13 years ago
  4. 6f2f19e xfrm: Pass name as const to xfrm_*_get_byname(). by David S. Miller · 13 years ago
  5. 080e413 netpoll: remove IFF_IN_NETPOLL flag by Amerigo Wang · 13 years ago
  6. 8f44fcc Phonet: fix flawed "SYN/ACK" logic by Rémi Denis-Courmont · 13 years ago
  7. 0165d69 Phonet: don't bother with transaction IDs (especially for indications) by Rémi Denis-Courmont · 13 years ago
  8. 2feb618 Phonet: remove redumdant pep->pipe_state by Rémi Denis-Courmont · 13 years ago
  9. 14ba8fa Phonet: use socket destination in pipe protocol by Rémi Denis-Courmont · 13 years ago
  10. a805951 Phonet: implement per-socket destination/peer address by Rémi Denis-Courmont · 13 years ago
  11. 1b0db64 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  12. 661b797 netem: revised correlated loss generator by stephen hemminger · 13 years ago
  13. df173bd netem: define NETEM_DIST_MAX by stephen hemminger · 13 years ago
  14. dca8b08 ipv4: Rearrange how ip_route_newports() gets port keys. by David S. Miller · 13 years ago
  15. 33765d0 xfrm: Const'ify xfrm_address_t args to xfrm_state_find. by David S. Miller · 13 years ago
  16. f884806 xfrm: Const'ify ptr args to xfrm_state_*_check and xfrm_state_kern. by David S. Miller · 13 years ago
  17. 21eddb5 xfrm: Const'ify xfrm_tmpl and xfrm_state args to xfrm_state_addr_cmp. by David S. Miller · 13 years ago
  18. 63eb23f xfrm: Const'ify policy arg to xp_net. by David S. Miller · 13 years ago
  19. b4b7c0b xfrm: Const'ify selector args in xfrm_migrate paths. by David S. Miller · 13 years ago
  20. 183cad1 xfrm: Const'ify pointer args to km_migrate() and implementations. by David S. Miller · 13 years ago
  21. 6cc3296 xfrm: Const'ify address argument to xfrm_addr_any() by David S. Miller · 13 years ago
  22. ff6acd1 xfrm: Const'ify address arguments to xfrm_addr_cmp() by David S. Miller · 13 years ago
  23. 5e6b930 xfrm: Const'ify address arguments to ->dst_lookup() by David S. Miller · 13 years ago
  24. 200ce96 xfrm: Const'ify selector argument to xfrm_selector_match() by David S. Miller · 13 years ago
  25. 19bd624 xfrm: Const'ify tmpl and address arguments to ->init_temprop() by David S. Miller · 13 years ago
  26. 214e005 xfrm: Pass km_event pointers around as const when possible. by David S. Miller · 13 years ago
  27. 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
  28. 77c81e0 tipc: Clean out all remaining instances of #if 0'd unused code by Allan Stephens · 14 years ago
  29. 5413b4c tipc: Improve handling of invalid link tolerance values by Allan Stephens · 14 years ago
  30. 39fc0ce net: Implement SFEATURES compatibility for not updated drivers by Michał Mirosław · 13 years ago
  31. e13e02a3 net_sched: SFB flow scheduler by Eric Dumazet · 13 years ago
  32. dee9f4b net: Make flow cache paths use a const struct flowi. by David S. Miller · 13 years ago
  33. 0730b9a net: Mark flowi arg to flow_cache_uli_match() const. by David S. Miller · 13 years ago
  34. b520e9f xfrm: Mark flowi arg to xfrm_state_find() const. by David S. Miller · 13 years ago
  35. e33f770 xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const. by David S. Miller · 13 years ago
  36. e1ad2ab xfrm: Mark flowi arg to xfrm_selector_match() const. by David S. Miller · 13 years ago
  37. 1744a8f xfrm: Mark token args to addr_match() const. by David S. Miller · 13 years ago
  38. 8f029de xfrm: Mark flowi arg to xfrm_type->reject() const. by David S. Miller · 13 years ago
  39. 73e5ebb xfrm: Mark flowi arg to ->init_tempsel() const. by David S. Miller · 13 years ago
  40. 0c7b3ee xfrm: Mark flowi arg to ->fill_dst() const. by David S. Miller · 13 years ago
  41. 05d8402 xfrm: Mark flowi arg to ->get_tos() const. by David S. Miller · 13 years ago
  42. e8a4e37 xfrm: Mark flowi arg const in key extraction helpers. by David S. Miller · 13 years ago
  43. 5db5e44 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  44. eaefd11 net: add __rcu annotations to sk_wq and wq by Eric Dumazet · 13 years ago
  45. 089c348 tcp: Remove debug macro of TCP_CHECK_TIMER by Shan Wei · 13 years ago
  46. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  47. 226111d net: dcb: match dcb_app protocol field with 802.1Qaz spec by John Fastabend · 13 years ago
  48. 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
  49. 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
  50. b1a1bcf ssb: when needed, reject IM input while disabling device by Rafał Miłecki · 13 years ago
  51. 8b2988c ssb: remove invalid define SSB_TMSLOW_PHYCLK by Rafał Miłecki · 13 years ago
  52. fd23c3b ipv4: Add hash table of interface addresses. by David S. Miller · 13 years ago
  53. 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
  54. 3c18d4d Expand CONFIG_DEBUG_LIST to several other list operations by Linus Torvalds · 13 years ago
  55. 982721f ipv4: Use const'ify fib_result deep in the route call chains. by David S. Miller · 13 years ago
  56. b6bf3ca ipv4: Mark fib_combine_itag()'s 'res' arg as const. by David S. Miller · 13 years ago
  57. 3c7bd1a net: Add initial_ref arg to dst_alloc(). by David S. Miller · 13 years ago
  58. 456d66e RTC: Re-enable UIE timer/polling emulation by John Stultz · 13 years ago
  59. 6e57b1d RTC: Revert UIE emulation removal by John Stultz · 13 years ago
  60. e83d360 net: introduce NETIF_F_RXCSUM by Michał Mirosław · 13 years ago
  61. 5455c69 net: Introduce new feature setting ops by Michał Mirosław · 13 years ago
  62. 0a41770 ethtool: factorize get/set_one_feature by Michał Mirosław · 13 years ago
  63. 212b573 ethtool: enable GSO and GRO by default by Michał Mirosław · 13 years ago
  64. adc4266 Bluetooth: Fix some code style issues in hci_core.h by Szymon Janc · 13 years ago
  65. d503b30 netfilter: tproxy: do not assign timewait sockets to skb->sk by Florian Westphal · 13 years ago
  66. 2ce603e Bluetooth: Send LE Connection Update Command by Claudio Takahasi · 13 years ago
  67. 6bd3232 Bluetooth: Use proper timer for hci command timout by Ville Tervo · 13 years ago
  68. de73115 Bluetooth: Add connection parameter update response by Claudio Takahasi · 13 years ago
  69. 3300d9a Bluetooth: Add LE signaling commands handling by Claudio Takahasi · 13 years ago
  70. aff2cae Bluetooth: Add SMP command structures by Ville Tervo · 13 years ago
  71. b62f328 Bluetooth: Add server socket support for LE connection by Ville Tervo · 13 years ago
  72. acd7d37 Bluetooth: Add LE connection support to L2CAP by Ville Tervo · 13 years ago
  73. 6ed58ec Bluetooth: Use LE buffers for LE traffic by Ville Tervo · 13 years ago
  74. fcd89c0 Bluetooth: Add LE connect support by Ville Tervo · 13 years ago
  75. 63185f6 Bluetooth: Add low energy commands and events by Ville Tervo · 13 years ago
  76. a264011 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 13 years ago
  77. 58a69cb workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' by Tejun Heo · 13 years ago
  78. a7d6e4e thp: prevent hugepages during args/env copying into the user stack by Andrea Arcangeli · 13 years ago
  79. 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 · 13 years ago
  80. 87450bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  81. c531a12 Bluetooth: remove l2cap_load() hack by Gustavo F. Padovan · 13 years ago
  82. a252852 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent by Ingo Molnar · 13 years ago
  83. d606ef3 phy/micrel: add ability to support 50MHz RMII clock on KZS8051RNL by Baruch Siach · 13 years ago
  84. 6427451 Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko by Gustavo F. Padovan · 13 years ago
  85. fbaec0e rtnetlink: implement setting of master device by Jiri Pirko · 13 years ago
  86. 795abaf klist: Fix object alignment on 64-bit. by David Miller · 13 years ago
  87. 1765a57 net: make dev->master general by Jiri Pirko · 13 years ago
  88. d59cfde net: remove the unnecessary dance around skb_bond_should_drop by Jiri Pirko · 13 years ago
  89. 1f6fe7c [SCSI] target: fix use after free detected by SLUB poison by Nicholas Bellinger · 13 years ago
  90. e89d15e [SCSI] target: Remove procfs based target_core_mib.c code by Nicholas Bellinger · 13 years ago
  91. d033d52 ixgbe: DCB, implement 802.1Qaz routines by John Fastabend · 13 years ago
  92. cfaea56 Input: matrix_keypad - increase the limit of rows and columns by Trilok Soni · 13 years ago
  93. 6037b71 security: add cred argument to security_capable() by Chris Wright · 13 years ago
  94. 6431cbc inet: Create a mechanism for upward inetpeer propagation into routes. by David S. Miller · 13 years ago
  95. ddd4aa4 inetpeer: Add redirect and PMTU discovery cached info. by David S. Miller · 13 years ago
  96. 7a71ed8 inetpeer: Abstract address representation further. by David S. Miller · 13 years ago
  97. 67d0195 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  98. e128c5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  99. 6d1d4ea ssb: extract boardflags2 for SPROMs rev 4 and 5 by Rafał Miłecki · 13 years ago
  100. d3d373e Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 13 years ago