summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 9p: fix multiple NULL-pointer-dereferencesTomas Bortoli2018-09-093-1/+10
* net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli2018-09-091-0/+2
* net/9p/client.c: version pointer uninitializedTomas Bortoli2018-09-091-1/+1
* 9p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen2018-09-091-1/+2
* net: caif: Add a missing rcu_read_unlock() in caif_flow_cbYueHaibing2018-09-051-1/+3
* nl80211: Add a missing break in parse_station_flagsBernd Edlinger2018-09-051-0/+1
* mac80211: add stations tied to AP_VLANs during hw reconfigmpubbise@codeaurora.org2018-09-051-1/+2
* xfrm: free skb if nlsk pointer is NULLFlorian Westphal2018-09-051-4/+6
* xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala2018-09-051-0/+3
* Cipso: cipso_v4_optptr enter infinite loopyujuan.qi2018-09-051-2/+10
* packet: refine ring v3 block size test to hold one frameWillem de Bruijn2018-08-281-4/+6
* netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal2018-08-281-4/+4
* xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet2018-08-281-3/+5
* tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap2018-08-281-2/+2
* netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal2018-08-282-0/+2
* ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu2018-08-281-3/+6
* net: propagate dev_get_valid_name return codeLi RongQing2018-08-281-2/+2
* netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2018-08-281-3/+3
* Bluetooth: avoid killing an already killed socketSudip Mukherjee2018-08-281-1/+2
* vsock: split dwork to avoid reinitializationsCong Wang2018-08-282-9/+9
* net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu2018-08-281-5/+2
* net_sched: Fix missing res info when create new tc_index filterHangbin Liu2018-08-281-0/+1
* llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang2018-08-281-2/+2
* l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang2018-08-281-1/+1
* dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev2018-08-281-2/+4
* Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn2018-08-171-2/+2
* net: dsa: Do not suspend/resume closed slave_devFlorian Fainelli2018-08-091-0/+6
* inet: frag: enforce memory limits earlierEric Dumazet2018-08-091-5/+5
* ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2018-08-091-2/+2
* tcp: add one more quick ack after after ECN eventsEric Dumazet2018-08-091-2/+2
* tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung2018-08-091-12/+14
* tcp: do not aggressively quick ack after ECN eventsEric Dumazet2018-08-091-2/+2
* tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet2018-08-092-13/+15
* tcp: do not force quickack when receiving out-of-order packetsEric Dumazet2018-08-091-2/+0
* ipconfig: Correctly initialise ic_nameserversChris Novakovic2018-08-091-0/+13
* tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet2018-07-281-2/+14
* tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet2018-07-281-0/+3
* tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2018-07-282-13/+20
* tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-282-33/+12
* tcp: helpers to send special DCTCP ackYuchung Cheng2018-07-281-5/+17
* tcp: fix dctcp delayed ACK scheduleYuchung Cheng2018-07-281-2/+4
* rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu2018-07-281-3/+6
* ip: hash fragments consistentlyPaolo Abeni2018-07-282-0/+4
* skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio2018-07-281-2/+1
* net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2018-07-281-0/+2
* ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks2018-07-281-2/+3
* net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa2018-07-221-3/+6
* rds: avoid unenecessary cong_update in loop transportSantosh Shilimkar2018-07-223-0/+11
* KEYS: DNS: fix parsing multiple optionsEric Biggers2018-07-221-12/+16
* netfilter: ebtables: reject non-bridge targetsFlorian Westphal2018-07-221-0/+13