1. 516782a Merge branch 'thunderx' by David S. Miller · 9 years ago
  2. 4863dea net: Adding support for Cavium ThunderX network controller by Sunil Goutham · 9 years ago
  3. e5c4708 pci: Add Cavium PCI vendor id by Sunil Goutham · 9 years ago
  4. bde28bc test_bpf: add similarly conflicting jump test case only for classic by Daniel Borkmann · 9 years ago
  5. 5474b13 Merge branch 'sfc-next' by David S. Miller · 9 years ago
  6. 42ca087 sfc: add module parameter to enable MCDI logging on new functions by Edward Cree · 9 years ago
  7. e7fef9b sfc: add sysfs entry to control MCDI tracing by Edward Cree · 9 years ago
  8. 75aba2a sfc: add tracing of MCDI commands by Edward Cree · 9 years ago
  9. 14e1d0f vxlan: release lock after each bucket in vxlan_cleanup by Sorin Dumitru · 9 years ago
  10. 07f4c90 tcp/dccp: try to not exhaust ip_local_port_range in connect() by Eric Dumazet · 9 years ago
  11. 837b995 Merge branch 'ip_frag_next' by David S. Miller · 9 years ago
  12. d6b915e ip_fragment: don't forward defragmented DF packet by Florian Westphal · 9 years ago
  13. c5501eb net: ipv4: avoid repeated calls to ip_skb_dst_mtu helper by Florian Westphal · 9 years ago
  14. 8c0ce77 Merge branch 'phy_rgmii' by David S. Miller · 9 years ago
  15. 32a6416 net: phy: Utilize phy_interface_is_rgmii by Florian Fainelli · 9 years ago
  16. e463d88 net: phy: Add phy_interface_is_rgmii helper by Florian Fainelli · 9 years ago
  17. ffa915d ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include. by David S. Miller · 9 years ago
  18. d6a4e26 tcp: tcp_tso_autosize() minimum is one packet by Eric Dumazet · 9 years ago
  19. 095dc8e tcp: fix/cleanup inet_ehash_locks_alloc() by Eric Dumazet · 9 years ago
  20. f3903bc tipc: fix bug in link protocol message create function by Jon Paul Maloy · 9 years ago
  21. 05c9854 net: fix inet_proto_csum_replace4() sparse errors by Eric Dumazet · 9 years ago
  22. 6831905 net: remove a sparse error in secure_dccpv6_sequence_number() by Eric Dumazet · 9 years ago
  23. eb8d7ba bridge: skip fdb add if the port shouldn't learn by Wilson Kok · 9 years ago
  24. d496958 pktgen: remove one sparse error by Eric Dumazet · 9 years ago
  25. 7f15986 ipv6: ipv6_select_ident() returns a __be32 by Eric Dumazet · 9 years ago
  26. eedf4c6 Merge branch 'cpsw-cleanups' by David S. Miller · 9 years ago
  27. 61d2259 net: cpsw: remove redundant calls disabling dma interrupts. by Richard Cochran · 9 years ago
  28. 071f1a9 net: cpsw: remove redundant calls enabling dma interrupts. by Richard Cochran · 9 years ago
  29. 202c591 net: cpsw: remove two unused global functions by Richard Cochran · 9 years ago
  30. 26fe7eb net: cpsw: fix misplaced break statements. by Richard Cochran · 9 years ago
  31. d1a0ed7 Merge branch 'rocker-cleanups' by David S. Miller · 9 years ago
  32. e505464 rocker: mark parameters and local variables as const by Simon Horman · 9 years ago
  33. 0985df7 rocker: remove unused rocker_port parameter from rocker_port_kfree by Simon Horman · 9 years ago
  34. 005e870 irda: use msecs_to_jiffies for conversion to jiffies by Nicholas Mc Guire · 9 years ago
  35. d07ce24 neterion: s2io: Fix kernel doc formatting by Joe Perches · 9 years ago
  36. bbfe0f3 irda: irda-usb: use msecs_to_jiffies for conversions by Nicholas Mc Guire · 9 years ago
  37. 6ae4ae8 bridge: allow setting hash_max + multicast_router if interface is down by Linus Lüssing · 9 years ago
  38. 485fca6 ipv6: don't increase size when refragmenting forwarded ipv6 skbs by Florian Westphal · 9 years ago
  39. 376cd36 atm:he - Change 1 to true for bool type variable. by Shailendra Verma · 9 years ago
  40. c489dbb net:xen-netback - Change 1 to true for bool type variable. by Shailendra Verma · 9 years ago
  41. c1a3403 Merge branch 'ipv6_route_sharing' by David S. Miller · 9 years ago
  42. d52d399 ipv6: Create percpu rt6_info by Martin KaFai Lau · 9 years ago
  43. 83a09ab ipv6: Break up ip6_rt_copy() by Martin KaFai Lau · 9 years ago
  44. 8d0b94a ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregister by Martin KaFai Lau · 9 years ago
  45. 3da59bd ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is set by Martin KaFai Lau · 9 years ago
  46. 48e8aa6 ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flags by Martin KaFai Lau · 9 years ago
  47. b197df4 ipv6: Add rt6_get_cookie() function by Martin KaFai Lau · 9 years ago
  48. 45e4fd2 ipv6: Only create RTF_CACHE routes after encountering pmtu exception by Martin KaFai Lau · 9 years ago
  49. 8b9df26 ipv6: Combine rt6_alloc_cow and rt6_alloc_clone by Martin KaFai Lau · 9 years ago
  50. 2647a9b ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCAST by Martin KaFai Lau · 9 years ago
  51. fd0273d ipv6: Remove external dependency on rt6i_dst and rt6i_src by Martin KaFai Lau · 9 years ago
  52. 286c234 ipv6: Clean up ipv6_select_ident() and ip6_fragment() by Martin KaFai Lau · 9 years ago
  53. 01b6961 cxgb4: Add PHY firmware support for T420-BT cards by Hariprasad Shenai · 9 years ago
  54. 3b52960 test_bpf: add more eBPF jump torture cases by Daniel Borkmann · 9 years ago
  55. cff497c Merge branch 'amd-xgbe-next' by David S. Miller · 9 years ago
  56. d5c7839 amd-xgbe: Add more netif_dbg output to the driver by Lendacky, Thomas · 9 years ago
  57. 471e14b amd-xgbe: Fix initial mode when auto-negotiation is disabled by Lendacky, Thomas · 9 years ago
  58. 73c25916 amd-xgbe: Add setting of a missing hardware feature by Lendacky, Thomas · 9 years ago
  59. cf82624 ip: reject too-big defragmented DF-skb when forwarding by Florian Westphal · 9 years ago
  60. b10e3d6 Merge branch 'af_unix_sendpage' by David S. Miller · 9 years ago
  61. 2b51457 net: af_unix: implement splice for stream af_unix sockets by Hannes Frederic Sowa · 9 years ago
  62. a60e3cc net: make skb_splice_bits more configureable by Hannes Frederic Sowa · 9 years ago
  63. 869e7c6 net: af_unix: implement stream sendpage support by Hannes Frederic Sowa · 9 years ago
  64. be12a1f net: skbuff: add skb_append_pagefrags and use it by Hannes Frederic Sowa · 9 years ago
  65. d98c3ed Merge tag 'wireless-drivers-next-for-davem-2015-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 9 years ago
  66. 4029685 Merge branch 'mlx4-next' by David S. Miller · 9 years ago
  67. be9b9ec net/mlx4_core: Enable single ported IB VFs by Or Gerlitz · 9 years ago
  68. e5dfbf9 net/mlx4_core: Adjust the schedule queue port in reset-to-init too by Or Gerlitz · 9 years ago
  69. f40e99e net/mlx4_core: Adjust the schedule queue port for single ported IB VFs by Or Gerlitz · 9 years ago
  70. 74d4943 net/mlx4_core: Modify port values when generting EQEs for VFs by Or Gerlitz · 9 years ago
  71. 430910b IB/mlx4: Convert slave port before building address-handle by Or Gerlitz · 9 years ago
  72. 7c35ef4 net/mlx4_core: Enhance the MAD_IFC wrapper to convert VF port to physical by Or Gerlitz · 9 years ago
  73. 29044b5 enic: Grammar s/an negative/a negative/ by Geert Uytterhoeven · 9 years ago
  74. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  75. fa7912b Merge branch 'pktgen-new-scripts' by David S. Miller · 9 years ago
  76. 05a14d5 pktgen: add benchmark script pktgen_bench_xmit_mode_netif_receive.sh by Jesper Dangaard Brouer · 9 years ago
  77. 1d73ba1 pktgen: add sample script pktgen_sample03_burst_single_flow.sh by Jesper Dangaard Brouer · 9 years ago
  78. 282fb58 pktgen: add sample script pktgen_sample02_multiqueue.sh by Jesper Dangaard Brouer · 9 years ago
  79. 6f09479 pktgen: add sample script pktgen_sample01_simple.sh by Jesper Dangaard Brouer · 9 years ago
  80. b64b0d1 pktgen: new pktgen helper functions for samples scripts by Jesper Dangaard Brouer · 9 years ago
  81. 4020726 pktgen: make /proc/net/pktgen/pgctrl report fail on invalid input by Jesper Dangaard Brouer · 9 years ago
  82. 2a1ddf2 pktgen: document ability to add same device to several threads by Jesper Dangaard Brouer · 9 years ago
  83. 91db4b3 pktgen: doc were missing several config options by Jesper Dangaard Brouer · 9 years ago
  84. d079abd pktgen: adjust spacing in proc file interface output by Jesper Dangaard Brouer · 9 years ago
  85. d012827 pktgen: remove obsolete "max_before_softirq" from pktgen doc by Jesper Dangaard Brouer · 9 years ago
  86. cf539cb Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  87. 0b6280c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  88. 1c8df7b Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  89. a30ec4b Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  90. 1d82b0b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  91. 2a058f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  92. 93a33a5 bridge: fix lockdep splat by Eric Dumazet · 9 years ago
  93. f96dee1 net: core: 'ethtool' issue with querying phy settings by Arun Parameswaran · 9 years ago
  94. fe59384 test_bpf: Add backward jump test case by Michael Holzheu · 9 years ago
  95. 47cc84c bridge: fix parsing of MLDv2 reports by Thadeu Lima de Souza Cascardo · 9 years ago
  96. 9eeb516 ARM: zynq: DT: Use the zynq binding with macb by Nathan Sullivan · 9 years ago
  97. 222ca8e net: macb: Disable half duplex gigabit on Zynq by Nathan Sullivan · 9 years ago
  98. 6db9959 net: macb: Document zynq gem dt binding by Nathan Sullivan · 9 years ago
  99. d4e64c2 ipv4: fill in table id when replacing a route by Michal Kubeček · 9 years ago
  100. 44f6731 cdc_ncm: Fix tx_bytes statistics by Bjørn Mork · 9 years ago