1. 4ec54f9 ptp: Fix compiler warnings in the testptp utility by Christian Riesch · 11 years ago
  2. 031fe79 Revert "ptp: Fix compiler warnings in the testptp utility" by David S. Miller · 11 years ago
  3. 19915f5 bnx2x: Fix compilation when CONFIG_BNX2X_SRIOV is not set by Yuval Mintz · 11 years ago
  4. b5b6bc3 Merge branch 'tipc-next' by David S. Miller · 11 years ago
  5. dde2026 tipc: use node list lock to protect tipc_num_links variable by Ying Xue · 11 years ago
  6. 2220646 tipc: use node_list_lock to protect tipc_num_nodes variable by Ying Xue · 11 years ago
  7. 6c7a762 tipc: tipc: convert node list and node hlist to RCU lists by Ying Xue · 11 years ago
  8. 46651c5 tipc: rename node create lock to protect node list and hlist by Ying Xue · 11 years ago
  9. 987b58b tipc: make broadcast bearer store in bearer_list array by Ying Xue · 11 years ago
  10. f47de12 tipc: remove active flag from tipc_bearer structure by Ying Xue · 11 years ago
  11. 3874ccb tipc: convert tipc_bearers array to pointer list by Ying Xue · 11 years ago
  12. 78dfb78 tipc: acquire necessary locks in named_cluster_distribute routine by Ying Xue · 11 years ago
  13. 5902385 tipc: obsolete the remote management feature by Ying Xue · 11 years ago
  14. 76d7882 tipc: remove unnecessary checking for node object by Ying Xue · 11 years ago
  15. 1dbe136 Merge branch 'sxgbe' by David S. Miller · 11 years ago
  16. fcb144b net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c by Monam Agarwal · 11 years ago
  17. cd18721 net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.c by Monam Agarwal · 11 years ago
  18. c956674 drivers/net: Use RCU_INIT_POINTER(x, NULL) in tun.c by Monam Agarwal · 11 years ago
  19. 8800a24 drivers/net: Use RCU_INIT_POINTER(x, NULL) in bonding/bond_options.c by Monam Agarwal · 11 years ago
  20. 66890ed MAINTAINERS: add maintainer for Samsung sxgbe driver by Byungho An · 11 years ago
  21. 25f72a7 net: sxgbe: add ethtool related functions support Samsung sxgbe by Vipul Pandya · 11 years ago
  22. 8f7807a net: sxgbe: add Checksum offload support for Samsung sxgbe by Vipul Pandya · 11 years ago
  23. 1051125 net: sxgbe: add TSO support for Samsung sxgbe by Vipul Pandya · 11 years ago
  24. acc18c1 net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbe by Girish K S · 11 years ago
  25. 1edb9ca net: sxgbe: add basic framework for Samsung 10Gb ethernet driver by Siva Reddy · 11 years ago
  26. 5221d3e sxgbe: Add device-tree binding support document by Siva Reddy · 11 years ago
  27. 203191c ptp: Fix compiler warnings in the testptp utility by Christian Riesch · 11 years ago
  28. 271c83d ptp: Add a command line option in testptp to set a specific PTP time by Manfred Rudigier · 11 years ago
  29. b620cb3 Merge branch 'bonding-next' by David S. Miller · 11 years ago
  30. 4873ac3 bonding: add net_ratelimt to avoid spam in arp interval by dingtianhong · 11 years ago
  31. fbd929f bonding: support QinQ for bond arp interval by dingtianhong · 11 years ago
  32. 71e415e vlan: make a new function vlan_dev_vlan_proto() and export by dingtianhong · 11 years ago
  33. 5a6b991 Merge branch 'bonding-next' by David S. Miller · 11 years ago
  34. 9152e26 bonding: ratelimit pr_err() for bond xmit broadcast by dingtianhong · 11 years ago
  35. 054bb88 bonding: slight optimization for bond xmit path by dingtianhong · 11 years ago
  36. 7aceb47 xen-netback: Functional follow-up patch for grant mapping series by Zoltan Kiss · 11 years ago
  37. 0e59a4a xen-netback: Non-functional follow-up patch for grant mapping series by Zoltan Kiss · 11 years ago
  38. 869b9b1 xen-netback: Stop using xenvif_tx_pending_slots_available by Zoltan Kiss · 11 years ago
  39. b8b6529 Merge branch 'bcm7xxx-next' by David S. Miller · 11 years ago
  40. a62ea5a net: phy: bcm7xxx: properly clear AFE_RX_LP_COUNTER by Florian Fainelli · 11 years ago
  41. 9918542 net: phy: bcm7xxx: fix spurious MDIO failures during workaround by Florian Fainelli · 11 years ago
  42. a3622f2 net: phy: bcm7xxx: define constants for our registers by Florian Fainelli · 11 years ago
  43. 61b905d net: Rename skb->rxhash to skb->hash by Tom Herbert · 11 years ago
  44. 4e2e865 qlcnic: Remove casts of pointer to same type by Joe Perches · 11 years ago
  45. 60f4010 alx: Remove casts of pointer to same type by Joe Perches · 11 years ago
  46. 41ced61 altera: Remove casts of pointer to same type by Joe Perches · 11 years ago
  47. 12f2a47 chelsio: Remove addressof casts to same type by Joe Perches · 11 years ago
  48. f845b33 smsc911x: No need to print driver version by Fabio Estevam · 11 years ago
  49. 1e87af9 smsc911x: Do not use netdev_dbg() when device is not registered by Fabio Estevam · 11 years ago
  50. cc93fc5 tcp: delete unused parameter in tcp_nagle_check() by Peter Pan(潘卫平) · 11 years ago
  51. e74dbb7 Merge branch 'bnx2x-next' by David S. Miller · 11 years ago
  52. 16bd41d bnx2x: Don't allow VFs to become promiscuous by Yuval Mintz · 11 years ago
  53. d836105 bnx2x: Don't show port statistics for VFs by Yuval Mintz · 11 years ago
  54. 2dc33bb bnx2x: Remove the sriov VFOP mechanism by Yuval Mintz · 11 years ago
  55. 370d4a2 bnx2x: Create workqueue for IOV related tasks by Yuval Mintz · 11 years ago
  56. 42f8277 bnx2x: Support mng. request for driver version by Yuval Mintz · 11 years ago
  57. 869f273 atm: idt77105: Use del_timer_sync() in exit path by Thomas Gleixner · 11 years ago
  58. aff12ac atm: firestream: Use del_timer_sync() in teardown path by Thomas Gleixner · 11 years ago
  59. e471b40 mlx4: Use actual number of PCI functions (PF + VFs) for alias GUID logic by Matan Barak · 11 years ago
  60. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  61. 0fc3196 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  62. 2c5f4f8 xen-netback: Proper printf format for ptrdiff_t is 't'. by David S. Miller · 11 years ago
  63. 397dfd9 Revert "xen-netback: Aggregate TX unmap operations" by Zoltan Kiss · 11 years ago
  64. 8779772 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/net-next by David S. Miller · 11 years ago
  65. 632b06a Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  66. 3e79d97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  67. fb7c03d if_vlan: Call dev_kfree_skb_any instead of kfree_skb. by Eric W. Biederman · 11 years ago
  68. 85e9452 virtio_net: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  69. 8b6da5f staging/octeon-ethernet: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  70. 8d4ade2 wlags49_h2: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  71. 979de8a xen-netfront: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  72. b1b7181 vmxnet3: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  73. 69e73d2 xilinx_emaclite: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  74. 001eadf via-velocity: Call dev_kfree_skb_any instead of kfree_skb. by Eric W. Biederman · 11 years ago
  75. 4b3afc6 via-rhine: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  76. 20eca05 spider_net: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  77. 66d1bee tilepro: Call dev_consume_skb_any instead of kfree_skb. by Eric W. Biederman · 11 years ago
  78. 241198a sungem: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  79. 7c565c3 stmmac: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  80. 89a9eb6 smsc911x: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  81. 4b61fe2 smc91x: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  82. d27ab53 smc911x: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  83. 828f56f sis900: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  84. 9ebeac5 sc92031: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  85. 1616566 forcedeth: Call dev_kfree_skb_any instead of kfree_skb. by Eric W. Biederman · 11 years ago
  86. 6956d73 vxge: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  87. e6d26bd s2io: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  88. 641e9b7 ksz884x: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  89. 2d4186c sky2: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  90. 0b88a8e skge: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  91. 43f5437 mv643xx_eth: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  92. 2297af4b jme: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  93. 26faa9d ibmveth: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  94. cfbe406 ehea: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  95. 374e29d i825xx: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  96. 3614574 ucc_geth: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  97. 8e7e687 fec: Call dev_kfree_skb_any instead of kfree_skb. by Eric W. Biederman · 11 years ago
  98. 36fc210 sundance: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  99. 290a79d uli526x: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  100. 086dfb7 dmfe: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago