1. 6018e11 Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge by David S. Miller · 13 years ago
  2. ecbd532 batman-adv: use NO_FLAGS define instead of hard-coding 0 by Marek Lindner · 13 years ago
  3. e8958db batman-adv: Use enums for related constants by Sven Eckelmann · 13 years ago
  4. 3d222bb batman-adv: Rewrite debugfs kobj_to_* helpers as functions by Sven Eckelmann · 13 years ago
  5. e72948e batman-adv: Fix signedness problem in parse_gw_bandwidth by Sven Eckelmann · 13 years ago
  6. 6b9aadf batman-adv: Don't return value in void function by Sven Eckelmann · 13 years ago
  7. d1829fa batman-adv: accept delayed rebroadcasts to avoid bogus routing under heavy load by Daniele Furlan · 13 years ago
  8. 4b9d9be inetpeer: remove unused list by Eric Dumazet · 13 years ago
  9. 9ad7c04 tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open side by Jerry Chu · 13 years ago
  10. aee80b5 ipv6: generate link local address for GRE tunnel by stephen hemminger · 13 years ago
  11. bff5527 v2 ethtool: remove support for ETHTOOL_GRXNTUPLE by Alexander Duyck · 13 years ago
  12. c0c33ad 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
  13. f41ccd7 mac80211: Stop BA session event from device by Shahar Levi · 13 years ago
  14. 41bfce8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  15. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  16. 5d0c90c sctp: Guard IPV6 specific code properly. by David S. Miller · 13 years ago
  17. ab6a44c Revert "mac80211: Skip tailroom reservation for full HW-crypto devices" by John W. Linville · 13 years ago
  18. f81c622 net: Remove unnecessary semicolons by Joe Perches · 13 years ago
  19. 827d978 af-packet: Use existing netdev reference for bound sockets. by Ben Greear · 13 years ago
  20. 160ff18 af-packet: Hold reference to bound network devices. by Ben Greear · 13 years ago
  21. e990b37 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  22. 0e833d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  23. 7b29dc2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem by John W. Linville · 13 years ago
  24. 59e7e70 mac80211: call dev_alloc_name before copying name to sdata by Thadeu Lima de Souza Cascardo · 13 years ago
  25. ec764bf net: tracepoint of net_dev_xmit sees freed skb and causes panic by Koki Sanagi · 13 years ago
  26. afab2d2 net: 8021q: Add pr_fmt by Joe Perches · 13 years ago
  27. 8a07eb0 sctp: Add ASCONF operation on the single-homed host by Michio Honda · 13 years ago
  28. 7dc04d7 sctp: Add socket option operation for Auto-ASCONF. by Michio Honda · 13 years ago
  29. dd51be0 sctp: Add sysctl support for Auto-ASCONF. by Michio Honda · 13 years ago
  30. 9f7d653 sctp: Add Auto-ASCONF support (core). by Michio Honda · 13 years ago
  31. b136410 sctp: Add ADD/DEL ASCONF handling at the receiver. by Michio Honda · 13 years ago
  32. a3bcc23 af-packet: Add flag to distinguish VID 0 from no-vlan. by Ben Greear · 13 years ago
  33. 41be5a4 caif: Fix race when conditionally taking rtnl lock by sjur.brandeland@stericsson.com · 13 years ago
  34. 307f73d vlan: fix typo in vlan_dev_hard_start_xmit() by Wei Yongjun · 13 years ago
  35. d0733d2 net/ipv4: Check for mistakenly passed in non-IPv4 address by Marcus Meissner · 13 years ago
  36. 180cdc7 cfg80211: skip disabled channels on channel survey by Luis R. Rodriguez · 13 years ago
  37. 24f7580 minstrel_ht: fixed rate mode through debugfs by Zefir Kurtisi · 13 years ago
  38. 71063f0 nl80211: add testmode dump support by Wey-Yi Guy · 13 years ago
  39. a7567b2 bluetooth l2cap: fix locking in l2cap_global_chan_by_psm by Johannes Berg · 13 years ago
  40. 333ba73 cfg80211: don't drop p2p probe responses by Eliad Peller · 13 years ago
  41. 5bf74c9 Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge by David S. Miller · 13 years ago
  42. e11ec90 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  43. a000c01 sctp: stop pending timers and purge queues when peer restart asoc by Wei Yongjun · 13 years ago
  44. 48bdf07 ip_options_compile: properly handle unaligned pointer by Chris Metcalf · 13 years ago
  45. bb899b8 batman-adv: Ensure that we really have route changes in update_route by Sven Eckelmann · 13 years ago
  46. 4021967 batman-adv: a multiline comment should precede the variable it is describing by Antonio Quartulli · 13 years ago
  47. 44e92bc batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr) by Antonio Quartulli · 13 years ago
  48. 0bb8575 batman-adv: Check type of x and y in seq_(before|after) by Sven Eckelmann · 13 years ago
  49. f5d33d3 batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.h by Antonio Quartulli · 13 years ago
  50. 728cbc6 batman-adv: Use rcu_dereference_protected by update-side by Sven Eckelmann · 13 years ago
  51. 704509b batman-adv: Calculate sizeof using variable insead of types by Sven Eckelmann · 13 years ago
  52. 958ca59 batman-adv: Remove casts from type x to type x by Sven Eckelmann · 13 years ago
  53. 5f718c2 batman-adv: Remove explicit casts cast from void* for store by Sven Eckelmann · 13 years ago
  54. 37a4065 batman-adv: Only use int up and down gw representation by Sven Eckelmann · 13 years ago
  55. 747e422 batman-adv: Add const type qualifier for pointers by Sven Eckelmann · 13 years ago
  56. 38e3c5f batman-adv: Don't do pointer arithmetic with void* by Sven Eckelmann · 13 years ago
  57. 16f14b4 batman-adv: Remove comparising < 0 for unsigned type by Sven Eckelmann · 13 years ago
  58. f678bc9 batman-adv: Print jiffies as unsigned long by Sven Eckelmann · 13 years ago
  59. d3a547b batman-adv: Annotate functions with format strings by Sven Eckelmann · 13 years ago
  60. 1b38bed batman-adv: Use kzalloc rather than kmalloc followed by memset with 0 by Sven Eckelmann · 13 years ago
  61. e2cbc11 batman-adv: move neigh_node->if_incoming->if_status check in find_router() by Antonio Quartulli · 13 years ago
  62. cd1acdf Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 13 years ago
  63. a74d70b Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  64. f1d1c9f Merge branch 'nfs-for-2.6.40' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  65. f7da7a1 SUNRPC: introduce xdr_init_decode_pages by Benny Halevy · 13 years ago
  66. 176e21e SUNRPC: Support for RPC over AF_LOCAL transports by Chuck Lever · 13 years ago
  67. 559649e SUNRPC: Remove obsolete comment by Chuck Lever · 13 years ago
  68. 7402ab1 SUNRPC: Use AF_LOCAL for rpcbind upcalls by Chuck Lever · 13 years ago
  69. da09eb9 SUNRPC: Clean up use of curly braces in switch cases by Chuck Lever · 13 years ago
  70. 61677ee SUNRPC: Rename xs_encode_tcp_fragment_header() by Chuck Lever · 13 years ago
  71. fe19a96 SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback... by Trond Myklebust · 14 years ago
  72. 11ad2f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  73. 10799db Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  74. c5c177b net: Kill ratelimit.h dependency in linux/net.h by David S. Miller · 13 years ago
  75. 686a7e3 inetpeer: fix race in unused_list manipulations by Eric Dumazet · 13 years ago
  76. 95948c3 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
  77. e7a46b4 atm: expose ATM device index in sysfs by Dan Williams · 13 years ago
  78. 58bf2db Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6 by David S. Miller · 13 years ago
  79. 64c754e mac80211: Remove duplicate linux/slab.h include from net/mac80211/scan.c by Jesper Juhl · 13 years ago
  80. a331400 mac80211: clear local->ps_data on disassoc by Eliad Peller · 13 years ago
  81. c74c0bf IPVS: bug in ip_vs_ftp, same list heaad used in all netns. by Hans Schillstrom · 13 years ago
  82. b7c2f03 Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  83. 1d38c16 mac80211: stop queues before rate control updation by Rajkumar Manoharan · 13 years ago
  84. 208c72f nl80211: fix check for valid SSID size in scan operations by Luciano Coelho · 13 years ago
  85. fce637e Merge branches 'core-fixes-for-linus' and 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  86. 4c171ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  87. 86e4ca6 bug.h: Move ratelimit warn interfaces to ratelimit.h by David S. Miller · 13 years ago
  88. da7c06c net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version. by Justin Mattock · 13 years ago
  89. 12e6c41 can: convert to %pK for kptr_restrict support by Oliver Hartkopp · 13 years ago
  90. fd0daf9 net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flags by Michał Mirosław · 13 years ago
  91. 97242c8 netfilter: Fix several warnings in compat_mtw_from_user(). by David Miller · 13 years ago
  92. 9184a9c netfilter: ipset: fix ip_set_flush return code by Jozsef Kadlecsik · 13 years ago
  93. d7b250e [S390] irq: merge irq.c and s390_ext.c by Heiko Carstens · 13 years ago
  94. 36a9f77 atm: Drop __TIME__ usage by Michal Marek · 14 years ago
  95. 14d74e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 13 years ago
  96. 3f5785e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  97. 2907c35 net: hold rtnl again in dump callbacks by Eric Dumazet · 13 years ago
  98. 07bd8df sch_sfq: fix peek() implementation by Eric Dumazet · 13 years ago
  99. 8b4472c sctp: fix memory leak of the ASCONF queue when free asoc by Wei Yongjun · 13 years ago
  100. f11970e net: make dev_disable_lro use physical device if passed a vlan dev (v2) by Neil Horman · 13 years ago