summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-17hv/netvsc: fix handling of fallback to single queue modeStephen Hemminger1-0/+1
2018-07-17ibmvnic: 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-16Merge branch 'multicast-init-as-INCLUDE-when-join-SSM-INCLUDE-group'David S. Miller6-39/+96
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-14Merge branch 'fix-DCTCP-delayed-ACK'David S. Miller3-33/+4
2018-07-14tcp: remove DELAYED ACK events in DCTCPYuchung Cheng3-31/+0
2018-07-14tcp: fix dctcp delayed ACK scheduleYuchung Cheng1-2/+4
2018-07-14qlogic: check kstrtoul() for errorsDan Carpenter1-0/+2
2018-07-14net: ethtool: fix spelling mistake: "tubale" -> "tunable"Michael Heimpold1-1/+1
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller8-59/+88
2018-07-14skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio1-2/+1
2018-07-13Merge branch 'bpf-af-xdp-consistent-err-reporting'Daniel Borkmann1-15/+5
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-13selftests: in udpgso_bench do not test udp zerocopyWillem de Bruijn1-3/+0
2018-07-13packet: reset network header if packet shorter than ll reserved spaceWillem de Bruijn1-0/+2
2018-07-13nsh: set mac len based on inner packetWillem de Bruijn1-1/+1
2018-07-13net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2-5/+7
2018-07-13Merge branch 'sfc-filter-locking-fixes'David S. Miller2-18/+29
2018-07-13sfc: hold filter_sem consistently during resetBert Kenward1-9/+8
2018-07-13sfc: avoid hang from nested use of the filter_semBert Kenward1-9/+21
2018-07-13net: systemport: Fix CRC forwarding check for SYSTEMPORT LiteFlorian Fainelli2-3/+4
2018-07-13tcp: allow user to create repair socket without window probesStefan Baranoff1-3/+5
2018-07-13tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT socketsStefan Baranoff1-5/+18
2018-07-13bpf: 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-12Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller4-87/+141
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-12Merge branch 'ieee802154-for-davem-2018-07-11' of git://git.kernel.org/pub/sc...David S. Miller5-14/+46
2018-07-12qed: fix spelling mistake "successffuly" -> "successfully"Ewan D. Milne1-1/+1
2018-07-12sfp: fix module initialisation with netdev already upRussell King1-2/+2
2018-07-12sfp: ensure we clean up properly on bus registration failureRussell King1-7/+24
2018-07-12bpf: 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