summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng
2018-08-24net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti
2018-08-24ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore
2018-08-24netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet
2018-08-22vsock: split dwork to avoid reinitializationsCong Wang
2018-08-22llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang
2018-08-06tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet
2018-07-28tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng
2018-07-28tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng
2018-07-25ipv6: fix useless rol32 call on hashColin Ian King
2018-06-16bonding: require speed/duplex only for 802.3ad, alb and tlbAndreas Born
2018-05-30llc: properly handle dev_queue_xmit() return valueCong Wang
2018-05-30ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-05-30regulatory: add NUL to request alpha2Johannes Berg
2018-05-30mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4Felix Fietkau
2018-05-19bonding: send learning packets for vlans on slaveDebabrata Banerjee
2018-05-16soreuseport: initialise timewait reuseport fieldEric Dumazet
2018-05-16net: fix rtnh_ok()Eric Dumazet
2018-04-29llc: delete timers synchronously in llc_sk_free()Cong Wang
2018-04-20slip: Check if rstate is initialized before uncompressingTejaswi Tanikella
2018-04-20Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc
2018-04-13net: x25: fix one potential use-after-free issuelinzhang
2018-04-13cfg80211: make RATE_INFO_BW_20 the defaultJohannes Berg
2018-03-31sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev
2018-03-22tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng
2018-03-11udplite: fix partial checksum initializationAlexey Kodanev
2018-02-25net_sched: red: Avoid illegal valuesNogah Frankel
2018-02-25net_sched: red: Avoid devision by zeroNogah Frankel
2018-02-25sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long
2018-01-31ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
2018-01-31net: tcp: close sock if net namespace is exitingDan Streetman
2018-01-31ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings
2018-01-17mac80211: Add RX flag to indicate ICV strippedDavid Spinadel
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung
2018-01-02ipv4: igmp: guard against silly MTU valuesEric Dumazet
2017-12-25vhost-vsock: add pkt cancel capabilityPeng Tao
2017-12-16net: remove hlist_nulls_add_tail_rcu()Eric Dumazet
2017-11-18netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal
2017-11-18tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet
2017-11-18tcp/dccp: fix ireq->opt racesEric Dumazet
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-10-12netlink: fix nla_put_{u8,u16,u32} for KASANArnd Bergmann
2017-10-12sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter
2017-10-08netfilter: nf_tables: set pktinfo->thoff at AH header if foundPablo Neira Ayuso
2017-10-05mac80211: fix VLAN handling with TXQsJohannes Berg
2017-09-20Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer
2017-09-20Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer
2017-09-20ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-09-20ipv6: add rcu grace period before freeing fib6_nodeWei Wang
2017-08-30net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov