1. c5346fe mib: add net to IP_ADD_STATS_BH by Pavel Emelyanov · 18 years ago
  2. 7c73a6f mib: add net to IP_INC_STATS_BH by Pavel Emelyanov · 18 years ago
  3. 5e38e27 mib: add net to IP_INC_STATS by Pavel Emelyanov · 18 years ago
  4. c6f8f7e mib: drop unused IP_INC_STATS_USER by Pavel Emelyanov · 18 years ago
  5. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 18 years ago
  6. f1f28aa netdev: Add addr_list_lock to struct net_device. by David S. Miller · 18 years ago
  7. f66ac03 mib: add struct net to ICMPMSGIN_INC_STATS_BH by Pavel Emelyanov · 18 years ago
  8. 903fc19 mib: add struct net to ICMPMSGOUT_INC_STATS by Pavel Emelyanov · 18 years ago
  9. dcfc23c mib: add struct net to ICMP_INC_STATS_BH by Pavel Emelyanov · 18 years ago
  10. 75c939b mib: add struct net to ICMP_INC_STATS by Pavel Emelyanov · 18 years ago
  11. 43589aa icmp: drop unused MIB accounting wrappers by Pavel Emelyanov · 18 years ago
  12. 0388b00 icmp: add struct net argument to icmp_out_count by Pavel Emelyanov · 18 years ago
  13. 393e52e packet: deliver VLAN TCI to userspace by Patrick McHardy · 18 years ago
  14. bbd6ef8 packet: support extensible, 64 bit clean mmaped ring structure by Patrick McHardy · 18 years ago
  15. bc1d041 vlan: deliver packets received with VLAN acceleration to network taps by Patrick McHardy · 18 years ago
  16. 6aa895b vlan: Don't store VLAN tag in cb by Patrick McHardy · 18 years ago
  17. 0ea5224 tipc: Remove unneeded parameter to tipc_createport_raw() by Allan Stephens · 18 years ago
  18. 925068d Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 18 years ago
  19. f271b2c tun: Fix/rewrite packet filtering logic by Max Krasnyansky · 18 years ago
  20. fc943b1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 18 years ago
  21. 72d9794 net-sched: cls_flow: add perturbation support by Patrick McHardy · 18 years ago
  22. 0c4c8ca Merge branch 'master' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6 by David S. Miller · 18 years ago
  23. 2aec609 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 18 years ago
  24. 4c88949 netfilter: Let nf_ct_kill() callers know if del_timer() returned true. by David S. Miller · 18 years ago
  25. f434b2d mac80211: fix struct ieee80211_tx_queue_params by Johannes Berg · 18 years ago
  26. f591fa5 mac80211: fix TX sequence numbers by Johannes Berg · 18 years ago
  27. 9c0c7a4 ssb: Include dma-mapping.h by Michael Buesch · 18 years ago
  28. 9d139c8 mac80211: revamp beacon configuration by Johannes Berg · 18 years ago
  29. 49292d5 mac80211: power management wext hooks by Samuel Ortiz · 18 years ago
  30. 5b5d0e7 dccp: Upgrade NDP count from 3 to 6 bytes by Gerrit Renker · 18 years ago
  31. d815653 net: add netif_napi_del function to allow for removal of napistructs by Alexander Duyck · 18 years ago
  32. ccf9b3b xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_info by Steffen Klassert · 18 years ago
  33. 79d1638 netdev: Move atomic queue state bits into netdev_queue. by David S. Miller · 18 years ago
  34. b19fa1f net: Delete NETDEVICES_MULTIQUEUE kconfig option. by David S. Miller · 18 years ago
  35. c773e84 netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. by David S. Miller · 18 years ago
  36. eb6aafe pkt_sched: Make qdisc_run take a netdev_queue. by David S. Miller · 18 years ago
  37. 86d804e netdev: Make netif_schedule() routines work with netdev_queue objects. by David S. Miller · 18 years ago
  38. 970565b netdev: Move gso_skb into netdev_queue. by David S. Miller · 18 years ago
  39. 0529794 pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6. by David S. Miller · 18 years ago
  40. 6fa9864 net: Clean up explicit ->tx_queue references in link watch. by David S. Miller · 18 years ago
  41. 3e745dd pkt_sched: Add qdisc_all_tx_empty() by David S. Miller · 18 years ago
  42. 5aa7099 pkt_sched: Add qdisc_reset_all_tx(). by David S. Miller · 18 years ago
  43. ee609cb netdev: Move next_sched into struct netdev_queue. by David S. Miller · 18 years ago
  44. 68dfb42 pkt_sched: Kill stats_lock member of struct Qdisc. by David S. Miller · 18 years ago
  45. 816f325 netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. by David S. Miller · 18 years ago
  46. b0e1e64 netdev: Move rest of qdisc state into struct netdev_queue by David S. Miller · 18 years ago
  47. 555353c netdev: The ingress_lock member is no longer needed. by David S. Miller · 18 years ago
  48. dc2b484 netdev: Move queue_lock into struct netdev_queue. by David S. Miller · 18 years ago
  49. 5ce2d48 pkt_sched: Remove 'dev' member of struct Qdisc. by David S. Miller · 18 years ago
  50. bb949fb netdev: Create netdev_queue abstraction. by David S. Miller · 18 years ago
  51. 54dceb0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 18 years ago
  52. 11a100f vlan: avoid header copying and linearisation where possible by Patrick McHardy · 18 years ago
  53. 6ef307b mac80211: fix lots of kernel-doc by Randy Dunlap · 18 years ago
  54. 238f74a mac80211: move QOS control helpers into ieee80211.h by Harvey Harrison · 18 years ago
  55. 429a380 mac80211: add block ack request capability by Ron Rindjunsky · 18 years ago
  56. 9bb8582 vlan: TCI related type and naming cleanups by Patrick McHardy · 18 years ago
  57. df6b6a0 vlan: remove useless struct hlist_node declaration from if_vlan.h by Patrick McHardy · 18 years ago
  58. 22d1ba7 vlan: move struct vlan_dev_info to private header by Patrick McHardy · 18 years ago
  59. 7750f40 vlan: uninline __vlan_hwaccel_rx by Patrick McHardy · 18 years ago
  60. acc81e1 vlan: fix network_header/mac_header adjustments by Patrick McHardy · 18 years ago
  61. 2c69361 net: remove padding from struct socket on 64bit & increase objects/cache by Richard Kennedy · 18 years ago
  62. 4ad3f26 netfilter: fix string extension for case insensitive pattern matching by Joonwoo Park · 18 years ago
  63. dde77e6 textsearch: convert kmalloc + memset to kzalloc by Joonwoo Park · 18 years ago
  64. b9c7967 textsearch: support for case insensitive searching by Joonwoo Park · 18 years ago
  65. cdf060a netfilter: cleanup netfilter_ipv6.h userspace header by Adrian Bunk · 18 years ago
  66. b891c5a netfilter: nf_conntrack: add allocation flag to nf_conntrack_alloc by Pablo Neira Ayuso · 18 years ago
  67. fb0305c net-sched: consolidate default fifo qdisc setup by Patrick McHardy · 18 years ago
  68. 6fe1c7a net-sched: add dynamically sized qdisc class hash helpers by Patrick McHardy · 18 years ago
  69. ea2aca0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 18 years ago
  70. f3032be Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 18 years ago
  71. 70c03b4 vlan: Add GVRP support by Patrick McHardy · 18 years ago
  72. eca9eba net: Add GARP applicant-only participant by Patrick McHardy · 18 years ago
  73. a19800d net: Add STP demux layer by Patrick McHardy · 18 years ago
  74. ef28d1a MIB: add struct net to UDP6_INC_STATS_BH by Pavel Emelyanov · 18 years ago
  75. 235b9f7 MIB: add struct net to UDP6_INC_STATS_USER by Pavel Emelyanov · 18 years ago
  76. 0283328 MIB: add struct net to UDP_INC_STATS_BH by Pavel Emelyanov · 18 years ago
  77. 629ca23 MIB: add struct net to UDP_INC_STATS_USER by Pavel Emelyanov · 18 years ago
  78. 4ce2417 Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 18 years ago
  79. e84f84f netns: place rt_genid into struct net by Denis V. Lunev · 18 years ago
  80. 9f5e97e netns: make rt_secret_rebuild timer per namespace by Denis V. Lunev · 18 years ago
  81. 39a23e7 netns: register net.ipv4.route.flush in each namespace by Denis V. Lunev · 18 years ago
  82. ae299fc net: add fib_rules_ops to flush_cache method by Denis V. Lunev · 18 years ago
  83. 76e6ebf netns: add namespace parameter to rt_cache_flush by Denis V. Lunev · 18 years ago
  84. 198191c WAN: convert drivers to use built-in netdev_stats by Krzysztof Halasa · 18 years ago
  85. f43798c tun: Allow GSO using virtio_net_hdr by Rusty Russell · 18 years ago
  86. 5228ddc tun: TUNSETFEATURES to set gso features. by Rusty Russell · 18 years ago
  87. 07240fd tun: Interface to query tun/tap features. by Rusty Russell · 18 years ago
  88. e0835f8 ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs. by YOSHIFUJI Hideaki · 18 years ago
  89. 03d2f89 ipv4: Do cleanup for ip_mr_init by Wang Chen · 18 years ago
  90. 623d1a1 ipv6: Do cleanup for ip6_mr_init. by Wang Chen · 18 years ago
  91. 1b34be7 ipv6 addrconf: add accept_dad sysctl to control DAD operation. by YOSHIFUJI Hideaki · 18 years ago
  92. 778d80b ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface. by YOSHIFUJI Hideaki · 18 years ago
  93. 0e77a07 Merge branch 'for-2.6.26' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 18 years ago
  94. f7572da Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 18 years ago
  95. 821b03f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  96. 0853ad6 netdev: Add support for rx flow hash configuration, using ethtool. by Santwona Behera · 18 years ago
  97. ff31ab5 net-sched: change tcf_destroy_chain() to clear start of filter list by Patrick McHardy · 18 years ago
  98. 8e29da9 i2c: Fix bad hint about irqs in i2c.h by Wolfram Sang · 18 years ago
  99. 18ce375 Properly notify block layer of sync writes by Jens Axboe · 18 years ago
  100. 06ff47b mac80211: add spectrum capabilities by Tomas Winkler · 18 years ago