aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/thunderbolt.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-16ibmvnic: Fix error recovery on login failureJohn Allen1-2/+2
2018-07-16net: lan78xx: Fix race in tx pending skb size calculationStefan Wahren1-1/+4
2018-07-16net/ipv6: Do not allow device only routes via the multipath APIDavid Ahern1-0/+7
2018-07-16tcp: Fix broken repair socket window probe patchStefan Baranoff2-6/+11
2018-07-16net/mlx4_en: Don't reuse RX page when XDP is setSaeed Mahameed1-2/+6
2018-07-16net/ethernet/freescale/fman: fix cross-build errorRandy Dunlap1-0/+1
2018-07-16hv/netvsc: fix handling of fallback to single queue modeStephen Hemminger1-0/+1
2018-07-16ibmvnic: Revise RX/TX queue error messagesThomas Falcon1-12/+27
2018-07-16ipv6: make DAD fail with enhanced DAD when nonce length differsSabrina Dubroca1-1/+1
2018-07-16net: ethernet: stmmac: fix documentation warningCorentin Labbe1-1/+0
2018-07-16net: stmmac: dwmac-sun8i: fix typo descrive => describeCorentin Labbe1-1/+1
2018-07-16net: ip6_gre: get ipv6hdr after skb_cow_head()Prashant Bhole1-1/+2
2018-07-16tun: Fix use-after-free on XDP_TXToshiaki Makita1-1/+1
2018-07-16bonding: Fix a typo in bonding.txtMasanari Iida1-1/+1
2018-07-16tls: Stricter error checking in zerocopy sendmsg pathDave Watson1-1/+1
2018-07-16scripts/tags.sh: Add BPF_CALLConstantine Shulyupin1-0/+1
2018-07-16KEYS: DNS: fix parsing multiple optionsEric Biggers1-12/+16
2018-07-16ipv6/mcast: init as INCLUDE when join SSM INCLUDE groupHangbin Liu3-21/+50
2018-07-16ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu3-18/+46
2018-07-13tcp: remove DELAYED ACK events in DCTCPYuchung Cheng3-31/+0
2018-07-13tcp: fix dctcp delayed ACK scheduleYuchung Cheng1-2/+4
2018-07-13qlogic: check kstrtoul() for errorsDan Carpenter1-0/+2
2018-07-13net: ethtool: fix spelling mistake: "tubale" -> "tunable"Michael Heimpold1-1/+1
2018-07-13skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio1-2/+1
2018-07-13xsk: do not return EMSGSIZE in copy mode for packets larger than MTUMagnus Karlsson1-6/+1
2018-07-13xsk: always return ENOBUFS from sendmsg if there is no TX queueMagnus Karlsson1-3/+2
2018-07-13xsk: do not return EAGAIN from sendmsg when completion queue is fullMagnus Karlsson1-3/+1
2018-07-13xsk: do not return ENXIO from TX copy modeMagnus Karlsson1-3/+1
2018-07-12selftests: in udpgso_bench do not test udp zerocopyWillem de Bruijn1-3/+0
2018-07-12packet: reset network header if packet shorter than ll reserved spaceWillem de Bruijn1-0/+2
2018-07-12nsh: set mac len based on inner packetWillem de Bruijn1-1/+1
2018-07-12net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2-5/+7
2018-07-12sfc: hold filter_sem consistently during resetBert Kenward1-9/+8
2018-07-12sfc: avoid hang from nested use of the filter_semBert Kenward1-9/+21
2018-07-12net: systemport: Fix CRC forwarding check for SYSTEMPORT LiteFlorian Fainelli2-3/+4
2018-07-12tcp: allow user to create repair socket without window probesStefan Baranoff1-3/+5
2018-07-12tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT socketsStefan Baranoff1-5/+18
2018-07-12bpf: don't leave partial mangled prog in jit_subprogs error pathDaniel Borkmann1-2/+9
2018-07-12sch_fq_codel: zero q->flows_cnt when fq_codel_init failsJacob Keller1-7/+18
2018-07-12networking: e1000.rst: Get rid of Sphinx warningsMauro Carvalho Chehab1-75/+112
2018-07-12networking: e100.rst: Get rid of Sphinx warningsMauro Carvalho Chehab1-10/+17
2018-07-12ixgbe: Off by one in ixgbe_ipsec_tx()Dan Carpenter1-1/+1
2018-07-12ixgbe: Be more careful when modifying MAC filtersAlexander Duyck1-1/+11
2018-07-12qed: fix spelling mistake "successffuly" -> "successfully"Ewan D. Milne1-1/+1
2018-07-11sfp: fix module initialisation with netdev already upRussell King1-2/+2
2018-07-11sfp: ensure we clean up properly on bus registration failureRussell King1-7/+24
2018-07-11bpf: fix panic due to oob in bpf_prog_test_run_skbDaniel Borkmann2-4/+36
2018-07-11bpf: btf: Fix bitfield extraction for big endianOkash Khawaja1-17/+13
2018-07-11bpf: fix availability probing for seg6 helpersMathieu Xhonneux1-15/+8
2018-07-10bpf: fix ldx in ld_abs rewrite for large offsetsDaniel Borkmann1-3/+13