1. 9d139c8 mac80211: revamp beacon configuration by Johannes Berg · 16 years ago
  2. 49292d5 mac80211: power management wext hooks by Samuel Ortiz · 16 years ago
  3. 79d1638 netdev: Move atomic queue state bits into netdev_queue. by David S. Miller · 16 years ago
  4. b19fa1f net: Delete NETDEVICES_MULTIQUEUE kconfig option. by David S. Miller · 16 years ago
  5. c773e84 netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. by David S. Miller · 16 years ago
  6. eb6aafe pkt_sched: Make qdisc_run take a netdev_queue. by David S. Miller · 16 years ago
  7. 86d804e netdev: Make netif_schedule() routines work with netdev_queue objects. by David S. Miller · 16 years ago
  8. 970565b netdev: Move gso_skb into netdev_queue. by David S. Miller · 16 years ago
  9. 0529794 pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6. by David S. Miller · 16 years ago
  10. 6fa9864 net: Clean up explicit ->tx_queue references in link watch. by David S. Miller · 16 years ago
  11. 3e745dd pkt_sched: Add qdisc_all_tx_empty() by David S. Miller · 16 years ago
  12. 5aa7099 pkt_sched: Add qdisc_reset_all_tx(). by David S. Miller · 16 years ago
  13. ee609cb netdev: Move next_sched into struct netdev_queue. by David S. Miller · 16 years ago
  14. 68dfb42 pkt_sched: Kill stats_lock member of struct Qdisc. by David S. Miller · 16 years ago
  15. 816f325 netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. by David S. Miller · 16 years ago
  16. b0e1e64 netdev: Move rest of qdisc state into struct netdev_queue by David S. Miller · 16 years ago
  17. 555353c netdev: The ingress_lock member is no longer needed. by David S. Miller · 16 years ago
  18. dc2b484 netdev: Move queue_lock into struct netdev_queue. by David S. Miller · 16 years ago
  19. 5ce2d48 pkt_sched: Remove 'dev' member of struct Qdisc. by David S. Miller · 16 years ago
  20. bb949fb netdev: Create netdev_queue abstraction. by David S. Miller · 16 years ago
  21. 54dceb0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  22. 11a100f vlan: avoid header copying and linearisation where possible by Patrick McHardy · 16 years ago
  23. 6ef307b mac80211: fix lots of kernel-doc by Randy Dunlap · 16 years ago
  24. 238f74a mac80211: move QOS control helpers into ieee80211.h by Harvey Harrison · 16 years ago
  25. 429a380 mac80211: add block ack request capability by Ron Rindjunsky · 16 years ago
  26. 9bb8582 vlan: TCI related type and naming cleanups by Patrick McHardy · 16 years ago
  27. df6b6a0 vlan: remove useless struct hlist_node declaration from if_vlan.h by Patrick McHardy · 16 years ago
  28. 22d1ba7 vlan: move struct vlan_dev_info to private header by Patrick McHardy · 16 years ago
  29. 7750f40 vlan: uninline __vlan_hwaccel_rx by Patrick McHardy · 16 years ago
  30. acc81e1 vlan: fix network_header/mac_header adjustments by Patrick McHardy · 16 years ago
  31. 2c69361 net: remove padding from struct socket on 64bit & increase objects/cache by Richard Kennedy · 16 years ago
  32. 4ad3f26 netfilter: fix string extension for case insensitive pattern matching by Joonwoo Park · 16 years ago
  33. dde77e60 textsearch: convert kmalloc + memset to kzalloc by Joonwoo Park · 16 years ago
  34. b9c7967 textsearch: support for case insensitive searching by Joonwoo Park · 16 years ago
  35. cdf060a netfilter: cleanup netfilter_ipv6.h userspace header by Adrian Bunk · 16 years ago
  36. b891c5a netfilter: nf_conntrack: add allocation flag to nf_conntrack_alloc by Pablo Neira Ayuso · 16 years ago
  37. fb0305c net-sched: consolidate default fifo qdisc setup by Patrick McHardy · 16 years ago
  38. 6fe1c7a net-sched: add dynamically sized qdisc class hash helpers by Patrick McHardy · 16 years ago
  39. ea2aca0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  40. f3032be Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  41. 70c03b4 vlan: Add GVRP support by Patrick McHardy · 16 years ago
  42. eca9eba net: Add GARP applicant-only participant by Patrick McHardy · 16 years ago
  43. a19800d net: Add STP demux layer by Patrick McHardy · 16 years ago
  44. ef28d1a MIB: add struct net to UDP6_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  45. 235b9f7 MIB: add struct net to UDP6_INC_STATS_USER by Pavel Emelyanov · 16 years ago
  46. 0283328 MIB: add struct net to UDP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  47. 629ca23 MIB: add struct net to UDP_INC_STATS_USER by Pavel Emelyanov · 16 years ago
  48. 4ce2417 Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  49. e84f84f netns: place rt_genid into struct net by Denis V. Lunev · 16 years ago
  50. 9f5e97e netns: make rt_secret_rebuild timer per namespace by Denis V. Lunev · 16 years ago
  51. 39a23e7 netns: register net.ipv4.route.flush in each namespace by Denis V. Lunev · 16 years ago
  52. ae299fc net: add fib_rules_ops to flush_cache method by Denis V. Lunev · 16 years ago
  53. 76e6ebf netns: add namespace parameter to rt_cache_flush by Denis V. Lunev · 16 years ago
  54. 198191c WAN: convert drivers to use built-in netdev_stats by Krzysztof Halasa · 16 years ago
  55. f43798c tun: Allow GSO using virtio_net_hdr by Rusty Russell · 16 years ago
  56. 5228ddc tun: TUNSETFEATURES to set gso features. by Rusty Russell · 16 years ago
  57. 07240fd tun: Interface to query tun/tap features. by Rusty Russell · 16 years ago
  58. e0835f8 ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs. by YOSHIFUJI Hideaki · 16 years ago
  59. 03d2f89 ipv4: Do cleanup for ip_mr_init by Wang Chen · 16 years ago
  60. 623d1a1 ipv6: Do cleanup for ip6_mr_init. by Wang Chen · 16 years ago
  61. 1b34be7 ipv6 addrconf: add accept_dad sysctl to control DAD operation. by YOSHIFUJI Hideaki · 16 years ago
  62. 778d80b ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface. by YOSHIFUJI Hideaki · 16 years ago
  63. 0e77a07 Merge branch 'for-2.6.26' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  64. f7572da Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  65. 821b03f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  66. 0853ad6 netdev: Add support for rx flow hash configuration, using ethtool. by Santwona Behera · 16 years ago
  67. ff31ab5 net-sched: change tcf_destroy_chain() to clear start of filter list by Patrick McHardy · 16 years ago
  68. 8e29da9 i2c: Fix bad hint about irqs in i2c.h by Wolfram Sang · 16 years ago
  69. 18ce375 Properly notify block layer of sync writes by Jens Axboe · 16 years ago
  70. 06ff47b mac80211: add spectrum capabilities by Tomas Winkler · 16 years ago
  71. 23976ef mac80211: don't accept WEP keys other than WEP40 and WEP104 by Emmanuel Grumbach · 16 years ago
  72. e1441b9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  73. bbad5d4 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  74. 4bbff7e Input: add KEY_MEDIA_REPEAT definition by Bastien Nocera · 16 years ago
  75. 1702b52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 16 years ago
  76. 0acbbee Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  77. 535e49f Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 16 years ago
  78. a4480ac Merge branch 'audit.b52' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 16 years ago
  79. 4f46acc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  80. 28f49d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  81. 332e4af Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  82. 818727b rndis_host: pass buffer length to rndis_command by Jussi Kivilinna · 16 years ago
  83. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  84. 251a4b3 net/inet_lro: remove setting skb->ip_summed when not LRO-able by Eli Cohen · 16 years ago
  85. c88e6f5 include/linux/netdevice.h: don't export MAX_HEADER to userspace by Adrian Bunk · 16 years ago
  86. b660398 kbuild: fix a.out.h export to userspace with O= build. by David Woodhouse · 16 years ago
  87. 428da76 mac80211: Add RTNL warning for workqueue by Ivo van Doorn · 16 years ago
  88. ffd7891 mac80211: Let drivers have access to TKIP key offets for TX and RX MIC by Luis R. Rodriguez · 16 years ago
  89. f225763 ssb, b43, b43legacy, b44: Rewrite SSB DMA API by Michael Buesch · 16 years ago
  90. b662348 mac80211: 11h - Handling measurement request by Assaf Krauss · 16 years ago
  91. f2df385 mac80211: 11h Infrastructure - Parsing by Assaf Krauss · 16 years ago
  92. 7fa8e6f V4L/DVB (8092): videodev: simplify and fix standard enumeration by Hans Verkuil · 16 years ago
  93. 6e501a3 V4L/DVB (8048): saa7134: Fix entries for Avermedia A16d and Avermedia E506 by Tim Farrington · 16 years ago
  94. 45270a1 V4L/DVB (8007): cx18/cx25840: the S-Video LUMA input can use all In1-In8 inputs by Hans Verkuil · 16 years ago
  95. 5005657 rfkill: rename the rfkill_state states and add block-locked state by Henrique de Moraes Holschuh · 16 years ago
  96. 79399a8 rfkill: add notifier chains support by Henrique de Moraes Holschuh · 16 years ago
  97. 477576a rfkill: add the WWAN radio type by Henrique de Moraes Holschuh · 16 years ago
  98. 801e49a rfkill: add read-write rfkill switch support by Henrique de Moraes Holschuh · 16 years ago
  99. f3146af rfkill: clarify meaning of rfkill states by Henrique de Moraes Holschuh · 16 years ago
  100. 41aefdc x86: shift bits the right way in native_read_tscp by Max Asbock · 16 years ago