summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: avoid killing an already killed socketSudip Mukherjee2018-08-221-1/+2
* net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu2018-08-221-5/+2
* vsock: split dwork to avoid reinitializationsCong Wang2018-08-222-9/+9
* net_sched: Fix missing res info when create new tc_index filterHangbin Liu2018-08-221-0/+1
* llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang2018-08-221-2/+2
* l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang2018-08-221-1/+1
* dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev2018-08-221-2/+4
* Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn2018-08-171-2/+2
* tcp: Fix missing range_truesize enlargement in the backportTakashi Iwai2018-08-171-0/+1
* ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer2018-08-152-0/+2
* netlink: Don't shift on 64 for ngroupsDmitry Safonov2018-08-091-2/+2
* netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov2018-08-091-1/+5
* netlink: Do not subscribe to non-existent groupsDmitry Safonov2018-08-091-0/+1
* net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline2018-08-061-0/+2
* netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline2018-08-061-0/+2
* net: dsa: Do not suspend/resume closed slave_devFlorian Fainelli2018-08-061-0/+6
* inet: frag: enforce memory limits earlierEric Dumazet2018-08-061-5/+5
* tcp: add one more quick ack after after ECN eventsEric Dumazet2018-08-061-2/+2
* tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung2018-08-061-12/+14
* tcp: do not aggressively quick ack after ECN eventsEric Dumazet2018-08-061-2/+2
* tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet2018-08-062-13/+15
* tcp: do not force quickack when receiving out-of-order packetsEric Dumazet2018-08-061-2/+0
* ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2018-08-061-2/+2
* ipconfig: Correctly initialise ic_nameserversChris Novakovic2018-08-061-0/+13
* ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-282-4/+10
* 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-251-2/+1
* net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2018-07-251-0/+2
* net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern2018-07-251-0/+1
* ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks2018-07-251-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
* net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov2018-07-221-1/+1
* tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen2018-07-221-0/+9
* tcp: fix Fast Open key endiannessYuchung Cheng2018-07-221-5/+13
* net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet2018-07-221-4/+7
* net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Eric Dumazet2018-07-221-3/+2
* Revert "sit: reload iphdr in ipip6_rcv"David S. Miller2018-07-221-1/+0
* netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-07-173-0/+4
* netfilter: nf_queue: augment nfqa_cfg_policyEric Dumazet2018-07-171-0/+3
* netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn2018-07-111-3/+6