1. 86e93e4 inet: frag: move evictor calls into frag_find function by Florian Westphal · 10 years ago
  2. fb3cfe6 inet: frag: remove hash size assumptions from callers by Florian Westphal · 10 years ago
  3. 36c7778 inet: frag: constify match, hashfn and constructor arguments by Florian Westphal · 10 years ago
  4. ac3d2e5 ipv6: remove obsolete comment in ip6_append_data() by Li RongQing · 10 years ago
  5. 1e3550e Merge branch 'macb-next' by David S. Miller · 10 years ago
  6. 4b7b0e4 net/macb: enable scatter-gather feature and set DMA burst length for sama5d4 gem by Cyrille Pitchen · 10 years ago
  7. d58c86ec ARM: at91: change compatibility string for sama5d3x gem by Cyrille Pitchen · 10 years ago
  8. 924ec53 net/macb: add RX checksum offload feature by Cyrille Pitchen · 10 years ago
  9. 85ff3d8 net/macb: add TX checksum offload feature by Cyrille Pitchen · 10 years ago
  10. a4c35ed3 net/macb: add scatter-gather hw feature by Cyrille Pitchen · 10 years ago
  11. e175587 net/macb: configure for FIFO mode and non-gigabit by Nicolas Ferre · 10 years ago
  12. ef49200 drivers: net: cpsw: cleanup: remove unused function by Mugunthan V N · 10 years ago
  13. 3f6148e net/mlx4_en: mlx4_en_[gs]et_priv_flags() can be static by Fengguang Wu · 10 years ago
  14. 159945a bfin_mac: convert bfin Ethernet driver to NAPI framework by Sonic Zhang · 10 years ago
  15. 6b53daf net: do not name the pointer to struct net_device net by WANG Cong · 10 years ago
  16. 7b18ef0 isdn: use constants instead of magicnumbers by Himangi Saraogi · 10 years ago
  17. c81576c cxgb4: Fixed incorrect check for memory operation in t4_memory_rw by Hariprasad Shenai · 10 years ago
  18. 2695fb5 net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' by Alexei Starovoitov · 10 years ago
  19. dd66d38 fec: Simplify the PM related hooks by Fabio Estevam · 10 years ago
  20. e40f5c7 net_sched: remove exceptional & on function name by Himangi Saraogi · 10 years ago
  21. 56ec0fb neigh: remove exceptional & on function name by Himangi Saraogi · 10 years ago
  22. 179542a igmp: remove exceptional & on function name by Himangi Saraogi · 10 years ago
  23. 9239079 Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch by David S. Miller · 10 years ago
  24. 10f2980 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  25. d9e0ecb openvswitch: Add skb_clone NULL check for the sampling action. by Andy Zhou · 10 years ago
  26. 651887b openvswitch: Sample action without side effects by Simon Horman · 10 years ago
  27. f53e383 openvswitch: Avoid memory corruption in queue_userspace_packet() by Andy Zhou · 10 years ago
  28. e3effd7 i40e: always print aqtx answer by Shannon Nelson · 10 years ago
  29. 7d62dac i40e: Give link more time after setting flow control by Catherine Sullivan · 10 years ago
  30. 7aa6761 i40e: Fix firmware API version errors by Catherine Sullivan · 10 years ago
  31. 77813d0 i40e/i40evf: ARQ copy desc data even for failed commands by Kamil Krawczyk · 10 years ago
  32. b65476c i40evf: don't wait so long by Mitch Williams · 10 years ago
  33. 22d2fa1 i40e/i40evf: fix extension header csum logic by Jesse Brandeburg · 10 years ago
  34. cd552cb i40e/i40evf: Add nvmupdate support by Shannon Nelson · 10 years ago
  35. efe1ac2 i40e: fix format mismatch in drivers/net/ethernet/intel/i40e/i40e_debugfs.c by Toralf Förster · 11 years ago
  36. bf22a6b igb: bump igb version to 5.2.13 by Todd Fujinaka · 10 years ago
  37. 1516f0a igb: Add message when malformed packets detected by hw by Carolyn Wyborny · 10 years ago
  38. caafb95 ixgbe: don't check minimum link when direct assigned to virtual machine by Jacob Keller · 10 years ago
  39. 8818970 ixgbe: fix use of list_for_each in ixgbe_enumerate_functions by Jacob Keller · 10 years ago
  40. 339de30 ixgbe: Change some uses of strncpy to strlcpy by Mark Rustad · 10 years ago
  41. f6eec61 openvswitch: Enable tunnel GSO for OVS bridge. by Pravin B Shelar · 10 years ago
  42. 5cd667b openvswitch: Allow each vport to have an array of 'port_id's. by Alex Wang · 10 years ago
  43. 508a8c9 ixgbe: Fix possible null-dereference in error path by Mark Rustad · 10 years ago
  44. f6e6753 Merge branch 'filter-move' by David S. Miller · 10 years ago
  45. b5f4df3 bpf: update MAINTAINERS entry by Alexei Starovoitov · 10 years ago
  46. f5bffec net: filter: split filter.c into two files by Alexei Starovoitov · 10 years ago
  47. 8942a6d Merge branch 'bcmgenet-next' by David S. Miller · 10 years ago
  48. c489be0 net: bcmgenet: use kcalloc instead of kzalloc by Florian Fainelli · 10 years ago
  49. 8900ea5 net: bcmgenet: add missing braces to some if statements by Florian Fainelli · 10 years ago
  50. 164d4f2 net: bcmgenet: add and remove missing blank lines by Florian Fainelli · 10 years ago
  51. c91b7f6 net: bcmgenet: re-align multiple lines correctly by Florian Fainelli · 10 years ago
  52. 5e811b3 net: bcmgenet: remove FSF mail address by Florian Fainelli · 10 years ago
  53. f5220d6 ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw sockets by Quentin Armitage · 10 years ago
  54. 92bab4e Merge branch 'virtio-net-busy-poll' by David S. Miller · 10 years ago
  55. 9181563 virtio-net: rx busy polling support by Jason Wang · 10 years ago
  56. 2ffa759 virtio-net: introduce virtnet_receive() by Jason Wang · 10 years ago
  57. 96b3bff ethernet: realtek: use pci_device_id by Varka Bhadram · 10 years ago
  58. 5490c27 ethernet: realtek: use module_pci_driver by Varka Bhadram · 10 years ago
  59. 274f482 sock: remove skb argument from sk_rcvqueues_full by Sorin Dumitru · 10 years ago
  60. 52c4f0e drivers: net: cpsw: add support to dump ALE table via ethtool register dump by Mugunthan V N · 10 years ago
  61. 63502b8 dp83640: Fix receive timestamp race condition by Stefan Sørensen · 10 years ago
  62. 3676326 sfc: Add support for busy polling by Alexandre Rames · 10 years ago
  63. 2dbe82d Merge branch 'mlx4-next' by David S. Miller · 10 years ago
  64. ea1c1af net/mlx4_en: Reduce memory consumption on kdump kernel by Amir Vadai · 10 years ago
  65. 2599d85 net/mlx4_core: Use low memory profile on kdump kernel by Amir Vadai · 10 years ago
  66. 0fef9d0 net/mlx4_en: Disable blueflame using ethtool private flags by Amir Vadai · 10 years ago
  67. b94901f net/mlx4_en: current_mac isn't updated in port up by Eyal Perry · 10 years ago
  68. 7861f12 net: mvpp2: Simplify BM pool buffers freeing by Ezequiel Garcia · 10 years ago
  69. d74c96c net: mvpp2: Fix the BM pool buffer release check by Ezequiel Garcia · 10 years ago
  70. 08a2375 net: mvpp2: Enable proper PHY polling and fix port functionality by Marcin Wojtas · 10 years ago
  71. b5c0a80 net: mvpp2: Fix the periodic XON enable bit by Marcin Wojtas · 10 years ago
  72. 0bec8c8 net: skbuff: Use ALIGN macro instead of open coding it by Tobias Klauser · 10 years ago
  73. 526cbef net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAY by David Laight · 10 years ago
  74. 723189f net: sctp: Open out the check for Nagle by David Laight · 10 years ago
  75. 8fd90bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  76. 15ba223 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  77. 89faa06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 10 years ago
  78. 1486771 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 10 years ago
  79. 8dcc3be Merge tag 'trace-fixes-v3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  80. 2605392 sparc: Hook up renameat2 syscall. by David S. Miller · 10 years ago
  81. 1bb4238 Merge branch 'cxgb4-next' by David S. Miller · 10 years ago
  82. 91244bb iw_cxgb4: Don't limit TPTE count to 32KB by Hariprasad Shenai · 10 years ago
  83. 66eb19a iw_cxgb4: advertise the correct device max attributes by Hariprasad Shenai · 10 years ago
  84. 3e5c02c iw_cxgb4: Support query_qp() verb by Hariprasad Shenai · 10 years ago
  85. dd92b12 iw_cxgb4: log detailed warnings for negative advice by Hariprasad Shenai · 10 years ago
  86. 822dd8a cxgb4: Add the MC1 registers to read in the interrupt handler by Hariprasad Shenai · 10 years ago
  87. bc3bd3f Merge branch 'enic-next' by David S. Miller · 10 years ago
  88. 3762ff8 enic: Add ethtool support to show classifier filters added by the driver by Govindarajulu Varadarajan · 10 years ago
  89. e3e5af3 enic: remove #ifdef CONFIG_RFS_ACCEL around filter structures by Govindarajulu Varadarajan · 10 years ago
  90. 1042cab af_iucv: avoid path quiesce of severed path in shutdown() by Ursula Braun · 10 years ago
  91. 45cbb2e qeth: Display adjacent switch attributes by Stefan Raspl · 10 years ago
  92. 850717e Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 10 years ago
  93. 10ec947 ipv4: fix buffer overflow in ip_options_compile() by Eric Dumazet · 10 years ago
  94. 2405240 net: bcmgenet: only update UMAC_CMD if something changed by Florian Fainelli · 10 years ago
  95. bb1fed7 Merge branch 'bcmgenet-next' by David S. Miller · 10 years ago
  96. 06ba837 net: bcmgenet: hook ethtool set/get_wol operations by Florian Fainelli · 10 years ago
  97. 8c90db7 net: bcmgenet: suspend and resume from Wake-on-LAN by Florian Fainelli · 10 years ago
  98. 1c3c1e7 net: bcmgenet: fix bcmgenet_wol_resume by Florian Fainelli · 10 years ago
  99. 8fdb0e0 net: bcmgenet: handle UMAC_IRQ_MPD_R interrupt bit by Florian Fainelli · 10 years ago
  100. c3ae64a net: bcmgenet: handle GENET_POWER_WOL_MAGIC by Florian Fainelli · 10 years ago