summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti2018-07-251-2/+1
* ipv6: ila: select CONFIG_DST_CACHEArnd Bergmann2018-07-251-0/+1
* ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks2018-07-251-2/+3
* gen_stats: Fix netlink stats dumping in the presence of paddingToke Høiland-Jørgensen2018-07-251-2/+14
* ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()Cong Wang2018-07-221-0/+1
* ipvs: initialize tbl->entries after allocationCong Wang2018-07-221-0/+1
* 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
* netfilter: ipv6: nf_defrag: drop skb dst before queueingFlorian Westphal2018-07-221-0/+2
* nsh: set mac len based on inner packetWillem de Bruijn2018-07-221-1/+1
* tls: Stricter error checking in zerocopy sendmsg pathDave Watson2018-07-221-1/+1
* KEYS: DNS: fix parsing multiple optionsEric Biggers2018-07-221-12/+16
* netfilter: ebtables: reject non-bridge targetsFlorian Westphal2018-07-221-0/+13
* net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang2018-07-221-9/+2
* VSOCK: fix loopback on big-endian systemsClaudio Imbrenda2018-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
* strparser: Remove early eaten to fix full tcp receive buffer stallDoron Roberts-Kedes2018-07-221-16/+1
* net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern2018-07-222-4/+4
* net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov2018-07-221-1/+1
* net/sched: act_ife: preserve the action control in case of errorDavide Caratti2018-07-221-2/+1
* net/sched: act_ife: fix recursive lock and idr leakDavide Caratti2018-07-221-5/+4
* net/packet: fix use-after-freeEric Dumazet2018-07-221-9/+7
* net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-224-6/+4
* 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
* ipv6: sr: fix passing wrong flags to crypto_alloc_shash()Eric Biggers2018-07-221-1/+1
* atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse2018-07-227-14/+8
* 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
* netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo2018-07-081-1/+2
* netfilter: xt_connmark: fix list corruption on rmmodFlorian Westphal2018-07-081-1/+1