1. 674aee3 forcedeth: fix stats on hardware without extended stats support by david decotigny · 13 years ago
  2. 0345e18 net: verify GSO flag bits against netdev features by Michał Mirosław · 13 years ago
  3. 3ad9b35 net: drivers: use bool type instead of double negation by Michał Mirosław · 13 years ago
  4. ea441d1 new helper: mount_subtree() by Al Viro · 13 years ago
  5. 09da71b net: ethtool: fix coding style by Michał Mirosław · 13 years ago
  6. d9fa7c8 sky2: version 1.30 by stephen hemminger · 13 years ago
  7. 00427a7 sky2: used fixed RSS key by stephen hemminger · 13 years ago
  8. b1cb825 sky2: reduce default Tx ring size by stephen hemminger · 13 years ago
  9. 926d097 sky2: rename up/down functions by stephen hemminger · 13 years ago
  10. f9687c4 sky2: pci posting issues by stephen hemminger · 13 years ago
  11. 1401a80 sky2: fix hang on shutdown (and other irq issues) by stephen hemminger · 13 years ago
  12. bbc13ab r6040: fix check against MCRO_HASHEN bit in r6040_multicast_list by Florian Fainelli · 13 years ago
  13. b721e25 ucc_geth: Convert ENET_NUM_OCTETS_PER_ADDRESS uses to ETH_ALEN by Joe Perches · 13 years ago
  14. c857ff6 amd8111e: Convert ETH_ADDR_LEN uses to ETH_ALEN by Joe Perches · 13 years ago
  15. 288e127 bna: Convert MAC_ADDRLEN uses to ETH_ALEN by Joe Perches · 13 years ago
  16. 104bf3f ethernet: Convert ETHER_ADDR_LEN uses to ETH_ALEN by Joe Perches · 13 years ago
  17. 6a3c910 ethernet: Convert MAC_ADDR_LEN uses to ETH_ALEN by Joe Perches · 13 years ago
  18. 0d2f096 random: Fix handing of arch_get_random_long in get_random_bytes() by Luck, Tony · 13 years ago
  19. 28011cf net: Add ethtool to mii advertisment conversion helpers by Matt Carlson · 13 years ago
  20. f85fa27 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  21. 358b838 team: replicate options on register by Jiri Pirko · 13 years ago
  22. 61dc346 team: convert overall spinlock to mutex by Jiri Pirko · 13 years ago
  23. 8c0713a team: Do not hold rcu_read_lock when running netlink cmds by Jiri Pirko · 13 years ago
  24. d445ba6 6LoWPAN: double free in lowpan_fragment_xmit() by Dan Carpenter · 13 years ago
  25. daad616 be2net: Use V1 query link status command for lancer by Padmanabh Ratnakar · 13 years ago
  26. 5d5adb9 be2net: Fix VLAN promiscous mode for Lancer by Padmanabh Ratnakar · 13 years ago
  27. af5875b be2net: Add EEPROM dump feature for Lancer by Padmanabh Ratnakar · 13 years ago
  28. de49bd5 be2net: add register dump feature for Lancer by Padmanabh Ratnakar · 13 years ago
  29. 293c4a7 be2net: Fix TX queue create for Lancer by Padmanabh Ratnakar · 13 years ago
  30. 9ca36f7 infiniband: Update net drivers for netdev_features_t changes. by David S. Miller · 13 years ago
  31. 377a467 MAINTAINERS: change email address for shemminger by Stephen Hemminger · 13 years ago
  32. 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
  33. a861a8b net: extend netdev_features_t to 64 bits by Michał Mirosław · 13 years ago
  34. 475414f ethtool: prepare for larger netdev_features_t type by Michał Mirosław · 13 years ago
  35. 9d92154 net: ethtool: use C99 array initialization for feature-names table by Michał Mirosław · 13 years ago
  36. a19f2a6 net: Define enum for net device features. by Michał Mirosław · 13 years ago
  37. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  38. a59e2ec net: split netdev features to separate header by Michał Mirosław · 13 years ago
  39. 02b3a55 net: ethtool: break association of ETH_FLAG_* with NETIF_F_* by Michał Mirosław · 13 years ago
  40. bc5787c6 net: remove legacy ethtool ops by Michał Mirosław · 13 years ago
  41. 33a5ba1 net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines by Rick Jones · 13 years ago
  42. 5e773fd pch_gbe: Move #include of module.h by Joe Perches · 13 years ago
  43. eb2afd4 bnx2x: cache-in compressed fw image by Dmitry Kravkov · 13 years ago
  44. eccab1e net/cadence: enable by default NET_ATMEL by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  45. fa2da8c bridge: correct IPv6 checksum after pull by stephen hemminger · 13 years ago
  46. 588f033 net: use jump_label for netstamp_needed by Eric Dumazet · 13 years ago
  47. 0284a0f qeth: Reduce CPU consumption through less SIGA-r calls by Einar Lueck · 13 years ago
  48. 1d36cb4 qeth: l3 fix rcu splat in xmit by Frank Blaschka · 13 years ago
  49. 1d50356 netiucv: reinsert dev_alloc_name for device naming by Ursula Braun · 13 years ago
  50. 7c01a8e qeth: remove WARN_ON leftover by Christian Borntraeger · 13 years ago
  51. 6cc31d0 qeth: return with -EPERM if sniffing is not enabled by Ursula Braun · 13 years ago
  52. 6684604 enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs by Rick Jones · 13 years ago
  53. 709e869 tcp: clear xmit timers in tcp_v4_syn_recv_sock() by Eric Dumazet · 13 years ago
  54. c133449 switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfs by Al Viro · 13 years ago
  55. 8d514bb btrfs: fix double mntput() in mount_subvol() by Al Viro · 13 years ago
  56. 9c69898 encrypted-keys: module build fixes by Mimi Zohar · 13 years ago
  57. f4a0d5a encrypted-keys: fix error return code by Mimi Zohar · 13 years ago
  58. 99cb2dd xen-gntalloc: signedness bug in add_grefs() by Dan Carpenter · 13 years ago
  59. 21643e6 xen-gntalloc: integer overflow in gntalloc_ioctl_alloc() by Dan Carpenter · 13 years ago
  60. fc6e0c3 xen-gntdev: integer overflow in gntdev_alloc_map() by Dan Carpenter · 13 years ago
  61. 90d4f55 xen:pvhvm: enable PVHVM VCPU placement when using more than 32 CPUs. by Zhenzhong Duan · 13 years ago
  62. 72e9cf2 xen/balloon: Avoid OOM when requesting highmem by Daniel De Graaf · 13 years ago
  63. 5f76d70 xen: Remove hanging references to CONFIG_XEN_PLATFORM_PCI by Daniel De Graaf · 13 years ago
  64. cd12909 xen: map foreign pages for shared rings by updating the PTEs directly by David Vrabel · 13 years ago
  65. 05ee796 ALSA: hda - Fix the connection selection of ADCs on Cirrus codecs by Takashi Iwai · 13 years ago
  66. ea99d83 intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN by Joe Perches · 13 years ago
  67. 82bbcde igb: Convert bare printk to pr_notice by Joe Perches · 13 years ago
  68. 876d2d6 igb: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  69. dbd9636 ixgbevf: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  70. a4ba8cb igbvf: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  71. 8d23363 ixgbe: fix LED blink logic to check for link by Emil Tantilov · 13 years ago
  72. ef456f8 e1000e: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  73. ef9b965 e1000e: convert to real ndo_set_rx_mode by Jesse Brandeburg · 13 years ago
  74. 25d7d59 ALSA: hda - Update URLs in document by Takashi Iwai · 13 years ago
  75. 2d1b439 ALSA: hda - move eld->spk_alloc fixup to hdmi_update_eld() by Wu Fengguang · 13 years ago
  76. 744626d ALSA: hda - delayed ELD repoll by Wu Fengguang · 13 years ago
  77. b95d68b ALSA: hda - fix ELD memory leak by Wu Fengguang · 13 years ago
  78. 6aaf05f Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
  79. 019ceb7 block: add missed trace_block_plug by Shaohua Li · 13 years ago
  80. a2c2a0e paride: fix potential information leak in pg_read() by Dan Carpenter · 13 years ago
  81. 121f099 bio: change some signed vars to unsigned by Dan Carpenter · 13 years ago
  82. 3540d5e block: avoid unnecessary plug list flush by Shaohua Li · 13 years ago
  83. 0007a4c cciss: auto engage SCSI mid layer at driver load time by Stephen M. Cameron · 13 years ago
  84. 7035b5d loop: cleanup set_status interface by Dmitry Monakhov · 13 years ago
  85. 0c614e2 include/linux/bio.h: use a static inline function for bio_integrity_clone() by Stephen Rothwell · 13 years ago
  86. 3bb9068 loop: prevent information leak after failed read by Dmitry Monakhov · 13 years ago
  87. 7eaf09e powerpc/ps3: Fix SMP lockdep boot warning by Geoff Levand · 13 years ago
  88. 72f3bea powerpc/ps3: Fix lost SMP IPIs by Geoff Levand · 13 years ago
  89. de1d924 powerpc: Add hvcall.h include to book3s_hv.c by Michael Neuling · 13 years ago
  90. 2cd7662 powerpc/trace: Add a dummy stack frame for trace_hardirqs_off by Kevin Hao · 13 years ago
  91. d715e43 powerpc: Copy down exception vectors after feature fixups by Anton Blanchard · 13 years ago
  92. 6d1e2c6 powerpc: panic if we can't instantiate RTAS by Anton Blanchard · 13 years ago
  93. bbc24a2 powerpc/4xx: Fix typos in kexec config dependencies by Suzuki Poulose · 13 years ago
  94. 82640a6 powerpc/fsl: MCU_MPC8349EMITX wants I2C built-in, modular won't do... by Al Viro · 13 years ago
  95. 5f861ed4 powerpc/fsl_udc_core: Fix dumb typo by Al Viro · 13 years ago
  96. 4933402 carma-fpga: Missed switch from of_register_platform_driver() by Al Viro · 13 years ago
  97. 9c8b390 powerpc: Fix build breakage in jump_label.c by Al Viro · 13 years ago
  98. ed96dfb unicore32, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  99. 8889023 unicore32: Fix typo 'PUV3_I2C' by Paul Bolle · 13 years ago
  100. ff0ff78 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 13 years ago