1. ef06207 i40e: Remove unneeded conversion by Kamil Krawczyk · 9 years ago
  2. d6d83c1 i40e: Remove duplicate code by Catherine Sullivan · 9 years ago
  3. 37a2973 i40e/i40evf: Refactor i40e_debug_aq and make some functions static by Shannon Nelson · 9 years ago
  4. 1b5ef07 rocker: sparse: fix dynamic allocation on stack warning by Scott Feldman · 9 years ago
  5. 0f43deb rocker: quiet sparce endianess warnings by Scott Feldman · 9 years ago
  6. 3ba67da ebpf: bpf_map_*: fix linker error on avr32 and openrisc arch by Daniel Borkmann · 9 years ago
  7. 58025e4 net: gro: remove obsolete code from skb_gro_receive() by Eric Dumazet · 9 years ago
  8. feb27d1 ax25: remove unneeded NULL test in ax_xmit() by Dan Carpenter · 9 years ago
  9. f68a8eb Merge branch 'mlx4-qcn' by David S. Miller · 9 years ago
  10. 708b869 net/mlx4_en: Add QCN parameters and statistics handling by Shani Michaeli · 9 years ago
  11. d237baa net/mlx4_core: Add basic elements for QCN by Shani Michaeli · 9 years ago
  12. c9368247 net/dcb: Add IEEE QCN attribute by Shani Michaeli · 9 years ago
  13. 34de26d Merge branch 'fib_trie-next' by David S. Miller · 9 years ago
  14. 88bae71 fib_trie: Add key vector to root, return parent key_vector in resize by Alexander Duyck · 9 years ago
  15. f23e59f fib_trie: Move parent from key_vector to tnode by Alexander Duyck · 9 years ago
  16. 6e22d17 fib_trie: Pull empty_children and full_children into tnode by Alexander Duyck · 9 years ago
  17. 56ca2ad fib_trie: Move rcu from key_vector to tnode, add accessors. by Alexander Duyck · 9 years ago
  18. dc35dbe fib_trie: Add tnode struct as a container for fields not needed in key_vector by Alexander Duyck · 9 years ago
  19. 2e1ac88 fib_trie: Rename tnode_child_length to child_length by Alexander Duyck · 9 years ago
  20. 754baf8 fib_trie: replace tnode_get_child functions with get_child macros by Alexander Duyck · 9 years ago
  21. 35c6eda fib_trie: Rename tnode to key_vector by Alexander Duyck · 9 years ago
  22. 8d8e810 fib_trie: Return pointer to tnode pointer in resize/inflate/halve by Alexander Duyck · 9 years ago
  23. 72be726 fib_trie: Minor cleanups to fib_table_flush_external by Alexander Duyck · 9 years ago
  24. 2048823 net: macb: Fix multi queue support for xilinx ZynqMP by Punnaiah Choudary Kalluri · 9 years ago
  25. 8a013a9 net: macb: Include multi queue support for xilinx ZynqMP ethernet version by Punnaiah Choudary Kalluri · 9 years ago
  26. 28c0f02 Merge tag 'wireless-drivers-next-for-davem-2015-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 9 years ago
  27. 89650ad fib: make netdev_switch_fib_ipv4_abort in header file static inline by Willem de Bruijn · 9 years ago
  28. f8d54af mpls: Properly validate RTA_VIA payload length by Robert Shearman · 9 years ago
  29. 5c4b934 Merge branch 'bcmgenet-next' by David S. Miller · 9 years ago
  30. 3feafa0 net: bcmgenet: add GENET_Q16_RX_BD_CNT and hw_params->rx_bds_per_q by Petri Gynther · 9 years ago
  31. 3feafee net: bcmgenet: adjust the call to alloc_etherdev_mqs() by Petri Gynther · 9 years ago
  32. 7e906e0 net: bcmgenet: set hw_params->rx_queues = 0 by Petri Gynther · 9 years ago
  33. 76f53bf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 9 years ago
  34. f0fdc80 Merge branch 'pmtu-probe' by David S. Miller · 9 years ago
  35. fab4276 ipv4: Documenting two sysctls for tcp PMTU probe by Fan Du · 9 years ago
  36. 05cbc0d ipv4: Create probe timer for tcp PMTU as per RFC4821 by Fan Du · 9 years ago
  37. 6b58e0a ipv4: Use binary search to choose tcp PMTU probe_size by Fan Du · 9 years ago
  38. dcd8fb8 ipv4: Raise tcp PMTU probe mss base size by Fan Du · 9 years ago
  39. aaa4e70 DECnet: Only use neigh_ops for adding the link layer header by Eric W. Biederman · 9 years ago
  40. 616f454 bonding: implement bond_poll_controller() by Mahesh Bandewar · 9 years ago
  41. 8ea6963 rocker: fix some sparse warnings by Scott Feldman · 9 years ago
  42. e1315db switchdev: fix CONFIG_IP_MULTIPLE_TABLES compile issue by Scott Feldman · 9 years ago
  43. 08e8331 e1000: add dummy allocator to fix race condition between mtu change and netpoll by Sabrina Dubroca · 9 years ago
  44. f9c029d e1000: call netif_carrier_off early on down by Eliezer Tamir · 9 years ago
  45. b23c0cc igb: Make arrays on stack static const to avoid reallocation by Alexander Duyck · 9 years ago
  46. e357f0a igb: Fix warning pin may be used uninitialized by Alexander Duyck · 9 years ago
  47. 1103a63 e1000e: remove calls to ioremap/unmap for NVM addr by Yanir Lubetkin · 9 years ago
  48. 9d17ce4 e1000e: fix obscure comments by Yanir Lubetkin · 9 years ago
  49. 23375a0 ipv4: Fix unused variable warnings in fib_table_flush_external. by David S. Miller · 9 years ago
  50. fabe7be Merge branch 'l3_hw_offload' by David S. Miller · 9 years ago
  51. c1beeef rocker: implement IPv4 fib offloading by Scott Feldman · 9 years ago
  52. 8e05fd7 fib: hook IPv4 fib for hardware offload by Scott Feldman · 9 years ago
  53. 448b128 ipv4: add net bool fib_offload_disabled by Scott Feldman · 9 years ago
  54. b5d6fbd switchdev: implement IPv4 fib ndo wrappers by Scott Feldman · 9 years ago
  55. 104616e switchdev: don't support custom ip rules, for now by Scott Feldman · 9 years ago
  56. 5e8d904 switchdev: add IPv4 fib ndo ops wrappers by Scott Feldman · 9 years ago
  57. 4586f1b netdevice: add IPv4 fib add/del ops by Scott Feldman · 9 years ago
  58. 37ed949 rtnetlink: add RTNH_F_EXTERNAL flag for fib offload by Scott Feldman · 9 years ago
  59. 24d2e4a tg3: use napi_complete_done() by Eric Dumazet · 9 years ago
  60. 050f7dc Merge branch 'dsa-next' by David S. Miller · 9 years ago
  61. c86e59b net: dsa: extract dsa switch tree setup and removal by Florian Fainelli · 9 years ago
  62. 5929903 net: dsa: let switches specify their tagging protocol by Florian Fainelli · 9 years ago
  63. df19719 net: dsa: split dsa_switch_setup into two functions by Florian Fainelli · 9 years ago
  64. b324c07 net: dsa: allow deferred probing by Florian Fainelli · 9 years ago
  65. f1a26a0 net: dsa: update dsa_of_{probe, remove} to use a device pointer by Florian Fainelli · 9 years ago
  66. 4961272 inet_diag: remove duplicate code from inet_twsk_diag_dump() by Eric Dumazet · 9 years ago
  67. e815665 i40e: Fix mismatching type for ioremap_len by Jeff Kirsher · 9 years ago
  68. d0f9193 tipc: add ip/udp media type by Erik Hugne · 9 years ago
  69. 948fa2d1 tipc: increase size of tipc discovery messages by Erik Hugne · 9 years ago
  70. 33f8b9e net_sched: move tp->root allocation into fw_init() by WANG Cong · 9 years ago
  71. a05c2d1 net_sched: move tp->root allocation into route4_init() by WANG Cong · 9 years ago
  72. 2490c65 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 9 years ago
  73. 4b5edb2 mpls: using vzalloc requires including vmalloc.h by Stephen Rothwell · 9 years ago
  74. 0e9974f Merge branch 'cxgb4-next' by David S. Miller · 9 years ago
  75. f36e58e cxgb4: Try and provide an RDMA CIQ per cpu by Hariprasad Shenai · 9 years ago
  76. 1c6a5b0 cxgb4: Move offload Rx queue allocation to separate function by Hariprasad Shenai · 9 years ago
  77. 842a9ae bridge: Extend Proxy ARP design to allow optional rules for Wi-Fi by Jouni Malinen · 9 years ago
  78. 787fb2b ax25: Fix the build when CONFIG_INET is disabled by kbuild test robot · 9 years ago
  79. d3866a0 i40e/i40evf: Version bump by Sravanthi Tangeda · 9 years ago
  80. 9466699 i40e: don't spam the system log by Mitch A Williams · 9 years ago
  81. 3b44439 i40e: move IRQ tracking setup into MSIX setup by Shannon Nelson · 9 years ago
  82. 232f470 i40e: Ioremap changes by Anjali Singhai · 9 years ago
  83. 5bbc330 i40e/i40evf: Clean up some formatting and other things by Jesse Brandeburg · 9 years ago
  84. 180204c i40e: Add AOC PHY types to case statements by Catherine Sullivan · 9 years ago
  85. 5b86c5c i40e: Fix ethtool offline test by Greg Rose · 9 years ago
  86. 088c4ee i40e: Reassign incorrect PHY type to fix a FW bug by Catherine Sullivan · 9 years ago
  87. 9a660ee i40e: fix XPS mask when resetting by Jesse Brandeburg · 9 years ago
  88. 1ca2760 bcma: prepare Kconfig symbol for PCI driver by Rafał Miłecki · 9 years ago
  89. 0a4e699 bcma: move internal function declarations to private header by Rafał Miłecki · 9 years ago
  90. c32ec2a bcma: make bcma_host_pci_(up|down) calls safe for every config by Rafał Miłecki · 9 years ago
  91. ce7ca75 i40e: use more portable sign extension by Jesse Brandeburg · 9 years ago
  92. b09f5ec bcma: Kconfig: Let it depend on PCI by Chen Gang · 9 years ago
  93. 4f651a5 i40e/i40evf: grab NVM devstarter version not image version by Shannon Nelson · 9 years ago
  94. 7589f65 i40e: Don't check operational or sync bit for App TLV by Neerav Parikh · 9 years ago
  95. b84d5cd i40e: during LED interaction ignore activity LED src modes by Matt Jared · 9 years ago
  96. c668a12 i40e: Fix NPAR Tx Scheduler init by Greg Rose · 9 years ago
  97. e3e72f38 Merge ath-next from ath.git by Kalle Valo · 9 years ago
  98. 66d0675 net: bcmgenet: simplify __bcmgenet_tx_reclaim() by Petri Gynther · 9 years ago
  99. f93eb4b Merge branch 'fib_trie-next' by David S. Miller · 9 years ago
  100. 1de3d87 fib_trie: Prevent allocating tnode if bits is too big for size_t by Alexander Duyck · 9 years ago