1. f31ec95 qlcnic: Fix NAPI poll routine for Tx completion by Shahed Shaikh · 10 years ago
  2. cf180b8 amd-xgbe: Set RSS enablement based on hardware features by Lendacky, Thomas · 10 years ago
  3. 211fcf6 amd-xgbe: Adjust for zero-based traffic class count by Lendacky, Thomas · 10 years ago
  4. b057df2 cls_api.c: Fix dumping of non-existing actions' stats. by Ignacy Gawędzki · 10 years ago
  5. 3725a26 pkt_sched: fq: avoid hang when quantum 0 by Kenneth Klette Jonassen · 10 years ago
  6. db27ebb net: rds: use correct size for max unacked packets and bytes by Sasha Levin · 10 years ago
  7. 5201aa4 vhost/net: fix up num_buffers endian-ness by Michael S. Tsirkin · 10 years ago
  8. 75300ad gianfar: correct the bad expression while writing bit-pattern by Sanjeev Sharma · 10 years ago
  9. 06b19b1 net: usb: sr9700: Use 'SR_' prefix for the common register macros by Chen Gang · 10 years ago
  10. 4c122f4c Merge branch 'virtio_net_ufo' by David S. Miller · 10 years ago
  11. e3e3c42 Revert "drivers/net: Disable UFO through virtio" by Vlad Yasevich · 10 years ago
  12. 72f6510 Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets" by Vlad Yasevich · 10 years ago
  13. 0508c07 ipv6: Select fragment id during UFO segmentation if not set. by Vlad Yasevich · 10 years ago
  14. 42b5212 xen-netback: stop the guest rx thread after a fatal error by David Vrabel · 10 years ago
  15. 5a2e87b net/mlx4_core: Fix kernel Oops (mem corruption) when working with more than 80 VFs by Jack Morgenstein · 10 years ago
  16. c101cff isdn: off by one in connect_res() by Dan Carpenter · 10 years ago
  17. 3ae5582 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  18. e6b02be Documentation: Update netlink_mmap.txt by Richard Weinberger · 10 years ago
  19. 44ba582 sunvnet: set queue mapping when doing packet copies by David L Stevens · 10 years ago
  20. 61132bf qlge: Fix qlge_update_hw_vlan_features to handle if interface is down by Marcelo Leitner · 10 years ago
  21. bdbbb85 ipv4: tcp: get rid of ugly unicast_sock by Eric Dumazet · 10 years ago
  22. 0d32ef8 net: sched: fix panic in rate estimators by Eric Dumazet · 10 years ago
  23. d953ca4 hyperv: Fix the error processing in netvsc_send() by Haiyang Zhang · 10 years ago
  24. ecf6ba8 drivers: net: xgene: fix: Out of order descriptor bytes read by Iyappan Subramanian · 10 years ago
  25. 08178e5 Merge branch 'vlan_get_protocol' by David S. Miller · 10 years ago
  26. 10e4fb3 ixgbevf: Fix checksum error when using stacked vlan by Toshiaki Makita · 10 years ago
  27. 0213668 ixgbe: Fix checksum error when using stacked vlan by Toshiaki Makita · 10 years ago
  28. 72b1405 igbvf: Fix checksum error when using stacked vlan by Toshiaki Makita · 10 years ago
  29. d4bcef3 net: Fix vlan_get_protocol for stacked vlan by Toshiaki Makita · 10 years ago
  30. cfbf654 net: sctp: fix passing wrong parameter header to param_type2af in sctp_process_param by Saran Maruti Ramanara · 10 years ago
  31. 8b7c36d netlink: fix wrong subscription bitmask to group mapping in by Pablo Neira · 10 years ago
  32. f5553c1 netfilter: nf_tables: fix leaks in error path of nf_tables_newchain() by Pablo Neira Ayuso · 10 years ago
  33. 579eb62 ipvs: rerouting to local clients is not needed anymore by Julian Anastasov · 10 years ago
  34. 3cdaa5b ipv4: Don't increase PMTU with Datagram Too Big message. by Li Wei · 10 years ago
  35. a1a0b55 Merge branch 'arm-build-fixes' by David S. Miller · 10 years ago
  36. 96a3017 net: am2150: fix nmclan_cs.c shared interrupt handling by Arnd Bergmann · 10 years ago
  37. e9b106b net: lance,ni64: don't build for ARM by Arnd Bergmann · 10 years ago
  38. 303c28d net: wan: add missing virt_to_bus dependencies by Arnd Bergmann · 10 years ago
  39. fc9a570 net: cs89x0: always build platform code if !HAS_IOPORT_MAP by Arnd Bergmann · 10 years ago
  40. e2a4800 ppp: deflate: never return len larger than output buffer by Florian Westphal · 10 years ago
  41. d445d63 Merge branch 'netns' by David S. Miller · 10 years ago
  42. 33564bb vxlan: setup the right link netns in newlink hdlr by Nicolas Dichtel · 10 years ago
  43. 8997c27 caif: remove wrong dev_net_set() call by Nicolas Dichtel · 10 years ago
  44. 9ce3577 lib/checksum.c: fix build for generic csum_tcpudp_nofold by karl beldan · 10 years ago
  45. 811230c tcp: ipv4: initialize unicast_sock sk_pacing_rate by Eric Dumazet · 10 years ago
  46. 150ae0e lib/checksum.c: fix carry in csum_tcpudp_nofold by karl beldan · 10 years ago
  47. 59ccaaa bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify by Roopa Prabhu · 10 years ago
  48. 95224ac Merge branch 'tcp_stretch_acks' by David S. Miller · 10 years ago
  49. d6b1a8a tcp: fix timing issue in CUBIC slope calculation by Neal Cardwell · 10 years ago
  50. 9cd981d tcp: fix stretch ACK bugs in CUBIC by Neal Cardwell · 10 years ago
  51. c22bdca tcp: fix stretch ACK bugs in Reno by Neal Cardwell · 10 years ago
  52. 814d488 tcp: fix the timid additive increase on stretch ACKs by Neal Cardwell · 10 years ago
  53. e73ebb08 tcp: stretch ACK fixes prep by Neal Cardwell · 10 years ago
  54. 59343cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  55. 06539d3 net: don't OOPS on socket aio by Christoph Hellwig · 10 years ago
  56. 9afec6e stmmac: prevent probe drivers to crash kernel by Andy Shevchenko · 10 years ago
  57. 7da323b Merge tag 'powerpc-3.19-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  58. 41592e2 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  59. 24e579c bnx2x: fix napi poll return value for repoll by Govindarajulu Varadarajan · 10 years ago
  60. bf693f7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 10 years ago
  61. 6e9e16e6 ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos too by Hannes Frederic Sowa · 10 years ago
  62. 2257760 Merge branch 'sh_eth' by David S. Miller · 10 years ago
  63. 52b9fa3 sh_eth: Fix DMA-API usage for RX buffers by Ben Hutchings · 10 years ago
  64. aa3933b sh_eth: Check for DMA mapping errors on transmit by Ben Hutchings · 10 years ago
  65. 740c7f3 sh_eth: Ensure DMA engines are stopped before freeing buffers by Ben Hutchings · 10 years ago
  66. dc1d0e6 sh_eth: Remove RX overflow log messages by Ben Hutchings · 10 years ago
  67. 8d8d67f Merge tag 'linux-can-fixes-for-3.19-20150127' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 10 years ago
  68. fc752f1 ping: Fix race in free in receive path by subashab@codeaurora.org · 10 years ago
  69. 86f3cdd udp_diag: Fix socket skipping within chain by Herbert Xu · 10 years ago
  70. e638642 can: kvaser_usb: Fix state handling upon BUS_ERROR events by Ahmed S. Darwish · 10 years ago
  71. 14c10c2 can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT by Ahmed S. Darwish · 10 years ago
  72. 3803fa6 can: kvaser_usb: Send correct context to URB completion by Ahmed S. Darwish · 10 years ago
  73. ded5006 can: kvaser_usb: Do not sleep in atomic context by Ahmed S. Darwish · 10 years ago
  74. 7d63585 Merge tag 'mac80211-for-davem-2015-01-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 10 years ago
  75. df4d925 ipv4: try to cache dst_entries which would cause a redirect by Hannes Frederic Sowa · 10 years ago
  76. 412d290 Merge branch 'bpf' by David S. Miller · 10 years ago
  77. ba1a68b samples: bpf: relax test_maps check by Alexei Starovoitov · 10 years ago
  78. 8ebe667 bpf: rcu lock must not be held when calling copy_to_user() by Alexei Starovoitov · 10 years ago
  79. 600ddd6 net: sctp: fix slab corruption from use after free on INIT collisions by Daniel Borkmann · 10 years ago
  80. 4adca1c Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 10 years ago
  81. 9e91141 net: mv643xx_eth: Fix highmem support in non-TSO egress path by Ezequiel Garcia · 10 years ago
  82. 9d08da9 Merge branch 'sh_eth' by David S. Miller · 10 years ago
  83. 283e38d sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlers by Ben Hutchings · 10 years ago
  84. 084236d sh_eth: Fix crash or memory leak when resizing rings on device that is down by Ben Hutchings · 10 years ago
  85. bd88891 sh_eth: Detach net device when stopping queue to resize DMA rings by Ben Hutchings · 10 years ago
  86. eebfb64 sh_eth: Fix padding of short frames on TX by Ben Hutchings · 10 years ago
  87. 02a5416 drivers: net: cpsw: discard dual emac default vlan configuration by Mugunthan V N · 10 years ago
  88. b6663ad Merge branch 'cls_bpf' by David S. Miller · 10 years ago
  89. 3f2ab13 net: cls_bpf: fix auto generation of per list handles by Daniel Borkmann · 10 years ago
  90. 7913ecf net: cls_bpf: fix size mismatch on filter preparation by Daniel Borkmann · 10 years ago
  91. 9e79ce6 Merge tag 'linux-can-fixes-for-3.19-20150121' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 10 years ago
  92. c976a67 Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  93. abe3b26 Merge tag 'regulator-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 10 years ago
  94. 8d6b932 Merge tag 'spi-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 10 years ago
  95. 45cd15e drivers/rtc/rtc-s5m.c: terminate s5m_rtc_id array with empty element by Andrey Ryabinin · 10 years ago
  96. 07261ed printk: add dummy routine for when CONFIG_PRINTK=n by Pranith Kumar · 10 years ago
  97. 17636fa mm/vmscan: fix highidx argument type by Michael S. Tsirkin · 10 years ago
  98. 0346dad memcg: remove extra newlines from memcg oom kill log by Greg Thelen · 10 years ago
  99. d69911a x86, build: replace Perl script with Shell script by Kees Cook · 10 years ago
  100. 9879de7 mm: page_alloc: embed OOM killing naturally into allocation slowpath by Johannes Weiner · 10 years ago