1. e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
  2. 5024c33 gue: Add infrastructure for flags and options by Tom Herbert · 10 years ago
  3. 4bcb877 udp: Offload outer UDP tunnel csum if available by Tom Herbert · 10 years ago
  4. 63487ba net: Move fou_build_header into fou.c and refactor by Tom Herbert · 10 years ago
  5. 46d3802 Merge branch 'stmmac-net' by David S. Miller · 10 years ago
  6. 777da23 stmmac: fix atomicity in pm routines by Giuseppe CAVALLARO · 10 years ago
  7. 4741cf9 stmmac: fix concurrency in eee initialization. by Giuseppe CAVALLARO · 10 years ago
  8. b9d7370 stmmac: fix lock in stmmac_set_rx_mode by Giuseppe CAVALLARO · 10 years ago
  9. 758a0ab stmmac: release tx lock, in case of dma mapping error. by Fabrice Gasnier · 10 years ago
  10. 16ee817 stmmac: fix stmmac_tx_avail should be called with TX locked by Fabrice Gasnier · 10 years ago
  11. 890b791 Merge branch 'stmmac-next' by David S. Miller · 10 years ago
  12. 98fbebc stmmac: remove BUS_MODE_DA by Giuseppe CAVALLARO · 10 years ago
  13. 50fb4f74 stmmac: remove STMMAC_DEBUG_FS by Giuseppe CAVALLARO · 10 years ago
  14. c0d5406 stmmac: remove specific SoC Koption from platform. by Giuseppe CAVALLARO · 10 years ago
  15. b994ca6 drivers: net: ethernet: xilinx: xilinx_emaclite: revert the original commit "1db3ddff1602edf2390b7667dcbaa0f71512e3ea" by Chen Gang · 10 years ago
  16. 9cdb5db include/linux/socket.h: Fix comment by Rasmus Villemoes · 10 years ago
  17. 219b5f2 net: Add missing descriptions for fwmark_reflect for ipv4 and ipv6. by Loganaden Velvindron · 10 years ago
  18. d3ca9ea geneve: Unregister pernet subsys on module unload. by Jesse Gross · 10 years ago
  19. 45cac46 geneve: Set GSO type on transmit. by Jesse Gross · 10 years ago
  20. 30349bd net: phy: spi_ks8995: remove sysfs bin file by registered attribute by Vladimir Zapolskiy · 10 years ago
  21. 6cf1093 udp: remove blank line between set and test by Fabian Frederick · 10 years ago
  22. 869ba98 ipv6: trivial, add bracket for the if block by Florent Fourcot · 10 years ago
  23. 15e4123 Merge branch 'xgene-net' by David S. Miller · 10 years ago
  24. bdd330f drivers: net: xgene: fix: Use separate resources by Iyappan Subramanian · 10 years ago
  25. c3f4465 drivers: net: xgene: Backward compatibility with older firmware by Iyappan Subramanian · 10 years ago
  26. 09c9e05 dtb: xgene: fix: Backward compatibility with older firmware by Iyappan Subramanian · 10 years ago
  27. 05006e8 esp4: remove assignment in if condition by Fabian Frederick · 10 years ago
  28. 90284c2 Merge branch 'ecn_via_routing_table' by David S. Miller · 10 years ago
  29. f7b3bec net: allow setting ecn via routing table by Florian Westphal · 10 years ago
  30. f167338 syncookies: split cookie_check_timestamp() into two functions by Florian Westphal · 10 years ago
  31. 274e2da syncookies: avoid magic values and document which-bit-is-what-option by Florian Westphal · 10 years ago
  32. 436f7c2 igmp: remove camel case definitions by Fabian Frederick · 10 years ago
  33. c18450a udp: remove else after return by Fabian Frederick · 10 years ago
  34. aa1f731 inet: frags: remove inline on static in c file by Fabian Frederick · 10 years ago
  35. 0d3979b ipv4: remove 0/NULL assignment on static by Fabian Frederick · 10 years ago
  36. c9f503b ipv4: use seq_puts instead of seq_printf where possible by Fabian Frederick · 10 years ago
  37. b92022f tcp: spelling s/plugable/pluggable by Fabian Frederick · 10 years ago
  38. 988b134 cipso: remove NULL assignment on static by Fabian Frederick · 10 years ago
  39. 4c787b1 ipv4: include linux/bug.h instead of asm/bug.h by Fabian Frederick · 10 years ago
  40. 4973404 cipso: kerneldoc warning fix by Fabian Frederick · 10 years ago
  41. 56b1742 net: add rbnode to struct sk_buff by Eric Dumazet · 10 years ago
  42. 8ce0c82 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  43. 9fd3d3a sfc: don't BUG_ON efx->max_channels == 0 in probe by Edward Cree · 10 years ago
  44. c495d64 Merge branch 'ipv6_tunnel_iflink_init' by David S. Miller · 10 years ago
  45. f03eb12 gre6: Move the setting of dev->iflink into the ndo_init functions. by Steffen Klassert · 10 years ago
  46. ebe084a sit: Use ipip6_tunnel_init as the ndo_init function. by Steffen Klassert · 10 years ago
  47. 16a0231 vti6: Use vti6_dev_init as the ndo_init function. by Steffen Klassert · 10 years ago
  48. 6c6151d ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function. by Steffen Klassert · 10 years ago
  49. ec5a0ec hamradio: 6pack: remove unnecessary check by Sudip Mukherjee · 10 years ago
  50. 4e23576 PPC: bpf_jit_comp: add SKF_AD_PKTTYPE instruction by Denis Kirjanov · 10 years ago
  51. 3ce9b20 macvtap: Fix csum_start when VLAN tags are present by Herbert Xu · 10 years ago
  52. f4c4a4e net: fec: fix suspend broken on multiple MACs sillicons by Nimrod Andy · 10 years ago
  53. 2b11e67 Merge branch 'tun-net' by David S. Miller · 10 years ago
  54. 2eb783c tun: Fix TUN_PKT_STRIP setting by Herbert Xu · 10 years ago
  55. a8f9bfd tun: Fix csum_start with VLAN acceleration by Herbert Xu · 10 years ago
  56. 7071cf7 uapi: add missing network related headers to kbuild by stephen hemminger · 10 years ago
  57. 547f273 Merge branch 'mlx4-next' by David S. Miller · 10 years ago
  58. d475c95 net/mlx4_core: Add retrieval of CONFIG_DEV parameters by Matan Barak · 10 years ago
  59. 1ab25f8 net/mlx4_en: Add __GFP_COLD gfp flags in alloc_pages by Ido Shamay · 10 years ago
  60. 5f6e980 net/mlx4_en: Remove RX buffers alignment to IP_ALIGN by Ido Shamay · 10 years ago
  61. 0a98455 net/mlx4_core: Protect port type setting by mutex by Amir Vadai · 10 years ago
  62. 6e80669 net/mlx4_core: Prevent VF from changing port configuration by Saeed Mahameed · 10 years ago
  63. d75b1ad net: less interrupt masking in NAPI by Eric Dumazet · 10 years ago
  64. 4cdb1e2 net: shrink struct softnet_data by Eric Dumazet · 10 years ago
  65. c1207c0 netfilter: nft_reject_bridge: Fix powerpc build error by Guenter Roeck · 10 years ago
  66. 2089ad0 i40e: properly parse MDET registers by Mitch Williams · 10 years ago
  67. 7a28d88 i40e: configure VM ID in qtx_ctl by Mitch Williams · 10 years ago
  68. 5b5faa4 i40e: enable debug earlier by Shannon Nelson · 10 years ago
  69. 049a2be i40e: better wording for resource tracking errors by Shannon Nelson · 10 years ago
  70. c135b0d i40e: scale msix vector use when more cores than vectors by Shannon Nelson · 10 years ago
  71. 7204a78 i40e: remove debugfs dump stats by Shannon Nelson · 10 years ago
  72. a282bab i40e: avoid disable of interrupt when changing ITR by Jesse Brandeburg · 10 years ago
  73. 1ac1e76 i40evf: Add support for 10G base T parts by Paul M Stillwell Jr · 10 years ago
  74. 320684c i40e: fix link checking logic by Mitch Williams · 10 years ago
  75. 7bdd6f7 i40evf: properly handle multiple AQ messages by Mitch Williams · 10 years ago
  76. 1790ed0 i40e: Add condition to enter fdir flush and reinit by Akeem G Abodunrin · 10 years ago
  77. d52fdbb smc91x: retrieve IRQ and trigger flags in a modern way by Linus Walleij · 10 years ago
  78. 1db3ddf drivers: net: ethernet: xilinx: xilinx_emaclite: Compatible with 'xlnx, xps-ethernetlite-2.00.b' for QEMU using by Chen Gang · 10 years ago
  79. 1868855 Merge branch 'systemport-net' by David S. Miller · 10 years ago
  80. 914adb5 net: systemport: do not crash freeing an unitialized TX ring by Florian Fainelli · 10 years ago
  81. 3e8fc38 net: systemport: fix DMA allocation/freeing sizes by Florian Fainelli · 10 years ago
  82. 4373747 net: mvpp2: fix possible memory leak by Sudip Mukherjee · 10 years ago
  83. 55b42b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  84. ec1f127 sunhme: Add DMA mapping error checks. by David S. Miller · 10 years ago
  85. 9f93567 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  86. ab01f96 Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  87. 08da742 Merge tag 'pci-v3.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  88. 653bc77 x86_64, entry: Fix out of bounds read on sysenter by Andy Lutomirski · 10 years ago
  89. 32e8fd2 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  90. e2488ab Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  91. 8945337 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  92. 5342929 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 10 years ago
  93. 9f58c62 Merge tag 'microblaze-3.18-rc3' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 10 years ago
  94. 19e0d5f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  95. 7d62728 Merge branches 'pm-cpufreq' and 'pm-sleep' by Rafael J. Wysocki · 10 years ago
  96. 76dfdc2 Merge branches 'acpi-scan' and 'acpi-ec' by Rafael J. Wysocki · 10 years ago
  97. f5fa363 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  98. 5656b408 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  99. c958f92 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  100. 99a49ce Merge tag 'master-2014-10-30' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago