1. 14c9551 bonding: Implement port churn-machine (AD standard 43.4.17). by Mahesh Bandewar · 10 years ago
  2. bb54e58 bonding: Verify RX LACPDU has proper dest mac-addr by Mahesh Bandewar · 10 years ago
  3. 2a12d6c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  4. 1e0629d Merge branch 'bcmgenet-next' by David S. Miller · 10 years ago
  5. 51a966a net: bcmgenet: rename bcmgenet_hw_params->bds_cnt and GENET_DEFAULT_BD_CNT by Petri Gynther · 10 years ago
  6. 014012a net: bcmgenet: precalculate TxCB->bd_addr by Petri Gynther · 10 years ago
  7. 16c6d66 net: bcmgenet: rework Tx queue init by Petri Gynther · 10 years ago
  8. 4f8b2d7 net: bcmgenet: bcmgenet_init_tx_ring() cleanup by Petri Gynther · 10 years ago
  9. 8ca40c1 Merge branch 'pktgen-next' by David S. Miller · 10 years ago
  10. 4e081e0 pktgen: Correct documentation of module name and command by Ben Hutchings · 10 years ago
  11. 4062bd2 samples/pktgen: Show the results rather than just commenting where they are by Ben Hutchings · 10 years ago
  12. 16b5d0c samples/pktgen: Trap SIGINT by Ben Hutchings · 10 years ago
  13. db72aba samples/pktgen: Use bash as interpreter by Ben Hutchings · 10 years ago
  14. 06481f2 samples/pktgen: Remove setting of obsolete max_before_softirq parameter by Ben Hutchings · 10 years ago
  15. 2ad1cdf samples/pktgen: Correct comments about the thread config by Ben Hutchings · 10 years ago
  16. 865367d samples/pktgen: Delete unused function pg() by Ben Hutchings · 10 years ago
  17. 7c95a9d samples/pktgen: Add sample scripts for pktgen facility by Ben Hutchings · 10 years ago
  18. ca5b542 pktgen: Fix grammar errors and some poor wording in documentation by Ben Hutchings · 10 years ago
  19. 98e688f pktgen: Delete the original date from documentation by Ben Hutchings · 10 years ago
  20. 54e16f6 i40evf: don't wait forever by Mitch Williams · 10 years ago
  21. ac833bb i40evf: refactor reset by Mitch Williams · 10 years ago
  22. 748c434 i40evf: disable NAPI polling sooner by Mitch Williams · 10 years ago
  23. 30d71af i40e: Fix i40e_ndo_set_vf_spoofchk by Greg Rose · 10 years ago
  24. c952f6c i40e/i40evf: Bump Driver Versions by Sravanthi Tangeda · 10 years ago
  25. 21af70f i40e/i40evf: Remove unused variable an_enable and function update_link_info by Catherine Sullivan · 10 years ago
  26. 9df42d1 i40e: Fix the EMPR interrupt received handling by Anjali Singhai Jain · 10 years ago
  27. 5098850 i40e/i40evf: i40e_register.h updates by Anjali Singhai Jain · 10 years ago
  28. 2b18e59 i40e: Use #define for the VSI connection type by Neerav Parikh · 10 years ago
  29. 396642a i40e/i40evf: restrict VC opcodes to their initial values by Nicholas Nunley · 10 years ago
  30. a132af2 i40e/i40evf: Refactor the receive routines by Mitch Williams · 10 years ago
  31. 694dc1c i40e: rename debugfs clear_stats option by Shannon Nelson · 10 years ago
  32. d1bbe0e i40e: update Shadow RAM read/write functions by Kamil Krawczyk · 10 years ago
  33. 5beef76 igbvf: cleanup msleep() and min/max() usage by Jeff Kirsher · 10 years ago
  34. 0340501 igbvf: Fix code comments and whitespace by Jeff Kirsher · 10 years ago
  35. 79849eb e1000e: initial support for i219 by David Ertman · 10 years ago
  36. 5e3d318 Merge branch 'be2net-next' by David S. Miller · 10 years ago
  37. f962f84 be2net: move be_func_init() call inside be_setup() by Sathya Perla · 10 years ago
  38. 87ac1a5 be2net: refactor adapter resource cleanup sequence into be_cleanup() by Kalesh AP · 10 years ago
  39. 484d76f be2net: refactor adapter resource initialzation sequence into be_resume() by Kalesh AP · 10 years ago
  40. 9fa465c be2net: remove code duplication relating to Lancer reset sequence by Sathya Perla · 10 years ago
  41. d0e1b31 be2net: refactor error detect/recovery function by Kalesh AP · 10 years ago
  42. eb7dd46 be2net: use a wrapper to schedule and cancel error detection task by Sathya Perla · 10 years ago
  43. ca3de6b be2net: refactor function initalization sequence into be_func_init() by Sathya Perla · 10 years ago
  44. 6b085ba be2net: get rid of be_get_initial_config() call from be_probe() by Sathya Perla · 10 years ago
  45. 78fad34e be2net: move adapter fields alloc/free code to new routines by Sathya Perla · 10 years ago
  46. b7853d7 bridge: add vlan info to bridge setlink and dellink notification messages by Roopa Prabhu · 10 years ago
  47. e099b2d net: __aligned(size) is preferred over __attribute__((aligned(size))) by Ameen Ali · 10 years ago
  48. 92b8391 batman-adv: Fix use of seq_has_overflowed() by Joe Perches · 10 years ago
  49. 059a244 net: Remove state argument from skb_find_text() by Bojan Prtvar · 10 years ago
  50. d340c86 ethtool: use "ops" name consistenty in ethtool_set_rxfh() by Dan Carpenter · 10 years ago
  51. 29778be ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" by Alex W Slater · 10 years ago
  52. 173d6b5 Merge branch 'bna-next' by David S. Miller · 10 years ago
  53. 3f307c3 bna: Update the Driver and Firmware Version by Rasesh Mody · 10 years ago
  54. 2732ba5 bna: QLogic BR-series Adapters Driver Rebranding by Rasesh Mody · 10 years ago
  55. bb39b74 sunvnet: failed trigger should not cause BUG_ON() by David L Stevens · 10 years ago
  56. 950ddcb bonding: simple code refactor by Mahesh Bandewar · 10 years ago
  57. a50dad3 net: macb: Add big endian CPU support by Arun Chandran · 10 years ago
  58. 931c471 Merge branch 'bnx2x-next' by David S. Miller · 10 years ago
  59. 85fe7cd bnx2-cnic: Driver Version Update by Rasesh Mody · 10 years ago
  60. 0021850 bnx2: Fix for Chip Initialization by Rasesh Mody · 10 years ago
  61. 2e0bf12 bnx2-cnic: Driver Rebranding Changes by Rasesh Mody · 10 years ago
  62. 959d10f igmp: add __ip_mc_{join|leave}_group() by Eric Dumazet · 10 years ago
  63. 64bea46 hso: always read interface number from the current altsetting by Aleksander Morgado · 10 years ago
  64. 216fa18 Merge branch 'ppc_bpf' by David S. Miller · 10 years ago
  65. eb84bab ppc: Kconfig: Enable BPF JIT on ppc32 by Denis Kirjanov · 10 years ago
  66. 0229094 ppc: bpf: Add SKF_AD_CPU for ppc32 by Denis Kirjanov · 10 years ago
  67. 2ddadea ppc: bpf: rename bpf_jit_64.S to bpf_jit_asm.S by Denis Kirjanov · 10 years ago
  68. 09ca5ab ppc: bpf: update jit to use compatibility macros by Denis Kirjanov · 10 years ago
  69. 693930d ppc: bpf: add reqired opcodes for ppc32 by Denis Kirjanov · 10 years ago
  70. fb7fc08 ppc: bpf: add required compatibility macros for jit by Denis Kirjanov · 10 years ago
  71. 6d91147 batman-adv: Remove uses of return value of seq_printf by Joe Perches · 10 years ago
  72. db2855a tcp: silence registration message by stephen hemminger · 10 years ago
  73. 50036cc Merge branch 'be2net-next' by David S. Miller · 10 years ago
  74. cf5671e be2net: Add a few inline functions to test TXQ conditions by Sriharsha Basavapatna · 10 years ago
  75. 152ffe5 be2net: Minor code cleanup in tx completion process by Sriharsha Basavapatna · 10 years ago
  76. 79a0d7d be2net: Refactor be_xmit_enqueue() routine by Sriharsha Basavapatna · 10 years ago
  77. 804abcd be2net: Refactor wrb_fill_hdr() routine by Sriharsha Basavapatna · 10 years ago
  78. 69994d1 Merge branch 'mv88e6171_indirect_phy' by David S. Miller · 10 years ago
  79. 4c73266 net: dsa: mv88e6171: Enable access to phys via internal mdio bus by Andrew Lunn · 10 years ago
  80. f304468 net: dsa: mv88e6352: Refactor shareable code by Andrew Lunn · 10 years ago
  81. ea8860eb net: eth: altera: Change reset_mac failure message masks from err to dbg by Vince Bridgers · 10 years ago
  82. a923fc7 net: eth: altera: Change access ports to mdio for all xMII applications by Vince Bridgers · 10 years ago
  83. a53c4bf Merge branch 'r8152-next' by David S. Miller · 10 years ago
  84. efb3dd8 r8152: support setting rx coalesce by hayeswang · 10 years ago
  85. 396e2e2 r8152: change rx early size when the mtu is changed by hayeswang · 10 years ago
  86. 464ec10 r8152: separate USB_RX_EARLY_AGG by hayeswang · 10 years ago
  87. fece13c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  88. f5af19d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  89. 0d695d6 Merge tag 'md/3.20-fixes' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  90. d96c757 Merge tag 'please-pull-fixmcelog' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 10 years ago
  91. fbe4da4 Merge tag 'docs-fix' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 10 years ago
  92. 533cf7a Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  93. 26ac107 md/raid5: Fix livelock when array is both resyncing and degraded. by NeilBrown · 10 years ago
  94. 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  95. 66dc830 Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  96. 05016b0f Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  97. c6b1de1 Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  98. 5065296 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  99. e2b74f2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  100. 580c57f seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO by Kees Cook · 10 years ago