1. 2694838 openvswitch: Fix argument descriptions in vport.c. by Justin Pettit · 11 years ago
  2. 2537b4d openvswitch:: link upper device for port devices by Jiri Pirko · 11 years ago
  3. 76a66c7 openvswitch: Use non rcu hlist_del() flow table entry. by Pravin B Shelar · 11 years ago
  4. 59a35d6 openvswitch: Use RCU lock for dp dump operation. by Pravin B Shelar · 11 years ago
  5. d57170b openvswitch: Use RCU lock for flow dump operation. by Pravin B Shelar · 11 years ago
  6. 2771399 fs_enet: cleanup clock API use by Gerhard Sittig · 11 years ago
  7. 35b9eb0 fs_enet: silence a build warning (unused variable) by Gerhard Sittig · 11 years ago
  8. 05f147e net: sctp_probe: simplify code by using %pISc format specifier by Daniel Borkmann · 11 years ago
  9. 5b5fde7 Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next into cpsw by David S. Miller · 11 years ago
  10. 0ca04b6 net: ethernet: davinci_cpdma: export cpdma_chan_get_stats by Daniel Mack · 11 years ago
  11. f925d0a net: tcp_probe: add IPv6 support by Daniel Borkmann · 11 years ago
  12. d8cdeda net: tcp_probe: kprobes: adapt jtcp_rcv_established signature by Daniel Borkmann · 11 years ago
  13. b4c1c1d net: tcp_probe: also include rcv_wnd next to snd_wnd by Daniel Borkmann · 11 years ago
  14. baf3b3f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  15. 3bca8de ethernet: broadcom: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  16. 0922706 ethernet: moxa: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  17. 0f7cc9a tcp: increase throughput when reordering is high by Yuchung Cheng · 11 years ago
  18. be23ab5 SolutionEngine7724: fix typo in Ether platform data by Sergei Shtylyov · 11 years ago
  19. 0bf2bbd SH7619: fix typo in Ether platform data by Sergei Shtylyov · 11 years ago
  20. 15edae9 r8169: fix invalid register dump by Peter Wu · 11 years ago
  21. cb79abc7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  22. 22f8aba e1000e: resolve checkpatch JIFFIES_COMPARISON warning by Bruce Allan · 11 years ago
  23. e8c254c e1000e: Avoid kernel crash during shutdown by Li Zhang · 11 years ago
  24. 13129d9 e1000e: Add code to check for failure of pci_disable_link_state call by Carolyn Wyborny · 11 years ago
  25. 0cf0459 e1000e: cleanup whitespace in recent commit by Bruce Allan · 11 years ago
  26. ed12cc9 igb: Expose RSS indirection table for ethtool by Laura Mihaela Vasilescu · 11 years ago
  27. c342b39 igb: Add macro for size of RETA indirection table by Laura Mihaela Vasilescu · 11 years ago
  28. 7dc98a6 igb: Fix get_fw_version function for all parts by Carolyn Wyborny · 11 years ago
  29. 53b87ce igb: Add device support for flashless SKU of i210 device by Carolyn Wyborny · 11 years ago
  30. ef3a009 igb: Refactor NVM read functions to accommodate devices with no flash by Carolyn Wyborny · 11 years ago
  31. 5a823d8 igb: Refactor of init_nvm_params by Carolyn Wyborny · 11 years ago
  32. 2ccd994 igb: Update MTU so that it is always at least a standard frame size by Alexander Duyck · 11 years ago
  33. 5026719 igb: don't allow SR-IOV without MSI-X by Mitch A Williams · 11 years ago
  34. 7f90128 igb: Added rcu_lock to avoid race by Akeem G Abodunrin · 11 years ago
  35. e5c3370 igb: Read register for latch_on without return value by Akeem G Abodunrin · 11 years ago
  36. 8a650aa igb: Reset the link when EEE setting changed by Akeem G Abodunrin · 11 years ago
  37. d75ea94 can: flexcan: use platform_set_drvdata() by Libo Chen · 11 years ago
  38. 40f7e0d can: at91_can: use platform_set_drvdata() by Libo Chen · 11 years ago
  39. 6439fbc can: c_can: fix error checking of priv->instance in probe() by Chen Gang · 11 years ago
  40. f882566 net: phy: mdio-octeon: use platform_set_drvdata() by Libo Chen · 11 years ago
  41. 9bcadae net: irda: pxaficp_ir: use platform_set_drvdata() by Libo Chen · 11 years ago
  42. d94a014 Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 11 years ago
  43. 327dfd8 stmmac: remove useless csum flag by Giuseppe CAVALLARO · 11 years ago
  44. e6b0260 net: emac: remove unnecessary dev_set_drvdata() by Libo Chen · 11 years ago
  45. 110a183 net: davinci_mdio: remove unnecessary dev_set_drvdata() by Libo Chen · 11 years ago
  46. 0c671dc net: xilinx_emaclite: remove unnecessary dev_set_drvdata() by Libo Chen · 11 years ago
  47. 7d9a875 net: sunhme: remove unnecessary dev_set_drvdata() by Libo Chen · 11 years ago
  48. 63f076e net: sunbmac: remove unnecessary dev_set_drvdata() by Libo Chen · 11 years ago
  49. dcbe8a1 net: fec_mpc52xx_phy: remove unnecessary dev_set_drvdata() by Libo Chen · 11 years ago
  50. 01007f5 net: ucc_geth: remove unnecessary dev_set_drvdata() by Libo Chen · 11 years ago
  51. 0b25183 net: fsl_pq_mdio: remove unnecessary dev_set_drvdata() by Libo Chen · 11 years ago
  52. e2748d7 Merge branch 'tuntap' by David S. Miller · 11 years ago
  53. 76975e9 tun: Get skfilter layout by Pavel Emelyanov · 11 years ago
  54. 849c9b6 tun: Allow to skip filter on attach by Pavel Emelyanov · 11 years ago
  55. 3d407a8 tun: Report whether the queue is attached or not by Pavel Emelyanov · 11 years ago
  56. fb7589a tun: Add ability to create tun device with given index by Pavel Emelyanov · 11 years ago
  57. 5f1cd20 net/mlx4_en: Reduce scope of local variables in mlx4_en_xmit by Amir Vadai · 11 years ago
  58. 237a3a3 net/mlx4_en: Fix handling of dma_map failure by Amir Vadai · 11 years ago
  59. bd2f631 net/mlx4_en: Notify user when TX ring in error state by Amir Vadai · 11 years ago
  60. 0e316f1 net/mlx4_en: Disable global flow control when PFC enabled by Eugenia Emantayev · 11 years ago
  61. 5c044e6 net/mlx4_en: Coding style cleanup in mlx4_en_dcbnl_ieee_setpfc() by Amir Vadai · 11 years ago
  62. f6ae5ac qlcnic: Update version to 5.3.48 by Himanshu Madhani · 11 years ago
  63. 07a251c qlcnic: Implement ndo_get_phys_port_id for 82xx adapter by Shahed Shaikh · 11 years ago
  64. c2c5e3a qlcnic: Enable diagnostic test for multiple Tx queues. by Himanshu Madhani · 11 years ago
  65. aa4a1f7 qlcnic: Enable Tx queue changes using ethtool for 82xx Series adapter. by Himanshu Madhani · 11 years ago
  66. 012ec81 qlcnic: Multi Tx queue support for 82xx Series adapter. by Himanshu Madhani · 11 years ago
  67. b1ef05a can: mcp251x: Allow tuning SPI mode and limit maximal SPI speed by Alexander Shiyan · 11 years ago
  68. ae5d589 can: mcp251x: Eliminate irq_flags from driver platform_data by Alexander Shiyan · 11 years ago
  69. 1ddff7d can: mcp251x: Replace power callbacks with regulator API by Alexander Shiyan · 11 years ago
  70. 954c396 net/phy: micrel: Add OF configuration support for ksz9021 by Sean Cross · 11 years ago
  71. 9fd0784 net: ipv6: mcast: minor: use defines for rfc3810/8.1 lengths by Daniel Borkmann · 11 years ago
  72. c2cef4e net: ipv6: minor: *_start_timer: rather use unsigned long by Daniel Borkmann · 11 years ago
  73. 8469896 net: ipv6: igmp6_event_query: use msecs_to_jiffies by Daniel Borkmann · 11 years ago
  74. d8a6442 net: cpsw: Add support for wake-on-lan for cpsw by Matus Ujhelyi · 11 years ago
  75. dbe3472 drivers: net: cpsw: remove platform data header file of cpsw by Mugunthan V N · 11 years ago
  76. e837735 ip6_tunnel: ensure to always have a link local address by Nicolas Dichtel · 11 years ago
  77. 7eaa48a Revert "ipv6: fix checkpatch errors in net/ipv6/addrconf.c" by David S. Miller · 11 years ago
  78. f607e059 bcm63xx_enet: replace devm_request_and_ioremap by devm_ioremap_resource by Julia Lawall · 11 years ago
  79. 84ce22d net: davinci_mdio: use platform_{get,set}_drvdata() by Libo Chen · 11 years ago
  80. 34e0184 net: xilinx_emaclite: use platform_{get,set}_drvdata() by Libo Chen · 11 years ago
  81. 511c4e0 net: sunhme: use platform_{get,set}_drvdata() by Libo Chen · 11 years ago
  82. 0549d95 net: sunbmac: use platform_{get,set}_drvdata() by Libo Chen · 11 years ago
  83. 4014e36 net: fec_mpc52xx_phy: use platform_{get,set}_drvdata() by Libo Chen · 11 years ago
  84. 65d7e7a net: ucc_geth: use platform_{get,set}_drvdata() by Libo Chen · 11 years ago
  85. a0e1860 net: fsl_pq_mdio: use platform_{get,set}_drvdata() by Libo Chen · 11 years ago
  86. 8d3214c sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data' by Sergei Shtylyov · 11 years ago
  87. a3153d8 sh_eth: get register layout from 'struct sh_eth_cpu_data' by Sergei Shtylyov · 11 years ago
  88. bd61224 SolutionEngine7724: fix Ether support by Sergei Shtylyov · 11 years ago
  89. 06a64f9 SH7619: fix Ether support by Sergei Shtylyov · 11 years ago
  90. ea857f2 ipip: dereferencing an ERR_PTR in ip_tunnel_init_net() by Dan Carpenter · 11 years ago
  91. 0dde802 myri10ge: Add support for ndo_busy_poll by Hyong-Youb Kim · 11 years ago
  92. 734d272 ipv4: raise IP_MAX_MTU to theoretical limit by Eric Dumazet · 11 years ago
  93. 35596b2 vhost: Include linux/uio.h instead of linux/socket.h by Asias He · 11 years ago
  94. 397b417 tcp: trivial: Remove nocache argument from tcp_v4_send_synack by Christoph Paasch · 11 years ago
  95. c196ce0 pch_gbe: ethtool cannot change parameters when link is down by Anders Larsen · 11 years ago
  96. 0aa857f moxa: fix missing unlock on error in moxart_mac_start_xmit() by Wei Yongjun · 11 years ago
  97. 2bc9ff0 sundance: Add myself as a maintainer by Denis Kirjanov · 11 years ago
  98. cb74e27 sundance: Add netpoll support by Denis Kirjanov · 11 years ago
  99. df8372c ipv6: fix checkpatch errors in net/ipv6/addrconf.c by dingtianhong · 11 years ago
  100. ba3542e ipv6: convert the uses of ADBG and remove the superfluous parentheses by dingtianhong · 11 years ago