1. a00e3ab stmmac: fix TX normal DESC by Giuseppe CAVALLARO · 9 years ago
  2. c66e98c net: mvneta: use cache_line_size() to get cacheline size by Jisheng Zhang · 9 years ago
  3. 4a0a12d net: mvpp2: use cache_line_size() to get cacheline size by Jisheng Zhang · 9 years ago
  4. d82b0c2 net: mvpp2: fix maybe-uninitialized warning by Jisheng Zhang · 9 years ago
  5. 5a5abb1 tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter by Daniel Borkmann · 9 years ago
  6. 79f4223 net: usb: cdc_ncm: adding Telit LE910 V2 mobile broadband card by Daniele Palmas · 9 years ago
  7. c57c7a9 rtnl: fix msg size calculation in if_nlmsg_size() by Nicolas Dichtel · 9 years ago
  8. 32867fc fec: Do not access unexisting register in Coldfire by Fabio Estevam · 9 years ago
  9. 9bd9ddb net: mvneta: replace MVNETA_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTES by Jisheng Zhang · 9 years ago
  10. b7854ef net: mvpp2: replace MVPP2_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTES by Jisheng Zhang · 9 years ago
  11. 13a7ebb net: dsa: mv88e6xxx: Clear the PDOWN bit on setup by Patrick Uiterwijk · 9 years ago
  12. 75baacf net: dsa: mv88e6xxx: Introduce _mv88e6xxx_phy_page_{read, write} by Patrick Uiterwijk · 9 years ago
  13. 4833a00 Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 9 years ago
  14. c0e760c bpf: make padding in bpf_tunnel_key explicit by Daniel Borkmann · 9 years ago
  15. 2d42122 ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates by Eric Dumazet · 9 years ago
  16. 3c02d1b bnxt_en: Fix ethtool -a reporting. by Michael Chan · 9 years ago
  17. 49b5c7a bnxt_en: Fix typo in bnxt_hwrm_set_pause_common(). by Michael Chan · 9 years ago
  18. e6ef269 bnxt_en: Implement proper firmware message padding. by Michael Chan · 9 years ago
  19. 33e52d8 bnxt_en: Initialize CP doorbell value before ring allocation by Prashant Sreedharan · 9 years ago
  20. cb41c99 team: team should sync the port's uc/mc addrs when add a port by Xin Long · 9 years ago
  21. c348338 gro: Allow tunnel stacking in the case of FOU/GUE by Alexander Duyck · 9 years ago
  22. fea2485 qed: initialize return rc to avoid returning garbage by Colin Ian King · 9 years ago
  23. 28fd349 sctp: really allow using GFP_KERNEL on sctp_packet_transmit by Marcelo Ricardo Leitner · 9 years ago
  24. 5e263f7 bridge: Allow set bridge ageing time when switchdev disabled by Haishuang Yan · 9 years ago
  25. b5aea3d ixgbe: Fix cls_u32 offload support for L4 ports by Sridhar Samudrala · 9 years ago
  26. ebd83ad ixgbe: Fix cls_u32 offload support for fields with masks by Sridhar Samudrala · 9 years ago
  27. 176621c ixgbe: fix error handling in TC cls_u32 offload routines by Sridhar Samudrala · 9 years ago
  28. 6e2a60b ixgbe: make __ixgbe_setup_tc static by Emil Tantilov · 9 years ago
  29. 32ca686 ixgbevf: fix error code path when setting MAC address by Emil Tantilov · 9 years ago
  30. 324d086 ixgbevf: call ndo_stop() instead of dev_close() when running offline selftest by Stefan Assmann · 9 years ago
  31. 6c211fe1 ixgbe: call ndo_stop() instead of dev_close() when running offline selftest by Stefan Assmann · 9 years ago
  32. d90b5b0 ixgbe: Use udelay to avoid sleeping while atomic by Mark Rustad · 9 years ago
  33. e2873d4 ixgbe: Fix ATR so that it correctly handles IPv6 extension headers by Alexander Duyck · 9 years ago
  34. 9f12df9 ixgbe: Store VXLAN port number in network order by Alexander Duyck · 9 years ago
  35. 5676804 ixgbe: Fix for RAR0 not being set to default MAC addr by Tushar Dave · 9 years ago
  36. e84810c qmi_wwan: add "D-Link DWM-221 B1" device id by Bjørn Mork · 9 years ago
  37. 0c84ea1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  38. 2942119 netfilter: ipv4: fix NULL dereference by Liping Zhang · 9 years ago
  39. b301f25 netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES by Pablo Neira Ayuso · 9 years ago
  40. 9314011 netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast fails by Pablo Neira Ayuso · 9 years ago
  41. 54d83fc netfilter: x_tables: fix unconditional helper by Florian Westphal · 9 years ago
  42. 6e94e0c netfilter: x_tables: make sure e->next_offset covers remaining blob size by Florian Westphal · 9 years ago
  43. bdf533d netfilter: x_tables: validate e->target_offset early by Florian Westphal · 9 years ago
  44. 99b7248 openvswitch: call only into reachable nf-nat code by Arnd Bergmann · 9 years ago
  45. 5745b0b openvswitch: Fix checking for new expected connections. by Jarno Rajahalme · 9 years ago
  46. 596cf3f netfilter: ipset: fix race condition in ipset save, swap and delete by Vishwanath Pai · 9 years ago
  47. 0e3e799 net: macb: Only call GPIO functions if there is a valid GPIO by Charles Keepax · 9 years ago
  48. 9832ce4 net: hns: set-coalesce-usecs returns errno by dsaf.ko by Lisheng · 9 years ago
  49. 43adc06 net: hns: fixed the setting and getting overtime bug by Lisheng · 9 years ago
  50. ac71b46 openvswitch: Use proper buffer size in nla_memcpy by Haishuang Yan · 9 years ago
  51. d7be81a ravb: fix software timestamping by Lino Sanfilippo · 9 years ago
  52. 79c1342 net: sxgbe: fix error paths in sxgbe_platform_probe() by Rasmus Villemoes · 9 years ago
  53. 66391b3 Drivers: isdn: hisax: isac.c: Fix assignment and check into one expression. by Cosmin-Gabriel Samoila · 9 years ago
  54. 995096a Fix returned tc and hoplimit values for route with IPv6 encapsulation by Quentin Armitage · 9 years ago
  55. a69f0e2 drivers/net/usb/plusb.c: Fix typo by Diego Viola · 9 years ago
  56. 9ba723b net: macb: remove BUG_ON() and reset the queue to handle RX errors by Cyrille Pitchen · 9 years ago
  57. d31fecd qlge: Update version to 1.00.00.35 by Manish Chopra · 9 years ago
  58. 4cef191 net: phy: bcm7xxx: Add entries for Broadcom BCM7346 and BCM7362 by Jaedon Shin · 9 years ago
  59. 322cea2 bpf: add missing map_flags to bpf_map_show_fdinfo by Daniel Borkmann · 9 years ago
  60. 543e3a8 netpoll: Fix extra refcount release in netpoll_cleanup() by Bjorn Helgaas · 9 years ago
  61. 7dd3991 net: bcmgenet: fix skb_len in bcmgenet_xmit_single() by Petri Gynther · 9 years ago
  62. 5586812 net: bcmgenet: fix dev->stats.tx_bytes accounting by Petri Gynther · 9 years ago
  63. 3e34766 switchdev: fix typo in comments/doc by Nicolas Dichtel · 9 years ago
  64. ba50499 net: macb: replace macb_writel() call by queue_writel() to update queue ISR by Cyrille Pitchen · 9 years ago
  65. 7629d9c Merge branch 'hns-fixes' by David S. Miller · 9 years ago
  66. c1203fe net: hns: bug fix about getting hilink status for HNS v2 by Sheng Li · 9 years ago
  67. daa8cfd net: hns: fix warning of passing zero to 'PTR_ERR' by Kejian Yan · 9 years ago
  68. 4b34aa4 net: hns: optimizate irq proccess for HNS V2 by Sheng Li · 9 years ago
  69. 1c3bae6 net: hns: remove useless variable assignment and comment by Qianqian Xie · 9 years ago
  70. 055a941 net: hns: bug fix for return values by Qianqian Xie · 9 years ago
  71. 8d71397 net: hns: optimizate fmt of snprintf() by Qianqian Xie · 9 years ago
  72. 5261312 net: hns: fix a bug for cycle index by Qianqian Xie · 9 years ago
  73. 071d36b xfrm: Fix crash observed during device unregistration and decryption by subashab@codeaurora.org · 9 years ago
  74. e46b4e2 Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  75. faea72d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  76. 5b1e167 Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  77. 8b97be0 Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  78. 44d1b6d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  79. 0f0fbec Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  80. 3fa2fe2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  81. d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  82. be53f58 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  83. 19d6f04 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  84. 05f5ece Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  85. aca04ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  86. 6579a02 net: ping: make ping_v6_sendmsg static by Haishuang Yan · 9 years ago
  87. 3f73513 hv_netvsc: Fix the order of num_sc_offered decrement by Haiyang Zhang · 9 years ago
  88. 5a010c7 Merge tag 'platform-drivers-x86-v4.6-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  89. b615d3d Merge tag 'pwm/for-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 9 years ago
  90. ed7d6bc Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  91. 7626714 perf llvm: Use strerror_r instead of the thread unsafe strerror one by Arnaldo Carvalho de Melo · 9 years ago
  92. 7847826 perf llvm: Use realpath to canonicalize paths by Arnaldo Carvalho de Melo · 9 years ago
  93. 0741208 perf tools: Unexport some methods unused outside strbuf.c by Arnaldo Carvalho de Melo · 9 years ago
  94. 88fd633 perf probe: No need to use formatting strbuf method by Arnaldo Carvalho de Melo · 9 years ago
  95. a610f5c perf help: Use asprintf instead of adhoc equivalents by Arnaldo Carvalho de Melo · 9 years ago
  96. 5e82b4b net: Fix typos and whitespace. by Bjorn Helgaas · 9 years ago
  97. 9efc2f7 hv_netvsc: Fix the array sizes to be max supported channels by Haiyang Zhang · 9 years ago
  98. d212b46 hv_netvsc: Fix accessing freed memory in netvsc_change_mtu() by Haiyang Zhang · 9 years ago
  99. 1f461dc ppp: take reference on channels netns by Guillaume Nault · 9 years ago
  100. cf47a8a perf tools: Remove unused perf_pathdup, xstrdup functions by Arnaldo Carvalho de Melo · 9 years ago