1. ca44ac3 net: don't reallocate skb->head unless the current one hasn't the needed extra size or is shared by Changli Gao · 14 years ago
  2. b924dcf tipc: Delete tipc_ownidentity() by Allan Stephens · 14 years ago
  3. 12bae47 tipc: Eliminate obsolete native API forwarding routines by Allan Stephens · 14 years ago
  4. 471450f tipc: Eliminate an unused symbolic constant in link code by Allan Stephens · 14 years ago
  5. 52fe7b7 tipc: Eliminate useless initialization when creating subscriber by Allan Stephens · 14 years ago
  6. 38f232e tipc: Remove unused domain argument from multicast send routine by Allan Stephens · 14 years ago
  7. a5c2af9 tipc: Remove support for TIPC mode change callback by Allan Stephens · 14 years ago
  8. 528c771 tipc: Delete useless function prototypes by Allan Stephens · 14 years ago
  9. 28cc937 tipc: Eliminate useless return value when disabling a bearer by Allan Stephens · 14 years ago
  10. 8d71919 tipc: Delete unused configuration service structure definition by Allan Stephens · 14 years ago
  11. c802628 tipc: Remove obsolete inclusions of header files by Allan Stephens · 14 years ago
  12. d265fef tipc: Remove obsolete native API files and exports by Allan Stephens · 14 years ago
  13. b672083 ipv6: use ND_REACHABLE_TIME and ND_RETRANS_TIMER instead of magic number by Shan Wei · 14 years ago
  14. 97b1ce25 tcp: use TCP_BASE_MSS to set basic mss value by Shan Wei · 14 years ago
  15. db3949c tcp: Implement ipv6 ->get_peer() and ->tw_get_peer(). by David S. Miller · 14 years ago
  16. 493f377 tcp: Add timewait recycling bits to ipv6 connect code. by David S. Miller · 14 years ago
  17. ae4694b ipv6: Create inet6_csk_route_req(). by David S. Miller · 14 years ago
  18. ccb7c41 timewait_sock: Create and use getpeer op. by David S. Miller · 14 years ago
  19. 8790ca1 inetpeer: Kill use of inet_peer_address_t typedef. by David S. Miller · 14 years ago
  20. 8afe7c8 ipip: add module alias for tunl0 tunnel device by stephen hemminger · 14 years ago
  21. 4da6a73 gre: add module alias for gre0 tunnel device by stephen hemminger · 14 years ago
  22. 407d6fc gre: minor cleanups by stephen hemminger · 14 years ago
  23. f2cd2d3 net sched: use xps information for qdisc NUMA affinity by Eric Dumazet · 14 years ago
  24. 3f419d2 inet: Turn ->remember_stamp into ->get_peer in connection AF ops. by David S. Miller · 14 years ago
  25. b341936 ipv6: Add infrastructure to bind inet_peer objects to routes. by David S. Miller · 14 years ago
  26. 021e929 inetpeer: Add v6 peers tree, abstract root properly. by David S. Miller · 14 years ago
  27. 0266304 inetpeer: Abstract address comparisons. by David S. Miller · 14 years ago
  28. b534ecf inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer. by David S. Miller · 14 years ago
  29. 582a72d inetpeer: Introduce inet_peer_address_t. by David S. Miller · 14 years ago
  30. 98158f5 inetpeer: Abstract out the tree root accesses. by David S. Miller · 14 years ago
  31. 7714862 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  32. a417786 xps: add __rcu annotations by Eric Dumazet · 14 years ago
  33. b02038a xps: NUMA allocations for per cpu data by Eric Dumazet · 14 years ago
  34. bf26414 xps: Add CONFIG_XPS by Tom Herbert · 14 years ago
  35. 82a39eb ipv6: Prepare the tree for un-inlined jhash. by Jozsef Kadlecsik · 14 years ago
  36. 3f0a069 X25 remove bkl in call user data length ioctl by andrew hendry · 14 years ago
  37. 74a7e44 X25 remove bkl from causediag ioctls by andrew hendry · 14 years ago
  38. 5b7958d X25 remove bkl from calluserdata ioctls by andrew hendry · 14 years ago
  39. f90de66 X25 remove bkl in facility ioctls by andrew hendry · 14 years ago
  40. 5595a1a X25 remove bkl in subscription ioctls by andrew hendry · 14 years ago
  41. 19eb5cc 8021q: vlan device is lockless do not transfer real_num_{tx|rx}_queues by John Fastabend · 14 years ago
  42. 5a0d226 net: add netif_tx_queue_frozen_or_stopped by Eric Dumazet · 14 years ago
  43. d3c15ca ipv6: kill two unused macro definition by Shan Wei · 14 years ago
  44. a40c9f8 net: add some KERN_CONT markers to continuation lines by Uwe Kleine-König · 14 years ago
  45. cf7afbf rtnl: make link af-specific updates atomic by Thomas Graf · 14 years ago
  46. 51cce8a 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 · 14 years ago
  47. 99ba2a1 mac80211: implement packet loss notification by Johannes Berg · 14 years ago
  48. c063dbf cfg80211: allow using CQM event to notify packet loss by Johannes Berg · 14 years ago
  49. 48124d1 mac80211: avoid aggregation for VO traffic by Luis R. Rodriguez · 14 years ago
  50. 72a8a3e mac80211: reduce the number of retries for nullfunc probing by Felix Fietkau · 14 years ago
  51. 4e5ff37 mac80211: use nullfunc instead of probe request for connection monitoring by Felix Fietkau · 14 years ago
  52. dd5b4cc cfg80211/mac80211: improve ad-hoc multicast rate handling by Felix Fietkau · 14 years ago
  53. 4609097 mac80211: probe the AP when resuming by Felix Fietkau · 14 years ago
  54. 7ccc8bd mac80211: calculate beacon loss time accurately by Felix Fietkau · 14 years ago
  55. c8a7972 mac80211: restart beacon miss timer on system resume from suspend by Felix Fietkau · 14 years ago
  56. e9c0268 net/wireless: Use pr_<level> and netdev_<level> by Joe Perches · 14 years ago
  57. d7a066c9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  58. ccb1435 Revert "nl80211/mac80211: Report signal average" by John W. Linville · 14 years ago
  59. 1d24eb4 xps: Transmit Packet Steering by Tom Herbert · 14 years ago
  60. 3853b58 xps: Improvements in TX queue selection by Tom Herbert · 14 years ago
  61. bba14de scm: lower SCM_MAX_FD by Eric Dumazet · 14 years ago
  62. 456b61b ipv6: mcast: RCU conversion by Eric Dumazet · 14 years ago
  63. 18890d4 mac80211: Disable hw crypto for GTKs on AP VLAN interfaces by Helmut Schaa · 14 years ago
  64. b2e253c cfg80211: Fix regulatory bug with multiple cards and delays by Luis R. Rodriguez · 14 years ago
  65. b0e2880 cfg80211: move mutex locking to reg_process_pending_hints() by Luis R. Rodriguez · 14 years ago
  66. f333a7a cfg80211: move reg_work and reg_todo above by Luis R. Rodriguez · 14 years ago
  67. 31e9972 cfg80211: put core regulatory request into queue by Luis R. Rodriguez · 14 years ago
  68. e5700c7 Net: wanrouter: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  69. fdb2619 Net: sunrpc: auth_gss: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  70. 9ed05ad Net: rxrpc: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  71. 094f2fa Net: rds: Makefile: Remove deprecated items by Tracey Dent · 14 years ago
  72. 927a41f Net: phonet: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  73. 64387df Net: lapb: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  74. 94ee288 Net: irda: irnet: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  75. cd30c62 Net: irda: irlan: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  76. f91c4ae Net: irda: ircomm: Makefile: Remove deprecated kbuild goal defintions by Tracey Dent · 14 years ago
  77. 4de58df Net: ipv6: netfiliter: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  78. 6b8ff8c Net: ipv4: netfilter: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  79. cc0bdac Net: econet: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  80. 22674a2 Net: dns_resolver: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  81. fa13bc3 Net: ceph: Makefile: remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  82. bac14e0 Net: can: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  83. a3106d0 Net: caif: Makefile: Remove deprecated items by Tracey Dent · 14 years ago
  84. 8721750 Net: bluetooth: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  85. 551eaff pktgen: allow faster module unload by Eric Dumazet · 14 years ago
  86. bbce5a5 packet: use vzalloc() by Eric Dumazet · 14 years ago
  87. 2491242 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  88. 0670b8a X25: remove bkl in routing ioctls by andrew hendry · 14 years ago
  89. 54aafbd X25: remove bkl in inq and outq ioctls by andrew hendry · 14 years ago
  90. 1ecd66b X25: remove bkl in timestamp ioctls by andrew hendry · 14 years ago
  91. 70be998 X25: pushdown bkl in ioctls by andrew hendry · 14 years ago
  92. c26aed4 filter: use reciprocal divide by Eric Dumazet · 14 years ago
  93. 8c1592d filter: cleanup codes[] init by Eric Dumazet · 14 years ago
  94. 93aaae2 filter: optimize sk_run_filter by Eric Dumazet · 14 years ago
  95. 0302b86 net: fix kernel-doc for sk_filter_rcu_release by Randy Dunlap · 14 years ago
  96. dba4490d netfilter: fix IP_VS dependencies by Patrick McHardy · 14 years ago
  97. 925e277 net: irda: irttp: sync error paths of data- and udata-requests by Wolfram Sang · 14 years ago
  98. 18a31e1 ipv6: Expose reachable and retrans timer values as msecs by Thomas Graf · 14 years ago
  99. 07bfa52 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  100. 86107fd nl80211/mac80211: Report signal average by Bruno Randolf · 14 years ago