1. 94fe8c6 ks8842: Support DMA when accessed via timberdale by Richard Röjfors · 14 years ago
  2. fed6638 net: pskb_expand_head() optimization by Eric Dumazet · 14 years ago
  3. c1f7942 sysfs: add attribute to indicate hw address assignment type by Stefan Assmann · 14 years ago
  4. 963bfee net: RTA_MARK addition by Eric Dumazet · 14 years ago
  5. e955cea CAN: Add Flexcan CAN controller driver by Marc Kleine-Budde · 15 years ago
  6. e7c3815 ipv6: Make IP6CB(skb)->nhoff 16-bit. by David S. Miller · 14 years ago
  7. bd27290 net: 64bit stats for netdev_queue by Eric Dumazet · 14 years ago
  8. c1f19b5 net: support time stamping in phy devices. by Richard Cochran · 14 years ago
  9. 15f0127 net: added a BPF to help drivers detect PTP packets. by Richard Cochran · 14 years ago
  10. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 14 years ago
  11. 4507a71 net: add driver hook for tx time stamping. by Richard Cochran · 14 years ago
  12. d775351 net: Document that dev_get_stats() returns the given pointer by Ben Hutchings · 14 years ago
  13. 3cfde79 net: Get rid of rtnl_link_stats64 / net_device_stats union by Ben Hutchings · 14 years ago
  14. 7313bb8 atm: propagate signal changes via notifier by Karl Hiramoto · 14 years ago
  15. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  16. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  17. bcfcc45 net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is defined by Ben Hutchings · 14 years ago
  18. f45f432 netdevice.h: Change netif_<level> macros to call netdev_<level> functions by Joe Perches · 14 years ago
  19. 256df2f netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functions by Joe Perches · 14 years ago
  20. 99bcf21 device.h drivers/base/core.c Convert dev_<level> logging macros to functions by Joe Perches · 14 years ago
  21. 7db6f5f vsprintf: Recursive vsnprintf: Add "%pV", struct va_format by Joe Perches · 14 years ago
  22. e490c1de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  23. e2aec37 linux/net.h: fix kernel-doc warnings by Randy Dunlap · 14 years ago
  24. f0796d5 net: decreasing real_num_tx_queues needs to flush qdisc by John Fastabend · 14 years ago
  25. 05318bc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  26. a5b6ee2 ethtool: Add support for control of RX flow hash indirection by Ben Hutchings · 14 years ago
  27. 1437ce3 ethtool: Change ethtool_op_set_flags to validate flags by Ben Hutchings · 14 years ago
  28. 9b2c2ff mv643xx_eth: use sw csum for big packets by Saeed Bishara · 14 years ago
  29. afd2a5c eeprom_93cx6: Add support for 93c86 EEPROMs. by Gertjan van Wingerde · 14 years ago
  30. bf98843 ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFH by Ben Hutchings · 14 years ago
  31. bc66154 macvlan: 64 bit rx counters by Eric Dumazet · 14 years ago
  32. 33d91f0 net: u64_stats_fetch_begin_bh() and u64_stats_fetch_retry_bh() by Eric Dumazet · 14 years ago
  33. b6b3ecc net: u64_stats_sync improvements by Eric Dumazet · 14 years ago
  34. 7eb9282 netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC header by Patrick McHardy · 14 years ago
  35. 01f2f3f net: optimize Berkeley Packet Filter (BPF) processing by Hagen Paul Pfeifer · 14 years ago
  36. 7a938f8 broadcom: Add 5241 support by Dmitry Baryshkov · 14 years ago
  37. fcb26ec broadcom: move all PHY_ID's to header by Dmitry Baryshkov · 14 years ago
  38. 98d2ff8 nl80211: Add option to adjust transmit power by Juuso Oikarinen · 14 years ago
  39. fa61cf7 cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm units by Juuso Oikarinen · 14 years ago
  40. 7b2ff18 net - IP_NODEFRAG option for IPv4 socket by Jiri Olsa · 14 years ago
  41. 16b8a47 net: Introduce u64_stats_sync infrastructure by Eric Dumazet · 14 years ago
  42. 26ec037 IPVS: one-packet scheduling by Nick Chalk · 14 years ago
  43. 69ad782 caif: Add debug connection type for CAIF. by Sjur Braendeland · 14 years ago
  44. d29c0c5 udp: Add UFO to NETIF_F_SOFTWARE_GSO by Herbert Xu · 14 years ago
  45. 3f551f9 sock: Introduce cred_to_ucred by Eric W. Biederman · 14 years ago
  46. 5c1469d user_ns: Introduce user_nsmap_uid and user_ns_map_gid. by Eric W. Biederman · 14 years ago
  47. d5f31fb netpoll: Use correct primitives for RCU dereferencing by Herbert Xu · 14 years ago
  48. 5933dd2 net: NET_SKB_PAD should depend on L1_CACHE_BYTES by Eric Dumazet · 14 years ago
  49. 82695d9 net: Fix error in comment on net_device_ops::ndo_get_stats by Ben Hutchings · 14 years ago
  50. 16fb62b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  51. f350a0a8 bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 14 years ago
  52. a35e2c1 macvlan: use rx_handler_data pointer to store macvlan_port pointer V2 by Jiri Pirko · 14 years ago
  53. 93e2c32 net: add rx_handler data pointer by Jiri Pirko · 14 years ago
  54. c18370f netpoll: Add netpoll_tx_running by Herbert Xu · 14 years ago
  55. 8fdd95e netpoll: Allow netpoll_setup/cleanup recursion by Herbert Xu · 14 years ago
  56. 4247e16 netpoll: Add ndo_netpoll_setup by Herbert Xu · 14 years ago
  57. de85d99 netpoll: Fix RCU usage by Herbert Xu · 14 years ago
  58. f9181f4 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  59. 0902b46 netfilter: xtables: idletimer target implementation by Luciano Coelho · 14 years ago
  60. 1be3b5f ethtool: Revert incorrect indentation changes by Ben Hutchings · 14 years ago
  61. f5c5440 netfilter: nfnetlink_log: RCU conversion, part 2 by Eric Dumazet · 14 years ago
  62. be1f3c2 net: Enable 64-bit net device statistics on 32-bit architectures by Ben Hutchings · 14 years ago
  63. 62522d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  64. 14599f1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  65. 597a264 net: deliver skbs on inactive slaves to exact matches by John Fastabend · 14 years ago
  66. 5bfddbd netfilter: nf_conntrack: IPS_UNTRACKED bit by Eric Dumazet · 14 years ago
  67. bb69ae0 anycast: Some RCU conversions by Eric Dumazet · 14 years ago
  68. eedc765 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  69. bb1d912 bonding: allow user-controlled output slave selection by Andy Gospodarek · 14 years ago
  70. b78462e skbuff: add check for non-linear to warn_if_lro and needs_linearize by Alexander Duyck · 14 years ago
  71. 467429b ssb: remove the ssb DMA API by FUJITA Tomonori · 14 years ago
  72. 14f9295 ssb: add dma_dev to ssb_device structure by FUJITA Tomonori · 14 years ago
  73. bc10502 net: use __packed annotation by Eric Dumazet · 14 years ago
  74. b5f7e75 ipv4: add LINUX_MIB_IPRPFILTER snmp counter by Eric Dumazet · 14 years ago
  75. 77c2061 wireless: fix several minor description typos by Walter Goldens · 14 years ago
  76. ab95bfe net: replace hooks in __netif_receive_skb V5 by Jiri Pirko · 14 years ago
  77. 614f60f packet_mmap: expose hw packet timestamps to network packet capture utilities by Scott McMillan · 14 years ago
  78. c2d9ba9 net: CONFIG_NET_NS reduction by Eric Dumazet · 14 years ago
  79. 5953a30 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  80. 7489aec netfilter: xtables: stackptr should be percpu by Eric Dumazet · 14 years ago
  81. 6496084 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  82. 38117d1 net: Fix NETDEV_NOTIFY_PEERS to not conflict with NETDEV_BONDING_DESLAVE. by David S. Miller · 14 years ago
  83. 06c4648 arp_notify: allow drivers to explicitly request a notification event. by Ian Campbell · 14 years ago
  84. 92b4522 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  85. 3b03117 Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  86. 003386f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  87. 17d30ac Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 14 years ago
  88. e38c1e5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  89. d28619f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  90. 97ef6f7 rapidio: fix new kernel-doc warnings by Randy Dunlap · 14 years ago
  91. 35926ff Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()" by Linus Torvalds · 14 years ago
  92. b612a05 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  93. 0f1f694 SLUB: Allow full duplication of kmalloc array for 390 by Christoph Lameter · 14 years ago
  94. 52b0ace Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  95. 0aa12fb sched: add wait_for_completion_killable_timeout by Sage Weil · 14 years ago
  96. 5b0daa3 skb: make skb_recycle_check() return a bool value by Changli Gao · 14 years ago
  97. e4f2e5e Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
  98. 9a90e09 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  99. 91dd696 Merge branch 'acpi_enable' into release by Len Brown · 14 years ago
  100. 89ad6a6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago