summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-03-24ip_gre: fix potential memory leak in erspan_rcvHaishuang Yan
2018-03-24ip_gre: fix error path when erspan_rcv failedHaishuang Yan
2018-03-24ip6_vti: adjust vti mtu according to mtu of lower deviceAlexey Kodanev
2018-03-19mac80211: remove BUG() when interface type is invalidLuca Coelho
2018-03-19net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend
2018-03-19xfrm: Fix xfrm_replay_overflow_offload_esnYossef Efraim
2018-03-19net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti
2018-03-15net/smc: fix NULL pointer dereference on sock_create_kern() error pathDavide Caratti
2018-03-15netfilter: use skb_to_full_sk in ip6_route_me_harderEric Dumazet
2018-03-15netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal
2018-03-15netfilter: bridge: ebt_among: add missing match size checksFlorian Westphal
2018-03-15netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal
2018-03-15netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet
2018-03-15netfilter: nat: cope with negative port rangePaolo Abeni
2018-03-15netfilter: x_tables: fix missing timer initialization in xt_LEDPaolo Abeni
2018-03-15netfilter: xt_hashlimit: fix lock imbalanceEric Dumazet
2018-03-15netfilter: ipt_CLUSTERIP: fix a race condition of proc file creationCong Wang
2018-03-15netfilter: add back stackpointer size checksFlorian Westphal
2018-03-08tcp: purge write queue upon RSTSoheil Hassas Yeganeh
2018-03-08netlink: put module reference if dump start failsJason A. Donenfeld
2018-03-08cls_u32: fix use after free in u32_destroy_key()Paolo Abeni
2018-03-08bridge: Fix VLAN reference count problemIdo Schimmel
2018-03-08sctp: fix dst refcnt leak in sctp_v6_get_dst()Alexey Kodanev
2018-03-08net: ipv4: Set addr_type in hash_keys for forwarded caseDavid Ahern
2018-03-08tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng
2018-03-08tcp: revert F-RTO middle-box workaroundYuchung Cheng
2018-03-08sctp: do not pr_err for the duplicated node in transport rhlistXin Long
2018-03-08net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera
2018-03-08net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet
2018-03-08tcp_bbr: better deal with suboptimal GSOEric Dumazet
2018-03-08rxrpc: Fix send in rxrpc_send_data_packet()David Howells
2018-03-08tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin
2018-03-08sctp: fix dst refcnt leak in sctp_v4_get_dstTommi Rantala
2018-03-08udplite: fix partial checksum initializationAlexey Kodanev
2018-03-08sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev
2018-03-08net: sched: report if filter is too large to dumpRoman Kapl
2018-03-08netlink: ensure to loop over all netns in genlmsg_multicast_allns()Nicolas Dichtel
2018-03-08net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca
2018-03-08net: fix race on decreasing number of TX queuesJakub Kicinski
2018-03-08ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann
2018-03-08fib_semantics: Don't match route with mismatching tclassidStefano Brivio
2018-03-08bridge: check brport attr show in brport_showXin Long
2018-03-03net: sched: fix use-after-free in tcf_block_put_extJiri Pirko
2018-03-03net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang
2018-03-03net: sched: crash on blocks with goto chain actionRoman Kapl
2018-03-03net: sched: fix crash when deleting secondary chainsRoman Kapl
2018-03-03sctp: make use of pre-calculated lenMarcelo Ricardo Leitner
2018-03-03sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner
2018-03-03mac80211: mesh: drop frames appearing to be from usJohannes Berg
2018-03-03nl80211: Check for the required netlink attribute presenceHao Chen