Commit Graph

  • b34b0de21e fs/seq_file: fix out-of-bounds read Vegard Nossum 2016-08-25 15:17:11 -07:00
  • cffe363c21 ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route Nikolay Aleksandrov 2016-09-25 23:08:31 +02:00
  • 7c424377cf rc: remove "lock" param for kernel-mode L2TP/PPTP server. Close Issue #880 andy.padavan 2017-10-08 21:37:18 +07:00
  • 12f4d0ac91 miniupnpd: update to 2.0.20170421 andy.padavan 2017-10-08 20:38:32 +07:00
  • 9f662eb151 dnsmasq: update to 2.78 andy.padavan 2017-10-08 20:32:21 +07:00
  • 5d96e356c9 using en_US.UTF-8 Alexander Bleissem 2017-10-01 15:29:37 +02:00
  • ba8b708175 use xenial, added packages, run in noninteractive mode Alexander Bleissem 2017-10-01 13:54:37 +02:00
  • 39f61f2fce Merged padavan/rt-n56u into master Alexander Bleissem 2017-10-01 10:24:58 +02:00
  • bd02fc4306 xl2tpd: upstream updates andy.padavan 2017-10-01 09:49:21 +07:00
  • 2ec139e995 MIPS: Fix IRQ tracing & lockdep when rescheduling Paul Burton 2017-03-03 15:26:05 -08:00
  • 63bdb77fee MIPS: mm: fixed mappings: correct initialisation Marcin Nowakowski 2017-04-11 09:00:34 +02:00
  • 18de752278 MIPS: kprobes: flush_insn_slot should flush only if probe initialised Marcin Nowakowski 2017-06-08 15:20:32 +02:00
  • 8604007964 MIPS: KGDB: Use kernel context for sleeping threads James Hogan 2017-03-30 16:06:02 +01:00
  • ed071f0b23 ipv6/dccp: do not inherit ipv6_mc_list from parent WANG Cong 2017-05-09 16:59:54 -07:00
  • 69758a9719 dccp/tcp: do not inherit mc_list from parent Eric Dumazet 2017-05-09 06:29:19 -07:00
  • b2866d452e tcp: eliminate negative reordering in tcp_clean_rtx_queue Soheil Hassas Yeganeh 2017-05-15 17:05:47 -04:00
  • ec5ea3232b tcp: avoid fragmenting peculiar skbs in SACK Yuchung Cheng 2017-05-10 17:01:27 -07:00
  • 4e23ee0e79 tcp: fix wraparound issue in tcp_lp Eric Dumazet 2017-05-01 15:29:48 -07:00
  • a388a69fec tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0 Wei Wang 2017-05-18 11:22:33 -07:00
  • 554e794c40 netfilter: ctnetlink: fix incorrect nf_ct_put during hash resize Liping Zhang 2017-05-21 07:22:49 +08:00
  • aa55becaff packet: fix tp_reserve race in packet_set_ring Willem de Bruijn 2017-08-10 12:41:58 -04:00
  • 00e762275e net/packet: fix overflow in check for tp_reserve Andrey Konovalov 2017-03-29 16:11:22 +02:00
  • dbf3fe0c24 net/packet: fix overflow in check for tp_frame_nr Andrey Konovalov 2017-03-29 16:11:21 +02:00
  • f254d3c431 net/packet: fix overflow in check for priv area size Andrey Konovalov 2017-03-29 16:11:20 +02:00
  • fb07988fe1 net: ping: do not abuse udp_poll() Eric Dumazet 2017-06-03 09:29:25 -07:00
  • abc7aafa7d net: prevent sign extension in dev_get_stats() Eric Dumazet 2017-06-27 07:02:20 -07:00
  • a52b854104 ipv6: Need to export ipv6_push_frag_opts for tunneling now. David S. Miller 2017-05-01 15:10:20 -04:00
  • 70e3233773 ip6_tunnel: Fix missing tunnel encapsulation limit option Craig Gallek 2017-04-26 14:37:45 -04:00
  • 9a99c9485d net: ipv6: set route type for anycast routes David Ahern 2017-03-15 18:14:33 -07:00
  • a63cf9962a ipv6: fix out of bound writes in __ip6_append_data() Eric Dumazet 2017-05-19 14:17:48 -07:00
  • a1c9bd3369 locking/rtmutex: Prevent dequeue vs. unlock race Thomas Gleixner 2016-11-30 21:04:41 +00:00
  • b25ca65c68 module: fix sprintf format specifier in param_get_byte() Christoph Jaeger 2013-08-20 15:33:18 +09:30
  • 1081e21264 xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harder Andy Whitcroft 2017-03-23 07:45:44 +00:00
  • 520692ef73 xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_window Andy Whitcroft 2017-03-22 07:29:31 +00:00
  • a7b65e603d xfrm: Fix memory leak of aead algorithm name Ilan Tayari 2016-09-18 07:42:53 +00:00
  • 25e2135455 udp: avoid ufo handling on IP payload compression packets Alexey Kodanev 2017-03-09 13:56:46 +03:00
  • 7d869cdcb0 af_key: Fix slab-out-of-bounds in pfkey_compile_policy. Steffen Klassert 2017-05-05 07:40:42 +02:00
  • 3ae1c351af KEYS: fix dereferencing NULL payload with nonzero length Eric Biggers 2017-06-08 14:48:40 +01:00
  • e548698eb3 xfrm: NULL dereference on allocation failure Dan Carpenter 2017-06-14 13:35:37 +03:00
  • 8e3ceef738 xfrm: Oops on error in pfkey_msg2xfrm_state() Dan Carpenter 2017-06-14 13:34:05 +03:00
  • 0bd64f6019 xfrm: policy: check policy direction value Vladis Dronov 2017-08-02 19:50:14 +02:00
  • f30dce14d2 kernel: ipv4/ip_output: fix crash on SMB fastpath andy.padavan 2017-10-01 06:51:18 +07:00
  • 1bbae6b4f5 usb-modeswitch: update to 2.5.1, usb-modeswitch-data to 2017-08-06 andy.padavan 2017-10-01 06:45:35 +07:00
  • 42e87a0286 openvpn: update to 2.4.4 andy.padavan 2017-10-01 06:19:26 +07:00
  • 19c4b7f276 Merged padavan/rt-n56u into master Alexander Bleissem 2017-09-24 12:15:06 +02:00
  • 1aae35d53e mtd_storage.sh: restore 64KB+ storages Thanks to Volt1 Alexander Ryzhov 2017-08-07 18:06:54 +03:00
  • 980d764c7e strongswan: bump to 5.5.3 Alexander Ryzhov 2017-07-05 12:21:56 +03:00
  • 78b4d0d9f5 www: Advanced_Services_Content: fix missing <tr> line andy.padavan 2017-07-01 23:28:15 +07:00
  • 2665e399ac board profiles: n56u_dlna: disable UVC to fit image on 8MB flash andy.padavan 2017-06-26 13:40:43 +07:00
  • 674cceab50 openssl: update to 1.0.2l andy.padavan 2017-06-25 23:42:48 +07:00
  • b89b3e344b rc, www: openvpn: add AES-GCM ciphers to list, thanks to 'Volt1' from iXBT community andy.padavan 2017-06-25 21:03:52 +07:00
  • c79c3de044 openvpn: update to 2.4.3 andy.padavan 2017-06-25 20:53:31 +07:00
  • 7b855b4f34 dropbear: update to 2017.75 andy.padavan 2017-06-25 20:10:41 +07:00
  • 93e99d6455 MT76x2: add tmp VHT80 workaround for Huawei Honor8/P9 (Broadcom-based Wireless) andy.padavan 2017-06-24 15:58:51 +07:00
  • 8ec58a170b MT7610, MT76x2: fix handle VHT capabilities & VHT operation elements on assoc. andy.padavan 2017-06-24 15:30:49 +07:00
  • 1f423bbb61 tty: Prevent ldisc drivers from re-using stale tty fields Peter Hurley 2015-11-27 14:30:21 -05:00
  • 263c04c284 tty: Fix unsafe ldisc reference via ioctl(TIOCGETD) Peter Hurley 2016-01-10 22:40:55 -08:00
  • 8512b2f6ff tty: Fix SIGTTOU not sent with tcflush() Peter Hurley 2013-09-25 20:13:04 -04:00
  • 9a19ea199e tty: Fix recursive deadlock in tty_perform_flush() Peter Hurley 2013-03-11 16:44:45 -04:00
  • 9b77929801 tty: Fix race condition if flushing tty flip buffers Peter Hurley 2013-03-20 13:20:43 -04:00
  • 3d4ee89e53 tty: prevent unnecessary work queue lock checking on flip buffer copy Ivo Sieben 2012-09-27 14:02:05 +02:00
  • 19224e2526 usb: serial: option: add Telit ME910 support Daniele Palmas 2017-05-03 10:28:54 +02:00
  • f9a96d9ed5 net: usb: qmi_wwan: add Telit ME910 support Daniele Palmas 2017-05-03 10:30:11 +02:00
  • c550bf93a7 drivers: net: usb: qmi_wwan: add QMI_QUIRK_SET_DTR for Telit PID 0x1201 Daniele Palmas 2017-04-10 17:34:23 +02:00
  • db0ae92790 net: cdc_ncm: Fix TX zero padding Jim Baxter 2017-05-08 13:49:57 +01:00
  • c1577b8b29 ipv4, ipv6: ensure raw socket message is big enough to hold an IP header Alexander Potapenko 2017-05-03 17:06:58 +02:00
  • b27506652e net: initialize msg.msg_flags in recvfrom Alexander Potapenko 2017-03-08 18:08:16 +01:00
  • e7bb865fbb ping: implement proper locking Eric Dumazet 2017-03-24 19:36:13 -07:00
  • 190c083b8e netfilter: don't track fragmented packets Florian Westphal 2017-03-03 21:44:00 +01:00
  • 959b95b34b netfilter: xt_TCPMSS: add more sanity tests on tcph->doff Eric Dumazet 2017-04-03 10:55:11 -07:00
  • 012de1870a netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and more readable Gao Feng 2016-09-07 10:40:24 +08:00
  • d17ba094bc netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6() Eric Dumazet 2016-01-15 08:21:32 -08:00
  • cf494ea8e8 Don't fix /home/admin/.ssh perms every time Alexander Ryzhov 2017-04-25 12:57:54 +03:00
  • ac39d2476e httpd: fix authorized_keys saving from webui with Entware enabled MercuryV 2017-04-24 23:33:31 +03:00
  • efc74cd3da MT76x2: DynamicVGA: fix mt76x2_long_range_dync_vga() routine andy.padavan 2017-04-23 01:42:52 +07:00
  • c1f8491f10 MT76x2: WMM: fix incorrect handle AC0 TxOp andy.padavan 2017-04-23 01:39:05 +07:00
  • fa49cb3e9e hw_nat: fix IPv6 SIT checksum calculation andy.padavan 2017-04-23 01:22:30 +07:00
  • ee8a0a0f12 arch: fix MT7621 & MT7628 watchdog reset output andy.padavan 2017-04-23 01:18:43 +07:00
  • eb08621fbb ipv6: avoid write to a possibly cloned skb Florian Westphal 2017-03-13 16:24:28 +01:00
  • 703faf2e77 tty: n_hdlc: get rid of racy n_hdlc.tbuf Alexander Popov 2017-02-28 19:54:40 +03:00
  • b65a78a8ea list: introduce list_first_entry_or_null Jiri Pirko 2013-05-29 05:02:56 +00:00
  • a6bc531198 TTY: n_hdlc, fix lockdep false positive Jiri Slaby 2015-11-26 19:28:26 +01:00
  • ad10bd4694 net: mangle zero checksum in skb_checksum_help() Eric Dumazet 2016-10-29 11:02:36 -07:00
  • 68adb6ad14 route: do not cache fib route info on local routes with oif Chris Friesen 2016-04-08 15:21:30 -06:00
  • b3b7b5a29f sock: fix sendmmsg for partial sendmsg Soheil Hassas Yeganeh 2016-11-04 15:36:49 -04:00
  • 54a5719107 mld: do not remove mld souce list info when set link down Hangbin Liu 2017-01-12 21:19:37 +08:00
  • 7d5512b49c ipmr/ip6mr: Initialize the last assert time of mfc entries. Tom Goff 2016-06-23 16:11:57 -04:00
  • e82464d790 ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped Eric Dumazet 2016-11-03 08:59:46 -07:00
  • 19034bb5ae ip6_tunnel: disable caching when the traffic class is inherited Paolo Abeni 2016-11-16 16:26:46 +01:00
  • 46d3b1d51d ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim() Dan Carpenter 2017-02-01 11:46:32 +03:00
  • c908bfde11 ipv6: fix ip6_tnl_parse_tlv_enc_lim() Eric Dumazet 2017-01-23 16:43:06 -08:00
  • c548d3ef06 ip6_tunnel: Clear IP6CB in ip6tunnel_xmit() Eli Cooper 2016-11-01 23:45:12 +08:00
  • 8d118edc7f ipv6: Don't use ufo handling on later transformed packets Jakub Sitnicki 2016-10-26 11:21:14 +02:00
  • 32b0caff21 ext4: release bh in make_indexed_dir gmail 2016-09-30 01:33:37 -04:00
  • ae1d873b5a ext4: fix stack memory corruption with 64k block size Chandan Rajendra 2016-11-14 21:26:26 -05:00
  • 40b2adf8a8 ext4: fix mballoc breakage with 64k block size Chandan Rajendra 2016-11-14 21:04:37 -05:00
  • 13d30ee556 ext4: short-cut orphan cleanup on error Vegard Nossum 2016-07-14 23:21:35 -04:00
  • 7300aa0558 ext4: don't call ext4_should_journal_data() on the journal inode Vegard Nossum 2016-07-04 11:03:00 -04:00
  • ad98e218b6 ext4: check for extents that wrap around Vegard Nossum 2016-06-30 11:53:46 -04:00
  • cc0cd3a297 ext4: fix hang when processing corrupted orphaned inode list Theodore Ts'o 2016-04-30 00:48:54 -04:00