summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netlink: Don't shift on 64 for ngroupsDmitry Safonov2018-08-091-2/+2
* net: socket: Fix potential spectre v1 gadget in sock_is_registeredJeremy Cline2018-08-061-1/+2
* net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline2018-08-061-0/+2
* rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing2018-08-061-2/+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
* ipv4: frags: handle possible skb truesize changeEric Dumazet2018-08-061-0/+5
* inet: frag: enforce memory limits earlierEric Dumazet2018-08-061-3/+3
* tcp: ack immediately when a cwr packet arrivesLawrence Brakmo2018-08-031-1/+8
* tcp: add one more quick ack after after ECN eventsEric Dumazet2018-08-031-2/+2
* tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung2018-08-031-12/+14
* tcp: do not aggressively quick ack after ECN eventsEric Dumazet2018-08-031-2/+2
* tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet2018-08-032-13/+15
* tcp: do not force quickack when receiving out-of-order packetsEric Dumazet2018-08-031-2/+0
* netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov2018-08-031-1/+5
* netlink: Do not subscribe to non-existent groupsDmitry Safonov2018-08-031-0/+1
* net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan2018-08-031-7/+10
* tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell2018-08-031-0/+4
* RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka2018-08-036-20/+39
* ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2018-08-031-2/+2
* ipconfig: Correctly initialise ic_nameserversChris Novakovic2018-08-031-0/+13
* netfilter: nf_tables: check msg_type before nft_trans_set(trans)Alexey Kodanev2018-08-031-5/+6
* netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot2018-08-031-1/+4
* rxrpc: Fix terminal retransmission connection ID to include the channelDavid Howells2018-08-031-1/+1
* tcp: add tcp_ooo_try_coalesce() helperEric Dumazet2018-07-281-4/+21
* tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet2018-07-281-2/+2
* tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet2018-07-281-2/+13
* tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet2018-07-281-0/+3
* tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet2018-07-281-4/+11
* rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu2018-07-281-3/+6
* net/ipv6: Fix linklocal to global address with VRFDavid Ahern2018-07-282-4/+7
* multicast: do not restore deleted record source filter mode to new oneHangbin Liu2018-07-282-4/+2
* sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann2018-07-281-3/+3
* tls: check RCV_SHUTDOWN in tls_wait_dataDoron Roberts-Kedes2018-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
* net: skb_segment() should not return NULLEric Dumazet2018-07-281-5/+5
* ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-282-4/+10
* ip: hash fragments consistentlyPaolo Abeni2018-07-282-0/+4
* ipv6: make DAD fail with enhanced DAD when nonce length differsSabrina Dubroca2018-07-251-1/+1
* sctp: fix the issue that pathmtu may be set lower than MINSEGMENTXin Long2018-07-251-1/+1
* sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner2018-07-252-7/+5
* net: ip6_gre: get ipv6hdr after skb_cow_head()Prashant Bhole2018-07-251-1/+2
* sch_fq_codel: zero q->flows_cnt when fq_codel_init failsJacob Keller2018-07-251-7/+18
* net/ipv6: Do not allow device only routes via the multipath APIDavid Ahern2018-07-251-0/+7
* net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern2018-07-251-0/+1
* 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