1. e5d8925 batman-adv: Prefix hard-interface static inline functions with batadv_ by Sven Eckelmann · 13 years ago
  2. 9b4a115 batman-adv: Prefix bitarray static inline functions with batadv_ by Sven Eckelmann · 13 years ago
  3. 9e46625 batman-adv: Prefix bat_debugfs local static functions with batadv_ by Sven Eckelmann · 13 years ago
  4. 7011d08 tcp: Fix bug in tcp socket early demux by Vijay Subramanian · 12 years ago
  5. 0b4a9e1 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  6. dfbce08 ipv4: Don't add deprecated new binary sysctl value. by David S. Miller · 12 years ago
  7. 7586ece ipv4: tcp: dont cache output dst for syncookies by Eric Dumazet · 12 years ago
  8. 24ea818 bnx2x: link module eeprom by Yuval Mintz · 12 years ago
  9. dbef807 bnx2x: 1G sfp+ module handling by Yuval Mintz · 12 years ago
  10. a351d49 bnx2x: revised link register access by Yuval Mintz · 12 years ago
  11. 1440090 bnx2x: treat 0 speed as link down (copper) by Yuval Mintz · 12 years ago
  12. d231023 bnx2x: link cleanup by Yuval Mintz · 12 years ago
  13. d0b8a6f bnx2x: sfp+ Tx fault detection added by Yuval Mintz · 12 years ago
  14. 8e36c4b netfilter: ctnetlink: fix compilation with NF_CONNTRACK_EVENTS=n by Pablo Neira Ayuso · 12 years ago
  15. ab5e8b7 netfilter: nfnetlink_queue: fix sparse warning due to missing include by Pablo Neira Ayuso · 12 years ago
  16. 6648bd7 ipv4: Add sysctl knob to control early socket demux by Alexander Duyck · 12 years ago
  17. 8e27628 smsc911x.c: encapsulate enable irq calls by Matthias Brugger · 12 years ago
  18. d584a61 netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=y by Pablo Neira Ayuso · 12 years ago
  19. bb1dfef net: dcb: fix small regression in __dcbnl_pg_setcfg() by John Fastabend · 12 years ago
  20. f73332f ixgbe: simplify padding and length checks by Stephen Hemminger · 12 years ago
  21. fd62e09 tcp: Validate route interface in early demux. by David S. Miller · 12 years ago
  22. 3e428fe Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 12 years ago
  23. 1c11a0a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  24. da55737 inetpeer: inetpeer_invalidate_tree() cleanup by Eric Dumazet · 12 years ago
  25. 6dab015 team: do RCU update path fixups by Jiri Pirko · 12 years ago
  26. f643776 team: Revert previous two changes. by David S. Miller · 12 years ago
  27. d8dbd96 team: use RCU_INIT_POINTER for NULL assignment of RCU pointer by Jiri Pirko · 12 years ago
  28. b443a23 team: use rcu_access_pointer to access RCU pointer by writer by Jiri Pirko · 12 years ago
  29. 1aa2d1d can: c_can_pci: fix compilation on non HAVE_CLK archs by Marc Kleine-Budde · 12 years ago
  30. 9cfc7bd batman-adv: Reformat multiline comments to consistent style by Sven Eckelmann · 13 years ago
  31. 3193e8f batman-adv: Prefix main non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  32. d0f714f batman-adv: Prefix vis non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  33. 88ed1e77 batman-adv: Prefix unicast non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  34. 08c36d3 batman-adv: Prefix translation-table non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  35. 04b482a batman-adv: Prefix soft-interface non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  36. 9455e34 batman-adv: Prefix send non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  37. 30d3c51 batman-adv: Prefix routing non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  38. 925a667 batman-adv: Prefix ring_buffer non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  39. 7d211ef batman-adv: Prefix originator non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  40. 9039dc7 batman-adv: Prefix icmp-socket non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  41. 1a8eaf0 batman-adv: Prefix hash non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  42. 9563877 batman-adv: Prefix hard-interface non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  43. 84d5e5e batman-adv: Prefix gateway-common non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  44. 7cf06bc batman-adv: Prefix gateway-client non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  45. 08adf15 batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  46. 0f5f9322 batman-adv: Prefix bitarray non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  47. 5853e22 batman-adv: Prefix bat_sysfs non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  48. 40a072d batman-adv: Prefix bat_debugfs non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  49. 81c524f batman-adv: Prefix bat_algo non-static functions with batadv_ by Sven Eckelmann · 13 years ago
  50. 5a05fae netfilter: nfq_ct_hook needs __rcu and __read_mostly by Pablo Neira Ayuso · 12 years ago
  51. db01896 ixgbe: clean up ixgbe_get_settings ethtool function by Jacob Keller · 12 years ago
  52. a49fda3 ixgbe: add support for 1G SX modules by Jacob Keller · 12 years ago
  53. 200e5fd igb: Version bump by Carolyn Wyborny · 12 years ago
  54. d67974f igb: Update firmware info output by Carolyn Wyborny · 12 years ago
  55. 374a542 igb: Streamline RSS queue and queue pairing assignment logic. by Matthew Vick · 12 years ago
  56. cb41145 igb: Support the get_ts_info ethtool method. by Carolyn Wyborny · 13 years ago
  57. d3eef8c igb: Add switch case for supported hardware to igb_ptp_remove. by Carolyn Wyborny · 12 years ago
  58. f00b0da igb: A fix to VF TX rate limit by Lior Levy · 13 years ago
  59. 7500673 e1000: Combining Bitwise OR in one expression. by Tushar Dave · 12 years ago
  60. 41063e9 ipv4: Early TCP socket demux. by David S. Miller · 12 years ago
  61. f9242b6 inet: Sanitize inet{,6} protocol demux. by David S. Miller · 12 years ago
  62. 677a3d6 net: qmi_wwan: use module_usb_driver macro by Bjørn Mork · 12 years ago
  63. a40345b net: qmi_wwan: shorten driver description by Bjørn Mork · 12 years ago
  64. 230718b net: qmi_wwan: bind to both control and data interface by Bjørn Mork · 12 years ago
  65. f47cd13 net: qmi_wwan: rearranging to prepare for code sharing by Bjørn Mork · 12 years ago
  66. 853c24f net: qmi_wwan: define a structure for driver specific state by Bjørn Mork · 12 years ago
  67. d1904fb team: use rcu_dereference_bh() in tx path by Jiri Pirko · 12 years ago
  68. 2fcdb2c team: allow to send multiple set events in one message by Jiri Pirko · 12 years ago
  69. 35b384bd team: ensure correct order of netlink messages delivery by Jiri Pirko · 12 years ago
  70. 9b00cf2 team: implement multipart netlink messages for options transfers by Jiri Pirko · 12 years ago
  71. ab8250d team: lb: introduce infrastructure for userspace driven tx loadbalancing by Jiri Pirko · 12 years ago
  72. 4bccfd1 team: add port_[enabled/disabled] mode callbacks by Jiri Pirko · 12 years ago
  73. f88725f team: pass NULL to __team_option_inst_add() instead of 0 by Jiri Pirko · 12 years ago
  74. 01048d9 team: allow to specify one option instance to be send to userspace by Jiri Pirko · 12 years ago
  75. 3221c64 team: fix error path in team_nl_fill_port_list_get() by Jiri Pirko · 12 years ago
  76. 75db986 team: fix error path in team_nl_fill_options_get() by Jiri Pirko · 12 years ago
  77. 0f1aad2 team: allow async option changes by Jiri Pirko · 12 years ago
  78. 85d59a8 team: push array_index and port into separate structure by Jiri Pirko · 12 years ago
  79. 0d572e4 team: comments: s/net\/drivers\/team/drivers\/net\/team/ by Jiri Pirko · 12 years ago
  80. b130332 team: introduce array options by Jiri Pirko · 12 years ago
  81. f82b959 team: allow read/write-only options by Jiri Pirko · 12 years ago
  82. 596e202 team: lb: push hash counting into separate function by Jiri Pirko · 12 years ago
  83. 5149ee5 team: add mode priv to port by Jiri Pirko · 12 years ago
  84. d299cd5 team: for nomode use dummy struct team_mode by Jiri Pirko · 12 years ago
  85. 0402788 team: make team_mode struct const by Jiri Pirko · 12 years ago
  86. 3879d4e Merge branch 'master' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 12 years ago
  87. a77f4b4 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  88. 364f5b3 bnx2x: Change date and version to 1.72.51-0 by Merav Sicron · 12 years ago
  89. 9876879 bnx2x: Support DCBX for all functions by Barak Witkowski · 12 years ago
  90. 0e8d2ec bnx2x: Add support for ethtool -L by Merav Sicron · 12 years ago
  91. 60aa050 bnx2x: Allow up to 63 RSS queues by Merav Sicron · 12 years ago
  92. 15192a8 bnx2x: Split the FP structure by Barak Witkowski · 12 years ago
  93. 37ae41a bnx2x: Move the CNIC L2 CIDs to be right after the RSS CIDs by Merav Sicron · 12 years ago
  94. 6556588 bnx2x: Make the transmission queues adjacent by Merav Sicron · 12 years ago
  95. a052997 bnx2x: Allow more than 64 L2 CIDs by Merav Sicron · 12 years ago
  96. 5d317c6a bnx2x: Add support for 4-tupple UDP RSS by Merav Sicron · 12 years ago
  97. cf2c1df6 bnx2x: Return only online tests for MF by Merav Sicron · 12 years ago
  98. 8970b2e bnx2x: Add support for external LB by Merav Sicron · 12 years ago
  99. ea53fe0 canfd: update documentation according to CAN FD extensions by Oliver Hartkopp · 12 years ago
  100. 41052ef vcan: add CAN FD support by Oliver Hartkopp · 12 years ago