aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: usb: asix: replace mii_nway_restart in resume pathAlexander Couzens2018-07-181-1/+3
* net: cxgb3_main: fix potential Spectre v1Gustavo A. R. Silva2018-07-181-0/+2
* lib/rhashtable: consider param->min_size when setting initial table sizeDavidlohr Bueso2018-07-181-6/+11
* Merge branch 'smc-fixes'David S. Miller2018-07-183-4/+14
|\
| * net/smc: reset recv timeout after clc handshakeKarsten Graul2018-07-181-1/+2
| * net/smc: add error handling for get_user()Ursula Braun2018-07-181-1/+2
| * net/smc: optimize consumer cursor updatesUrsula Braun2018-07-181-2/+10
|/
* net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa2018-07-181-3/+6
* ipv6: ila: select CONFIG_DST_CACHEArnd Bergmann2018-07-181-0/+1
* net: usb: rtl8150: demote allmulti message to dev_dbg()David Lechner2018-07-181-1/+1
* octeon_mgmt: Fix MIX registers configuration on MTU setupAlexander Sverdlin2018-07-181-3/+11
* net/smc: take sock lock in smc_ioctl()Ursula Braun2018-07-161-4/+15
* Merge branch 'tg3-fixes'David S. Miller2018-07-162-0/+15
|\
| * tg3: Add higher cpu clock for 5762.Sanjeev Bansal2018-07-161-0/+9
| * tg3: Update copyrightSiva Reddy Kallam2018-07-162-0/+6
|/
* ibmvnic: Fix error recovery on login failureJohn Allen2018-07-161-2/+2
* net: lan78xx: Fix race in tx pending skb size calculationStefan Wahren2018-07-161-1/+4
* net/ipv6: Do not allow device only routes via the multipath APIDavid Ahern2018-07-161-0/+7
* tcp: Fix broken repair socket window probe patchStefan Baranoff2018-07-162-6/+11
* net/mlx4_en: Don't reuse RX page when XDP is setSaeed Mahameed2018-07-161-2/+6
* net/ethernet/freescale/fman: fix cross-build errorRandy Dunlap2018-07-161-0/+1
* hv/netvsc: fix handling of fallback to single queue modeStephen Hemminger2018-07-161-0/+1
* ibmvnic: Revise RX/TX queue error messagesThomas Falcon2018-07-161-12/+27
* ipv6: make DAD fail with enhanced DAD when nonce length differsSabrina Dubroca2018-07-161-1/+1
* net: ethernet: stmmac: fix documentation warningCorentin Labbe2018-07-161-1/+0
* net: stmmac: dwmac-sun8i: fix typo descrive => describeCorentin Labbe2018-07-161-1/+1
* net: ip6_gre: get ipv6hdr after skb_cow_head()Prashant Bhole2018-07-161-1/+2
* tun: Fix use-after-free on XDP_TXToshiaki Makita2018-07-161-1/+1
* bonding: Fix a typo in bonding.txtMasanari Iida2018-07-161-1/+1
* tls: Stricter error checking in zerocopy sendmsg pathDave Watson2018-07-161-1/+1
* scripts/tags.sh: Add BPF_CALLConstantine Shulyupin2018-07-161-0/+1
* KEYS: DNS: fix parsing multiple optionsEric Biggers2018-07-161-12/+16
* Merge branch 'multicast-init-as-INCLUDE-when-join-SSM-INCLUDE-group'David S. Miller2018-07-166-39/+96
|\
| * ipv6/mcast: init as INCLUDE when join SSM INCLUDE groupHangbin Liu2018-07-163-21/+50
| * ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu2018-07-163-18/+46
|/
* Merge branch 'fix-DCTCP-delayed-ACK'David S. Miller2018-07-133-33/+4
|\
| * tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-07-133-31/+0
| * tcp: fix dctcp delayed ACK scheduleYuchung Cheng2018-07-131-2/+4
|/
* qlogic: check kstrtoul() for errorsDan Carpenter2018-07-131-0/+2
* net: ethtool: fix spelling mistake: "tubale" -> "tunable"Michael Heimpold2018-07-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-138-59/+88
|\
| * Merge branch 'bpf-af-xdp-consistent-err-reporting'Daniel Borkmann2018-07-131-15/+5
| |\
| | * xsk: do not return EMSGSIZE in copy mode for packets larger than MTUMagnus Karlsson2018-07-131-6/+1
| | * xsk: always return ENOBUFS from sendmsg if there is no TX queueMagnus Karlsson2018-07-131-3/+2
| | * xsk: do not return EAGAIN from sendmsg when completion queue is fullMagnus Karlsson2018-07-131-3/+1
| | * xsk: do not return ENXIO from TX copy modeMagnus Karlsson2018-07-131-3/+1
| |/
| * bpf: don't leave partial mangled prog in jit_subprogs error pathDaniel Borkmann2018-07-121-2/+9
| * bpf: fix panic due to oob in bpf_prog_test_run_skbDaniel Borkmann2018-07-112-4/+36
| * bpf: btf: Fix bitfield extraction for big endianOkash Khawaja2018-07-111-17/+13
| * bpf: fix availability probing for seg6 helpersMathieu Xhonneux2018-07-111-15/+8