1. 5bd4973 gigaset: Use semicolons to terminate statements by Joe Perches · 12 years ago
  2. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  3. 203738e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  4. 6221217 mlx4_en: dont change mac_header on xmit by Eric Dumazet · 12 years ago
  5. 0f298a2 netfilter: ctnetlink: support kernel-space dump filtering by ctmark by Pablo Neira Ayuso · 12 years ago
  6. 7175c88 netlink: allow to pass data pointer to netlink_dump_start() callback by Pablo Neira Ayuso · 12 years ago
  7. 80d326f netlink: add netlink_dump_control structure for netlink_dump_start() by Pablo Neira Ayuso · 12 years ago
  8. 3c761ea Fix autofs compile without CONFIG_COMPAT by Linus Torvalds · 12 years ago
  9. 48e316b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  10. 946a720 xfrm: remove unneeded method typedef declaration in net/xfrm.h. by Rami Rosen · 12 years ago
  11. 6b21d18 Linux 3.3-rc5 by Linus Torvalds · 12 years ago
  12. 00b10ec Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  13. 1e73fde Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  14. a32744d autofs: work around unhappy compat problem on x86-64 by Ian Kent · 12 years ago
  15. e85e363 e1000e: rename e1000e_reload_nvm() and call as function pointer by Bruce Allan · 12 years ago
  16. 0d37678 e1000e: cleanup - remove unnecessary variable by Bruce Allan · 12 years ago
  17. b20caa8 e1000e: use true/false for boolean send_xon, do not assume always true by Bruce Allan · 12 years ago
  18. b2a50e1 e1000e: cleanup comment in e1000_hash_mc_addr() by Bruce Allan · 12 years ago
  19. 57cde76 e1000e: rename e1000e_config_collision_dist() and call as function pointer by Bruce Allan · 12 years ago
  20. 6e3c807 e1000e: comment correction in e1000e_set_kmrn_lock_loss_workaround_ich8lan by Bruce Allan · 12 years ago
  21. 944ce01 e1000e: cleanup calls to setup_physical_interface function pointer by Bruce Allan · 12 years ago
  22. 44abd5c e1000e: cleanup use of check_reset_block function pointer by Bruce Allan · 12 years ago
  23. 4876832 e1000e: cleanup use of check_mng_mode function pointer by Bruce Allan · 12 years ago
  24. 1a46b40 e1000e: cleanup: rename e1000e_setup_link() and call as function pointer by Bruce Allan · 12 years ago
  25. d1964eb e1000e: cleanup: rename e1000e_id_led_init() and call as function pointer by Bruce Allan · 12 years ago
  26. b52b800 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  27. b072342 Merge branch 'sfc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc by David S. Miller · 12 years ago
  28. ff3bc1e sfc: Fix assignment of ip_summed for pre-allocated skbs by Ben Hutchings · 12 years ago
  29. 16bca1d Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 12 years ago
  30. 8a49ad6 ppp: fix 'ppp_mp_reconstruct bad seq' errors by Ben McKeegan · 12 years ago
  31. 21ca54e enic: Fix endianness bug. by Santosh Nayak · 12 years ago
  32. 42f1c01 coccicheck: change handling of C={1,2} when M= is set by Greg Dietsche · 13 years ago
  33. e807e56 Merge branch 'master' of git://1984.lsi.us.es/net by David S. Miller · 12 years ago
  34. bff5285 gre: fix spelling in comments by stephen hemminger · 12 years ago
  35. 5d74f17 Staging: wlags49_h2: print MAC via printk format specifier by Danny Kukawka · 12 years ago
  36. 3274ce7 Staging: ft1000-pcmcia: print MAC via printk format specifier by Danny Kukawka · 12 years ago
  37. ff40a67 arch/ia64/hp/sim/simeth.c: print MAC via printk format specifier by Danny Kukawka · 12 years ago
  38. 6ac8f06 usb/kaweth: print MAC via printk format specifier by Danny Kukawka · 12 years ago
  39. 517cd81 usb/cdc_ncm: print MAC via printk format specifier by Danny Kukawka · 12 years ago
  40. 2d5ba83 xscale/ixp2000/ixpdev: print MAC via printk format specifier by Danny Kukawka · 12 years ago
  41. d558950 sun/sunqe: print MAC via printk format specifier by Danny Kukawka · 12 years ago
  42. f794e7e ixgbevf: print MAC via printk format specifier by Danny Kukawka · 12 years ago
  43. bbf7bd2 dec/tulip/de4x5: print MAC via printk format specifier by Danny Kukawka · 12 years ago
  44. 66dc92e cirrus/mac89x0: print MAC via printk format specifier by Danny Kukawka · 12 years ago
  45. f27fd49 amd/hplance.c: print MAC via printk format specifier by Danny Kukawka · 12 years ago
  46. e98092b Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  47. bc2f799 net: Add missing getsockopt for SO_NOFCS. by David S. Miller · 12 years ago
  48. 971316f epoll: ep_unregister_pollwait() can use the freed pwq->whead by Oleg Nesterov · 12 years ago
  49. d80e731 epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree() by Oleg Nesterov · 12 years ago
  50. 855a85f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  51. ee32532 Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming by Linus Torvalds · 12 years ago
  52. b38a03b MAINTAINERS: drop me from PA-RISC maintenance by Kyle McMartin · 12 years ago
  53. b94cfaf NOMMU: Don't need to clear vm_mm when deleting a VMA by David Howells · 12 years ago
  54. 918e556 NOMMU: Lock i_mmap_mutex for access to the VMA prio list by David Howells · 12 years ago
  55. 37e79cb Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  56. 0e69e08 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  57. 371528c mm: memcg: Correct unregistring of events attached to the same eventfd by Anton Vorontsov · 12 years ago
  58. dc91ad8 hwmon: (max34440) Fix resetting temperature history by Guenter Roeck · 12 years ago
  59. e77266e Btrfs: fix compiler warnings on 32 bit systems by Chris Mason · 12 years ago
  60. 7d367e0 netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2) by Jozsef Kadlecsik · 12 years ago
  61. 2790728 Revert "netfilter: ctnetlink: fix soft lockup when netlink adds new entries" by Pablo Neira Ayuso · 12 years ago
  62. e29b5d8 v2 e1000: Neaten e1000_dump function by Tushar Dave · 12 years ago
  63. 542c3f4 e1000: Neaten e1000_config_dsp_after_link_change by Joe Perches · 12 years ago
  64. dffcdde e1000e: cosmetic comment changes to make lines less than 80 characters by Bruce Allan · 12 years ago
  65. b4d8e21 e1000e: cosmetic change to boolean comparisons by Bruce Allan · 12 years ago
  66. 79d0c1d r8169: Support RX-FCS flag. by Ben Greear · 12 years ago
  67. 6bbe021 r8169: Support RX-ALL flag. by Ben Greear · 12 years ago
  68. eeb69aa 8139too: Support RX-FCS flag. by Ben Greear · 12 years ago
  69. d95089d 8139too: Support RX-ALL logic. by Ben Greear · 12 years ago
  70. b0d1562 e1000: Support RX-FCS flag. by Ben Greear · 12 years ago
  71. 11a78dc e1000: Support sending custom Ethernet CRC. by Ben Greear · 12 years ago
  72. cf955e6 e1000e: Support RXALL feature flag. by Ben Greear · 12 years ago
  73. 5e0c03c net: Support RX-ALL feature flag. by Ben Greear · 12 years ago
  74. 943146d e1000e: Support sending custom Ethernet CRC. by Ben Greear · 12 years ago
  75. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  76. 0184039 e1000e: Support RXFCS feature flag. by Ben Greear · 12 years ago
  77. 36eabda net: Support RXFCS feature flag. by Ben Greear · 12 years ago
  78. 5d69703 davinci_emac: Do not free all rx dma descriptors during init by Christian Riesch · 12 years ago
  79. 7c3a95a davinci_mdio: Correct bitmask for clock divider value by Christian Riesch · 12 years ago
  80. b4ad042 davinci_cpdma: Fix channel number written to teardown registers by Christian Riesch · 12 years ago
  81. 1e0f03d mlx4_core: Fixing array indexes when setting port types by Yevgeny Petrilin · 12 years ago
  82. d708f60 be2net: update driver version by Sathya Perla · 12 years ago
  83. 1ca7ba9 be2net: enable RSS for ipv6 pkts by Sathya Perla · 12 years ago
  84. 1cfafab be2net: reset queue address after freeing by Sathya Perla · 12 years ago
  85. 0ae57bb be2net: fix tx completion cleanup by Sathya Perla · 12 years ago
  86. 191eb75 be2net: cancel be_worker during EEH recovery by Sathya Perla · 12 years ago
  87. 7372a4c arch/arm/mach-shmobile/board-ag5evm.c: included linux/dma-mapping.h twice by Danny Kukawka · 12 years ago
  88. 74eb436 ARM: mach-shmobile: r8a7779 PFC IPSR4 fix by Magnus Damm · 13 years ago
  89. 689189f ARM: mach-shmobile: sh73a0 PSTR 32-bit access fix by Magnus Damm · 13 years ago
  90. 35eb304b Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into rmobile-fixes-for-linus by Paul Mundt · 12 years ago
  91. 1ae911c sh: Fix sh2a build error for CONFIG_CACHE_WRITETHROUGH by Phil Edworthy · 12 years ago
  92. befe075 sh: modify a resource of sh_eth_giga1_resources in board-sh7757lcr by Shimoda, Yoshihiro · 12 years ago
  93. 004f4ce arch/sh: remove references to cpu_*_map. by Rusty Russell · 12 years ago
  94. ecfb68c sh: Fix typo in pci-sh7780.c by Masanari Iida · 12 years ago
  95. 37fbf4b Restore direct_io / truncate locking API by Anton Altaparmakov · 12 years ago
  96. bb4c7e9 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  97. e3e09f2 phy: IC+101G and PHY_HAS_INTERRUPT flag by Giuseppe CAVALLARO · 12 years ago
  98. b8e3995 netdev/phy/icplus: Correct broken phy_init code by David McKay · 12 years ago
  99. 8abe6fb Staging: et131x: unify return value of .ndo_set_mac_address if address is invalid by Danny Kukawka · 12 years ago
  100. 7ca1e11 br_device: unify return value of .ndo_set_mac_address if address is invalid by Danny Kukawka · 12 years ago