summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2018-11-10ipv6: suppress sparse warnings in IP6_ECN_set_ce()Johannes Berg1-1/+2
2018-10-20net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-0/+1
2018-10-20bonding: avoid possible dead-lockMahesh Bandewar1-6/+1
2018-10-13tcp: use an RB tree for ooo receive queueYaogong Wang1-1/+1
2018-10-13tcp: increment sk_drops for dropped rx packetsEric Dumazet1-0/+7
2018-09-29NFC: Fix the number of pipesSuren Baghdasaryan1-1/+1
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng1-2/+0
2018-08-24netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2-1/+1
2018-08-22vsock: split dwork to avoid reinitializationsCong Wang1-2/+2
2018-08-22llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang1-0/+5
2018-08-06tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet1-1/+1
2018-07-28tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng1-0/+1
2018-07-28tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng1-0/+1
2018-07-25ipv6: fix useless rol32 call on hashColin Ian King1-1/+1
2018-07-03Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc1-1/+1
2018-05-30llc: properly handle dev_queue_xmit() return valueCong Wang1-1/+1
2018-05-30ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca3-3/+12
2018-05-30regulatory: add NUL to request alpha2Johannes Berg1-1/+1
2018-05-30mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4Felix Fietkau1-1/+1
2018-05-16soreuseport: initialise timewait reuseport fieldEric Dumazet1-0/+1
2018-05-16net: fix rtnh_ok()Eric Dumazet1-1/+1
2018-05-16mac80211: Add RX flag to indicate ICV strippedDavid Spinadel1-1/+4
2018-05-16mac80211: allow same PN for AMSDU sub-framesSara Sharon1-1/+5
2018-05-16mac80211: allow not sending MIC up from driver for HW cryptoSara Sharon1-1/+4
2018-04-29llc: delete timers synchronously in llc_sk_free()Cong Wang1-0/+1
2018-04-24slip: Check if rstate is initialized before uncompressingTejaswi Tanikella1-0/+1
2018-04-13net: x25: fix one potential use-after-free issuelinzhang1-2/+2
2018-04-13cfg80211: make RATE_INFO_BW_20 the defaultJohannes Berg1-1/+1
2018-03-22tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng1-3/+5
2018-03-11udplite: fix partial checksum initializationAlexey Kodanev1-0/+1
2018-02-28ip_tunnel: replace dst_cache with generic implementationPaolo Abeni1-7/+2
2018-02-25netlink: fix nla_put_{u8,u16,u32} for KASANArnd Bergmann1-18/+55
2018-02-25net_sched: red: Avoid illegal valuesNogah Frankel1-0/+11
2018-02-25net_sched: red: Avoid devision by zeroNogah Frankel1-1/+1
2018-02-25net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni1-12/+3
2018-02-25net: add dst_cache supportPaolo Abeni1-0/+97
2018-02-16netfilter: nf_queue: Make the queue_handler pernetEric W. Biederman2-2/+4
2018-01-31net: tcp: close sock if net namespace is exitingDan Streetman1-0/+10
2018-01-31ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall1-0/+3
2018-01-31ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings1-0/+1
2018-01-02ipv4: igmp: guard against silly MTU valuesEric Dumazet1-0/+2
2017-12-05netlink: add a start callback for starting a netlink dumpTom Herbert1-0/+2
2017-11-18tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet1-0/+6
2017-11-18tcp/dccp: fix ireq->opt racesEric Dumazet1-1/+1
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-3/+3
2017-10-21sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter1-1/+5
2017-09-27Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer1-6/+1
2017-09-27Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer1-27/+9
2017-09-27ipv6: fix sparse warning on rt6i_nodeWei Wang1-1/+1
2017-09-27ipv6: add rcu grace period before freeing fib6_nodeWei Wang1-1/+29