1. 955a9d20 irda: Convert IRDA_DEBUG to pr_debug by Joe Perches · 10 years ago
  2. 8d326d8 Merge branch 'micrel-next' by David S. Miller · 10 years ago
  3. 7b52314 net: phy: micrel: enable led-mode for KSZ8081/KSZ8091 by Johan Hovold · 10 years ago
  4. 5a16778 net: phy: micrel: clean up led-mode setup by Johan Hovold · 10 years ago
  5. b703586 net: phy: micrel: refactor led-mode error handling by Johan Hovold · 10 years ago
  6. 8620546 net: phy: micrel: add led-mode sanity check by Johan Hovold · 10 years ago
  7. 57a38ef net: phy: micrel: disable broadcast for KSZ8081/KSZ8091 by Johan Hovold · 10 years ago
  8. bde1512 net: phy: micrel: refactor broadcast disable by Johan Hovold · 10 years ago
  9. 00aee09 net: phy: micrel: use BIT macro by Johan Hovold · 10 years ago
  10. 5bb8fc0 net: phy: micrel: fix config_intr error handling by Johan Hovold · 10 years ago
  11. c88c7d3 dt/bindings: fix documentation of ethernet-phy compatible property by Johan Hovold · 10 years ago
  12. 59af81a Merge branch 'module_phy_driver' by David S. Miller · 10 years ago
  13. 50fd715 net: phy: replace phy_drivers_register calls by Johan Hovold · 10 years ago
  14. 116dffa net: phy: replace phy_driver_register calls by Johan Hovold · 10 years ago
  15. c31accd net: phy: add module_phy_driver macro by Johan Hovold · 10 years ago
  16. c647cc3 sunvnet: fix NULL pointer dereference by David L Stevens · 10 years ago
  17. ee47ad4 Merge branch 'skb_alloc_pages' by David S. Miller · 10 years ago
  18. 160d2ab net: Remove __skb_alloc_page and __skb_alloc_pages by Alexander Duyck · 10 years ago
  19. 42b17f0 fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_page by Alexander Duyck · 10 years ago
  20. 5693d28 phonet: Replace calls to __skb_alloc_page with __dev_alloc_page by Alexander Duyck · 10 years ago
  21. aa9cd31 cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_page by Alexander Duyck · 10 years ago
  22. 71dfda5 net: Add device Rx page allocation function by Alexander Duyck · 10 years ago
  23. 6c91023 irda: Remove IRDA_<TYPE> logging macros by Joe Perches · 10 years ago
  24. 09626e9 net: kill netif_copy_real_num_queues() by WANG Cong · 10 years ago
  25. 2387e3b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  26. 8bca81d usbnet: smsc95xx: dereferencing NULL pointer by Sudip Mukherjee · 10 years ago
  27. d65c4e4 irda: Simplify IRDA logging macros by Joe Perches · 10 years ago
  28. d7480fd neigh: remove dynamic neigh table registration support by WANG Cong · 10 years ago
  29. b2e2f0c stmmac: split to core library and probe drivers by Andy Shevchenko · 10 years ago
  30. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
  31. 5b61c4d PPC: bpf_jit_comp: add SKF_AD_HATYPE instruction by Denis Kirjanov · 10 years ago
  32. 4083c80 Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch by David S. Miller · 10 years ago
  33. a2ae600 dsa: Use netdev_<level> instead of printk by Joe Perches · 10 years ago
  34. 008e816 Merge branch 'mlx4-next' by David S. Miller · 10 years ago
  35. f8c6455 net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETE by Shani Michaeli · 10 years ago
  36. dd65bea net/mlx4_en: Extend usage of napi_gro_frags by Shani Michaeli · 10 years ago
  37. b00394c Merge branch 'so_incoming_cpu' by David S. Miller · 10 years ago
  38. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  39. 3d97379 tcp: move sk_mark_napi_id() at the right place by Eric Dumazet · 10 years ago
  40. d1b849b ixgbe: add helper function for setting RSS key in preparation of X550 by Don Skidmore · 10 years ago
  41. 9a75a1a ixgbe: Add new support for X550 MAC's by Don Skidmore · 10 years ago
  42. 8d697e7 ixgbe: cleanup move setting PFQDE.HIDE_VLAN to support function. by Don Skidmore · 10 years ago
  43. 2b509c0 ixgbe: cleanup ixgbe_ndo_set_vf_vlan by Don Skidmore · 10 years ago
  44. 71bde60 ixgbe: fix X540 Completion timeout by Don Skidmore · 10 years ago
  45. cc05292 i40evf: don't use more queues than CPUs by Mitch Williams · 10 years ago
  46. f8d4db3 i40evf: make early init processing more robust by Mitch Williams · 10 years ago
  47. 79442d3 i40e: clean up throttle rate code by Jesse Brandeburg · 10 years ago
  48. 2153671 i40e: don't do link_status or stats collection on every ARQ by Shannon Nelson · 10 years ago
  49. 0db4e16 i40e: poll firmware slower by Kamil Krawczyk · 10 years ago
  50. 2e1af7d mlx4: restore conditional call to napi_complete_done() by Eric Dumazet · 10 years ago
  51. d21385f Merge branch 'sunvnet-next' by David S. Miller · 10 years ago
  52. df20286 sunvnet: Add missing rcu_read_unlock() in vnet_start_xmit by Sowmini Varadhan · 10 years ago
  53. 777362d sunvnet: vnet_ack() should check if !start_cons to send a missed trigger by Sowmini Varadhan · 10 years ago
  54. b0cffed sunvnet: Fix race between vnet_start_xmit() and vnet_ack() by Sowmini Varadhan · 10 years ago
  55. 6f6e741 8139too: Allow using the largest possible MTU by Alban Bedel · 10 years ago
  56. ef786f1 8139too: Allow setting MTU larger than 1500 by Alban Bedel · 10 years ago
  57. b921726 Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  58. e344458 Merge branch 'raw_probe_proto_opt' by David S. Miller · 10 years ago
  59. c008ba5b ipv4: Avoid reading user iov twice after raw_probe_proto_opt by Herbert Xu · 10 years ago
  60. 32b5913 ipv4: Use standard iovec primitive in raw_probe_proto_opt by Herbert Xu · 10 years ago
  61. 1ef8019 net: Move bonding headers under include/net by David S. Miller · 10 years ago
  62. 4483589 cxgb4: Remove unnecessary struct in6_addr * casts by Joe Perches · 10 years ago
  63. c42e253 Merge branch 'cxgb4-next' by David S. Miller · 10 years ago
  64. e2ac962 cxgb4: Cleanup macros so they follow the same style and look consistent, part 2 by Hariprasad Shenai · 10 years ago
  65. 6559a7e cxgb4: Cleanup macros so they follow the same style and look consistent by Hariprasad Shenai · 10 years ago
  66. fd88b31 cxgb4: Add cxgb4_debugfs.c, move all debugfs code to new file by Hariprasad Shenai · 10 years ago
  67. 1a28817 mlx4: use napi_complete_done() by Eric Dumazet · 10 years ago
  68. 3b47d30 net: gro: add a per device gro flush timer by Eric Dumazet · 10 years ago
  69. be955b2 rtnetlink: add babel protocol recognition by Dave Taht · 10 years ago
  70. 05da589 openvswitch: Add support for OVS_FLOW_ATTR_PROBE. by Jarno Rajahalme · 10 years ago
  71. 12eb18f openvswitch: Constify various function arguments by Thomas Graf · 10 years ago
  72. e8eedb8 openvswitch: Remove redundant key ref from upcall_info. by Pravin B Shelar · 10 years ago
  73. fff06c3 openvswitch: Optimize recirc action. by Pravin B Shelar · 10 years ago
  74. 8f0aad6 openvswitch: Extend packet attribute for egress tunnel info by Wenyu Zhang · 10 years ago
  75. 9ba559d openvswitch: Export symbols as GPL symbols. by Pravin B Shelar · 10 years ago
  76. c0560b9 dccp: Convert DCCP_WARN to net_warn_ratelimited by Joe Perches · 10 years ago
  77. 36cbb24 udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts by Rick Jones · 10 years ago
  78. f46ad73 cdc-ether: implement MULTICAST flag on the device by Oliver Neukum · 10 years ago
  79. df32dd2 uapi: resort Kbuild entries by stephen hemminger · 10 years ago
  80. f10f9fb stmmac: platform: fix sparse warnings by Andy Shevchenko · 10 years ago
  81. 424c4f7 stmmac: remove custom implementation of print_hex_dump() by Andy Shevchenko · 10 years ago
  82. 7f6d467 Merge branch 'iov_iter' by David S. Miller · 10 years ago
  83. bfe1be3 net: Kill skb_copy_datagram_const_iovec by Herbert Xu · 10 years ago
  84. 6c36d2e macvtap: Use iovec iterators by Herbert Xu · 10 years ago
  85. e0b46d0 tun: Use iovec iterators by Herbert Xu · 10 years ago
  86. a8f820aa inet: Add skb_copy_datagram_iter by Herbert Xu · 10 years ago
  87. 4e84b49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  88. 5c91ae0 vxlan: Fix to enable UDP checksums on interface by Tom Herbert · 10 years ago
  89. a1f5313 Merge branch 'amd-xgbe-next' by David S. Miller · 10 years ago
  90. f5eecbb amd-xgbe: Check for complete packet on skb allocation error by Lendacky, Thomas · 10 years ago
  91. e98c72c amd-xgbe: Free channel/ring structures later by Lendacky, Thomas · 10 years ago
  92. 9d01412 netxen: Fix link event handling. by Manish Chopra · 10 years ago
  93. f6b7734 enic: update desc properly in rx_copybreak by Govindarajulu Varadarajan · 10 years ago
  94. 44aa91a enic: handle error condition properly in enic_rq_indicate_buf by Govindarajulu Varadarajan · 10 years ago
  95. c811906 Merge branch 'mlx5-net' by David S. Miller · 10 years ago
  96. 364d179 net/mlx5_core: Fix race on driver load by Eli Cohen · 10 years ago
  97. a158906 net/mlx5_core: Fix race in create EQ by Eli Cohen · 10 years ago
  98. 6b798d70 Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch by David S. Miller · 10 years ago
  99. 271d70f Merge branch 'sunvnet-next' by David S. Miller · 10 years ago
  100. 8c4ee3e sunvnet: Return from vnet_napi_event() if no packets to read by Sowmini Varadhan · 10 years ago