1. 6367911 net: Zero terminate ifr_name in dev_ifname(). by David S. Miller · 7 years ago
  2. 98de4e0 wireless: wext: terminate ifr name coming from userspace by Levin, Alexander · 7 years ago
  3. 073dd5a netfilter: fix netfilter_net_init() return by Dan Carpenter · 7 years ago
  4. 3e16afd Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  5. 0ddf3fb udp: preserve skb->dst if required for IP options processing by Paolo Abeni · 7 years ago
  6. 799f917 atm: zatm: Fix an error handling path in 'zatm_init_one()' by Christophe Jaillet · 7 years ago
  7. 18bcf29 ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check() by Alexander Potapenko · 7 years ago
  8. e5dadc6 ppp: Fix false xmit recursion detect with two ppp devices by Gao Feng · 7 years ago
  9. df39a9f bpf: check NULL for sk_to_full_sk() return value by WANG Cong · 7 years ago
  10. 13c401f jhash: fix -Wimplicit-fallthrough warnings by Jakub Kicinski · 7 years ago
  11. 36ac344 netfilter: expect: fix crash when putting uninited expectation by Florian Westphal · 7 years ago
  12. 974292d netfilter: nf_tables: only allow in/output for arp packets by Florian Westphal · 7 years ago
  13. 97772bc netfilter: nat: fix src map lookup by Florian Westphal · 7 years ago
  14. cf56c2f netfilter: remove old pre-netns era hook api by Florian Westphal · 7 years ago
  15. f55ce7b netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcv by Mateusz Jurczyk · 8 years ago
  16. 533da29 Merge branch 'bcmgenet-Fragmented-SKB-corrections' by David S. Miller · 7 years ago
  17. f48bed1 net: bcmgenet: Free skb after last Tx frag by Doug Berger · 7 years ago
  18. 876dbad net: bcmgenet: Fix unmapping of fragments in bcmgenet_xmit() by Doug Berger · 7 years ago
  19. ea6c307 dt-bindings: net: Remove duplicate NSP Ethernet MAC binding document by Florian Fainelli · 7 years ago
  20. 2da73d2 Merge branch 'isdn-const-pci_device_ids' by David S. Miller · 7 years ago
  21. 65f9641 isdn: avm: c4: constify pci_device_id. by Arvind Yadav · 7 years ago
  22. ed038e7 isdn: mISDN: hfcpci: constify pci_device_id. by Arvind Yadav · 7 years ago
  23. 1d9c8fa isdn: mISDN: avmfritz: constify pci_device_id. by Arvind Yadav · 7 years ago
  24. e8336ed isdn: mISDN: w6692: constify pci_device_id. by Arvind Yadav · 7 years ago
  25. e3b79fc isdn: mISDN: hfcmulti: constify pci_device_id. by Arvind Yadav · 7 years ago
  26. 0d41668 isdn: mISDN: netjet: constify pci_device_id. by Arvind Yadav · 7 years ago
  27. cf46d35 isdn: eicon: constify pci_device_id. by Arvind Yadav · 7 years ago
  28. 6cfc3d8 isdn: hisax: hisax_fcpcipnp: constify pci_device_id. by Arvind Yadav · 7 years ago
  29. 3651003 isdn: hisax: hfc4s8s_l1: constify pci_device_id. by Arvind Yadav · 7 years ago
  30. cd7b03e isdn: hisax: constify pci_device_id. by Arvind Yadav · 7 years ago
  31. 3298456 tcp_bbr: init pacing rate on first RTT sample by Neal Cardwell · 7 years ago
  32. 1d3648e tcp_bbr: remove sk_pacing_rate=0 transient during init by Neal Cardwell · 7 years ago
  33. 79135b8 tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helper by Neal Cardwell · 7 years ago
  34. f19fd62 tcp_bbr: introduce bbr_bw_to_pacing_rate() helper by Neal Cardwell · 7 years ago
  35. 4aea287 tcp_bbr: cut pacing rate only if filled pipe by Neal Cardwell · 7 years ago
  36. 8b97ac5 openvswitch: Fix for force/commit action failures by Greg Rose · 7 years ago
  37. b1f5bfc sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}() by Alexander Potapenko · 7 years ago
  38. 254d900 ipv4: ip_do_fragment: fix headroom tests by Vasily Averin · 7 years ago
  39. e36fef6 mlx4_en: remove unnecessary returned value check by Zhu Yanjun · 7 years ago
  40. dfcc16c ioc3-eth: store pointer to net_device for priviate area by Jason A. Donenfeld · 7 years ago
  41. 521ea95 Merge branch 'bgmac-stingray-soc' by David S. Miller · 7 years ago
  42. 10d79f7 Documentation: devicetree: net: optional idm regs for bgmac by Abhishek Shah · 7 years ago
  43. a163bdb net: ethernet: bgmac: Make IDM register space optional by Abhishek Shah · 7 years ago
  44. 83a5c5a net: ethernet: bgmac: Remove unnecessary 'return' from platform_bgmac_idm_write by Abhishek Shah · 7 years ago
  45. 10b3bf5 sctp: fix an array overflow when all ext chunks are set by Xin Long · 7 years ago
  46. 56c0da4 liquidio: fix possible eeprom format string overflow by Arnd Bergmann · 7 years ago
  47. c7673e4 vmxnet3: avoid format strint overflow warning by Arnd Bergmann · 7 years ago
  48. c41626c net: thunder_bgx: avoid format string overflow warning by Arnd Bergmann · 7 years ago
  49. be9cdf1 bnx2x: fix format overflow warning by Arnd Bergmann · 7 years ago
  50. 73066f6 net: niu: fix format string overflow warning: by Arnd Bergmann · 7 years ago
  51. 45e0b4b isdn: divert: fix sprintf buffer overflow warning by Arnd Bergmann · 7 years ago
  52. c98b053 net: qcom/emac: fix double free of SGMII IRQ during shutdown by Timur Tabi · 7 years ago
  53. a8f5cb9 smsc95xx: use ethtool_op_get_ts_info() by Petr Kulhavy · 7 years ago
  54. c4c4290 net sched actions: rename act_get_notify() to tcf_get_notify() by Roman Mashak · 7 years ago
  55. ccd4eb4 net/packet: Fix Tx queue selection for AF_PACKET by Iván Briano · 7 years ago
  56. 31a4562 net: bridge: fix dest lookup when vlan proto doesn't match by Nikolay Aleksandrov · 7 years ago
  57. 40fbbce cxgb4: ptp_clock_register() returns error pointers by Ganesh Goudar · 7 years ago
  58. 1e4babe net: hns: add acpi function of xge led control by LiuJian · 7 years ago
  59. 230cd12 netpoll: shut up a kernel warning on refcount by WANG Cong · 7 years ago
  60. 2b02c20 cdc_ncm: Set NTB format again after altsetting switch for Huawei devices by Enrico Mioso · 7 years ago
  61. 457839e mdio: mux: fix parsing mux registers outside of the PHY address range by Martin Blumenstingl · 7 years ago
  62. 5d89fb3 net: set fib rule refcount after malloc by David Ahern · 7 years ago
  63. 2683701 netlink: correctly document nla_put_u64_64bit() by Rolf Eike Beer · 7 years ago
  64. 803d5b6 cxgb4: add new T5 pci device id's by Ganesh Goudar · 7 years ago
  65. 5e349fc dccp: make const array error_code static by Colin Ian King · 7 years ago
  66. bf98bd0 rt2x00: make const array glrt_table static by Colin Ian King · 7 years ago
  67. f56ff77 net: stmmac: make const array route_possibilities static by Colin Ian King · 7 years ago
  68. 22c6089 net: broadcom: bnx2x: make a couple of const arrays static by Colin Ian King · 7 years ago
  69. 0db0109 xgene: Don't fail probe, if there is no clk resource for SGMII interfaces by Thomas Bogendoerfer · 7 years ago
  70. e4a6a34 bpf: fix return in bpf_skb_adjust_net by Kefeng Wang · 7 years ago
  71. edaf382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  72. bd664f6 disable new gcc-7.1.1 warnings for now by Linus Torvalds · 7 years ago
  73. 3a75ad1 Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  74. d93b07f net: stmmac: revert "support future possible different internal phy mode" by LABBE Corentin · 7 years ago
  75. c70d681 sfc: don't read beyond unicast address list by Bert Kenward · 7 years ago
  76. 07b8a7c Merge branch 'net-doc-fixes' by David S. Miller · 7 years ago
  77. d3f6cd9 datagram: fix kernel-doc comments by stephen hemminger · 7 years ago
  78. 771edca socket: add documentation for missing elements by stephen hemminger · 7 years ago
  79. 57fe147 smsc911x: Add check for ioremap_nocache() return code by Alexey Khoroshilov · 7 years ago
  80. 235b84f Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  81. fb4e3be Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  82. 6b1c776 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  83. 58c7ffc fix a braino in compat_sys_getrlimit() by Al Viro · 7 years ago
  84. 8f44c9a brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx() by Arend van Spriel · 7 years ago
  85. 76b825a net: hns: Bugfix for Tx timeout handling in hns driver by Lin Yun Sheng · 7 years ago
  86. 2e3d232 net: ipmr: ipmr_get_table() returns NULL by Dan Carpenter · 7 years ago
  87. 88f0f09b nfp: freeing the wrong variable by Dan Carpenter · 7 years ago
  88. da29676 Merge branch 'mlxsw-spectrum-Various-fixes' by David S. Miller · 7 years ago
  89. 6f49793 mlxsw: spectrum_switchdev: Check status of memory allocation by Ido Schimmel · 7 years ago
  90. a9265b8 mlxsw: spectrum_switchdev: Remove unused variable by Ido Schimmel · 7 years ago
  91. 7387dbb mlxsw: spectrum_router: Fix use-after-free in route replace by Ido Schimmel · 7 years ago
  92. a4e75b7 mlxsw: spectrum_router: Add missing rollback by Ido Schimmel · 7 years ago
  93. 3b06b1a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 7 years ago
  94. 5333502 samples/bpf: fix a build issue by Yonghong Song · 7 years ago
  95. 1bfb159 bridge: mdb: fix leak on complete_info ptr on fail path by Eduardo Valentin · 7 years ago
  96. 130568d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  97. 908b852 Merge tag 'smb3-security-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  98. ffa423f tap: convert a mutex to a spinlock by WANG Cong · 7 years ago
  99. 6a146f3 cxgb4: fix BUG() on interrupt deallocating path of ULD by Guilherme G. Piccoli · 7 years ago
  100. 91d1ae4 qed: Fix printk option passed when printing ipv6 addresses by Kalderon, Michal · 7 years ago