summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-01-09tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet1-1/+3
2019-01-09sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long1-0/+1
2019-01-09packet: validate address length if non-zeroWillem de Bruijn1-2/+2
2019-01-09packet: validate address lengthWillem de Bruijn1-0/+4
2019-01-09netrom: fix locking in nr_find_socket()Cong Wang1-5/+10
2019-01-09net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek1-6/+12
2019-01-09ipv6: tunnels: fix two use-after-freeEric Dumazet2-0/+2
2019-01-09ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang1-1/+2
2019-01-09ieee802154: lowpan_header_create check must check daddrWillem de Bruijn1-0/+3
2019-01-09gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi1-0/+1
2019-01-09ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang2-2/+11
2019-01-09ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
2019-01-09ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-12-21SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust1-2/+9
2018-12-21mac80211: Fix condition validating WMM IEIlan Peer1-1/+1
2018-12-21mac80211: don't WARN on bad WMM parameters from buggy APsEmmanuel Grumbach1-1/+2
2018-12-21netfilter: ipset: Fix wraparound in hash:*net* typesJozsef Kadlecsik6-63/+63
2018-12-17tcp: lack of available data can also cause TSO deferEric Dumazet1-11/+24
2018-12-17netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo1-11/+4
2018-12-17netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac1-1/+2
2018-12-17ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long1-0/+3
2018-12-17netfilter: xt_hashlimit: fix a possible memory leak in htable_create()Taehee Yoo1-6/+3
2018-12-17netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal2-3/+5
2018-12-17tcp: fix NULL ref in tail loss probeYuchung Cheng1-4/+8
2018-12-17tcp: Do not underestimate rwnd_limitedEric Dumazet1-1/+4
2018-12-17sctp: kfree_rcu asocXin Long1-1/+1
2018-12-17rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet1-0/+3
2018-12-17net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch1-0/+3
2018-12-17ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani1-0/+1
2018-12-17ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio1-21/+21
2018-12-17ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner3-2/+21
2018-12-13mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach1-0/+1
2018-12-13mac80211: fix reordering of buffered broadcast packetsFelix Fietkau1-2/+2
2018-12-13mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau1-0/+2
2018-12-13mac80211: Clear beacon_int in ieee80211_do_stopBen Greear1-0/+2
2018-12-13SUNRPC: Fix leak of krb5p encode pagesChuck Lever1-0/+4
2018-12-13batman-adv: Expand merged fragment buffer for full packetSven Eckelmann1-1/+1
2018-12-13batman-adv: Use explicit tvlv padding for ELP packetsSven Eckelmann1-2/+4
2018-12-08tipc: use destination length for copy stringGuoqing Jiang1-1/+1
2018-12-08ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf1-2/+2
2018-12-05libceph: check authorizer reply/challenge length before readingIlya Dryomov1-0/+7
2018-12-05libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov1-2/+4
2018-12-05packet: copy user buffers before orphan or cloneWillem de Bruijn1-2/+2
2018-12-05net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata1-0/+4
2018-12-05net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg1-4/+6
2018-12-05tls: Use correct sk->sk_prot for IPV6Boris Pismenny1-15/+37
2018-12-05tls: don't override sk_write_space if tls_set_sw_offload fails.Ilya Lesokhin1-3/+2
2018-12-05tls: Avoid copying crypto_info again after cipher_type check.Ilya Lesokhin1-19/+14
2018-12-05tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin2-10/+17
2018-12-05tls: Add function to update the TLS socket configurationIlya Lesokhin1-14/+32