summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-03-31skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes
2018-03-31net: Only honor ifindex in IP_PKTINFO if non-0David Ahern
2018-03-31netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel
2018-03-31net/iucv: Free memory obtained by kzallocArvind Yadav
2018-03-31l2tp: do not accept arbitrary socketsEric Dumazet
2018-03-31ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi
2018-03-31dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev
2018-03-31net: Fix hlist corruptions in inet_evict_bucket()Kirill Tkhai
2018-03-31net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet
2018-03-31ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()Eric Dumazet
2018-03-31sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev
2018-03-31kcm: lock lower socket in kcm_attachTom Herbert
2018-03-31net sched actions: return explicit error when tunnel_key mode is not specifiedRoman Mashak
2018-03-31ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio
2018-03-31ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun
2018-03-31ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun
2018-03-31ipv6: old_dport should be a __be16 in __ip6_datagram_connect()Stefano Brivio
2018-03-31net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni
2018-03-31devlink: Remove redundant free on error pathArkadi Sharshevsky
2018-03-31tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh
2018-03-31openvswitch: meter: fix the incorrect calculation of max delta_tzhangliping
2018-03-31net: dsa: Fix dsa_is_user_port() test inversionFlorian Fainelli
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-24tcp: allow TLP in ECN CWRNeal Cardwell
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-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-15net/smc: fix NULL pointer dereference on sock_create_kern() error pathDavide Caratti
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-08l2tp: fix tunnel lookup use-after-free raceJames Chapman
2018-03-08l2tp: fix race in pppol2tp_release with session object destroyJames Chapman
2018-03-08l2tp: fix races with tunnel socket closeJames Chapman
2018-03-08l2tp: don't use inet_shutdown on ppp session destroyJames Chapman
2018-03-08l2tp: don't use inet_shutdown on tunnel destroyJames Chapman
2018-03-08tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu
2018-03-08tcp: purge write queue upon RSTSoheil Hassas Yeganeh