summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/tls: fix encryption error checkingVadim Fedorenko2020-05-211-5/+6
* Merge branch 'net-ethernet-ti-fix-some-return-value-check'David S. Miller2020-05-214-6/+7
|\
| * net: ethernet: ti: am65-cpsw-nuss: fix error handling of am65_cpsw_nuss_probeWei Yongjun2020-05-211-1/+2
| * net: ethernet: ti: fix some return value check of cpsw_ale_create()Wei Yongjun2020-05-213-5/+5
|/
* net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()Manivannan Sadhasivam2020-05-211-1/+1
* ethtool: count header size in reply size estimateMichal Kubecek2020-05-212-3/+2
* net: nlmsg_cancel() if put fails for nhmsgStephen Worley2020-05-201-0/+1
* ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet2020-05-201-2/+4
* Merge branch 'wireguard-fixes'David S. Miller2020-05-208-59/+71
|\
| * wireguard: noise: separate receive counter from send counterJason A. Donenfeld2020-05-205-53/+48
| * wireguard: queueing: preserve flow hash across packet scrubbingJason A. Donenfeld2020-05-204-4/+17
| * wireguard: noise: read preshared key while taking lockJason A. Donenfeld2020-05-201-1/+5
| * wireguard: selftests: use newer iproute2 for gcc-10Jason A. Donenfeld2020-05-201-1/+1
|/
* sctp: Don't add the shutdown timer if its already been addedNeil Horman2020-05-191-3/+11
* __netif_receive_skb_core: pass skb by referenceBoris Sukholitko2020-05-191-5/+15
* net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*Martin KaFai Lau2020-05-191-19/+24
* r8152: support additional Microsoft Surface Ethernet Adapter variantMarc Payne2020-05-192-2/+10
* mptcp: use rightmost 64 bits in ADD_ADDR HMACTodd Malsbary2020-05-191-2/+2
* Merge tag 'wireless-drivers-2020-05-19' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-05-191-0/+4
|\
| * iwlwifi: pcie: handle QuZ configs with killer NICs as wellLuca Coelho2020-05-081-0/+4
* | net: bmac: Fix read of MAC address from ROMJeremy Kerr2020-05-191-1/+1
* | net sched: fix reporting the first-time use timestampRoman Mashak2020-05-181-1/+2
* | net: phy: propagate an error back to the callers of phy_sfp_probeLeon Romanovsky2020-05-171-2/+2
* | net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin2020-05-171-8/+6
* | dt-bindings: net: dsa: b53: Add missing size and address cells to exampleKurt Kanzenbach2020-05-171-0/+3
* | nexthop: Fix attribute checking for groupsDavid Ahern2020-05-171-1/+1
* | net: ipa: don't be a hog in gsi_channel_poll()Alex Elder2020-05-161-0/+1
* | net: dsa: mt7530: fix roaming from DSA user portsDENG Qingfang2020-05-163-7/+18
* | ipv6: Fix suspicious RCU usage warning in ip6mrMadhuparna Bhowmik2020-05-161-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-1578-204/+459
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-05-1514-43/+137
| |\ \
| | * \ Merge branch 'restrict-bpf_probe_read'Alexei Starovoitov2020-05-158-35/+101
| | |\ \
| | | * | bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann2020-05-153-32/+88
| | | * | bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann2020-05-151-1/+3
| | | * | bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann2020-05-155-2/+10
| | |/ /
| | * | selftests/bpf: Enforce returning 0 for fentry/fexit programsYonghong Song2020-05-141-2/+2
| | * | bpf: Enforce returning 0 for fentry/fexit progsYonghong Song2020-05-141-0/+17
| | * | security: Fix the default value of secid_to_secctx hookAnders Roxell2020-05-141-1/+1
| | * | libbpf: Fix register naming in PT_REGS s390 macrosSumanth Korikkar2020-05-141-2/+2
| | * | bpf: Fix bug in mmap() implementation for BPF array mapAndrii Nakryiko2020-05-142-1/+14
| | * | samples: bpf: Fix build errorMatteo Croce2020-05-141-2/+0
| * | | selftests: mptcp: pm: rm the right tmp fileMatthieu Baerts2020-05-151-1/+1
| * | | dpaa2-eth: properly handle buffer size restrictionsIoana Ciornei2020-05-152-12/+18
| * | | MAINTAINERS: Mark networking drivers as Maintained.David S. Miller2020-05-141-1/+1
| * | | ipmr: Add lockdep expression to ipmr_for_each_table macroAmol Grover2020-05-141-3/+4
| * | | ipmr: Fix RCU list debugging warningAmol Grover2020-05-141-1/+2
| * | | drivers: net: hamradio: Fix suspicious RCU usage warning in bpqether.cMadhuparna Bhowmik2020-05-141-1/+2
| * | | net: phy: broadcom: fix BCM54XX_SHD_SCR3_TRDDAPD value for BCM54810Kevin Lo2020-05-142-2/+7
| * | | tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet2020-05-141-3/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-05-146-9/+40
| |\ \ \