summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-09-05net: caif: Add a missing rcu_read_unlock() in caif_flow_cbYueHaibing1-1/+3
2018-09-05nl80211: Add a missing break in parse_station_flagsBernd Edlinger1-0/+1
2018-09-05mac80211: add stations tied to AP_VLANs during hw reconfigmpubbise@codeaurora.org1-1/+2
2018-09-05xfrm: free skb if nlsk pointer is NULLFlorian Westphal1-4/+6
2018-09-05xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala1-0/+3
2018-09-05Cipso: cipso_v4_optptr enter infinite loopyujuan.qi1-2/+10
2018-08-28packet: refine ring v3 block size test to hold one frameWillem de Bruijn1-4/+6
2018-08-28netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal1-4/+4
2018-08-28xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet1-3/+5
2018-08-28tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap1-2/+2
2018-08-28netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal2-0/+2
2018-08-28ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu1-3/+6
2018-08-28net: propagate dev_get_valid_name return codeLi RongQing1-2/+2
2018-08-28netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet1-3/+3
2018-08-28Bluetooth: avoid killing an already killed socketSudip Mukherjee1-1/+2
2018-08-28vsock: split dwork to avoid reinitializationsCong Wang2-9/+9
2018-08-28net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu1-5/+2
2018-08-28net_sched: Fix missing res info when create new tc_index filterHangbin Liu1-0/+1
2018-08-28llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang1-2/+2
2018-08-28l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang1-1/+1
2018-08-28dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev1-2/+4
2018-08-17Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn1-2/+2
2018-08-09net: dsa: Do not suspend/resume closed slave_devFlorian Fainelli1-0/+6
2018-08-09inet: frag: enforce memory limits earlierEric Dumazet1-5/+5
2018-08-09ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi1-2/+2
2018-08-09tcp: add one more quick ack after after ECN eventsEric Dumazet1-2/+2
2018-08-09tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung1-12/+14
2018-08-09tcp: do not aggressively quick ack after ECN eventsEric Dumazet1-2/+2
2018-08-09tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet2-13/+15
2018-08-09tcp: do not force quickack when receiving out-of-order packetsEric Dumazet1-2/+0
2018-08-09ipconfig: Correctly initialise ic_nameserversChris Novakovic1-0/+13
2018-07-28tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet1-2/+14
2018-07-28tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet1-0/+3
2018-07-28tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2-13/+20
2018-07-28tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2-33/+12
2018-07-28tcp: helpers to send special DCTCP ackYuchung Cheng1-5/+17
2018-07-28tcp: fix dctcp delayed ACK scheduleYuchung Cheng1-2/+4
2018-07-28rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu1-3/+6
2018-07-28ip: hash fragments consistentlyPaolo Abeni2-0/+4
2018-07-28skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio1-2/+1
2018-07-28net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-0/+2
2018-07-28ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks1-2/+3
2018-07-22net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa1-3/+6
2018-07-22rds: avoid unenecessary cong_update in loop transportSantosh Shilimkar3-0/+11
2018-07-22KEYS: DNS: fix parsing multiple optionsEric Biggers1-12/+16
2018-07-22netfilter: ebtables: reject non-bridge targetsFlorian Westphal1-0/+13
2018-07-22net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov1-1/+1
2018-07-22tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen1-0/+9
2018-07-22tcp: fix Fast Open key endiannessYuchung Cheng1-5/+13
2018-07-22net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet1-4/+7