summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2018-12-17neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio1-5/+23
2018-11-10unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2-2/+3
2018-11-10net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa1-1/+1
2018-08-28netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2-1/+1
2018-08-28vsock: split dwork to avoid reinitializationsCong Wang1-2/+2
2018-08-28llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang1-0/+5
2018-08-09tcp: 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-05-30llc: properly handle dev_queue_xmit() return valueCong Wang1-1/+1
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-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-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-25net_sched: red: Avoid illegal valuesNogah Frankel1-0/+11
2018-02-25net_sched: red: Avoid devision by zeroNogah Frankel1-1/+1
2018-02-16ipv4: Map neigh lookup keys in __ipv4_neigh_lookup_noref()Wang Han1-3/+3
2018-01-31ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall1-0/+3
2018-01-31net: tcp: close sock if net namespace is exitingDan Streetman1-0/+10
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: 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-08-30net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov1-1/+4
2017-08-11wext: handle NULL extra data in iwe_stream_add_point betterArnd Bergmann1-1/+2
2017-08-11sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long1-2/+2
2017-08-11sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko1-0/+4
2017-07-05xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-10/+0
2017-06-14net: ping: do not abuse udp_poll()Eric Dumazet1-0/+1
2017-05-15ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong1-0/+2
2017-05-15ipv6: initialize route null entry in addrconf_init()WANG Cong1-0/+1
2017-04-18netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2017-01-15net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani1-0/+2
2016-12-23tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet1-0/+2
2016-07-12net_sched: update hierarchical backlog tooWANG Cong2-2/+7
2016-07-12net_sched: introduce qdisc_replace() helperWANG Cong1-0/+17
2016-03-21cfg80211/wext: fix message orderingJohannes Berg1-0/+6
2016-02-15ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-3/+16
2016-02-15vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel1-0/+5
2016-02-10mac802154: fix typo IEEE802515 to IEEE802154Alexander Aring1-4/+4
2016-01-16unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-0/+1
2016-01-16net: fix IP early demux racesEric Dumazet2-1/+34
2016-01-16net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+1
2016-01-16sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+2
2015-12-14ipv6: add complete rcu protection around np->optEric Dumazet1-1/+20