summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/ethernet/freescale: rework quiesce/activate for ucc_gethValentin Longchamp2020-05-221-6/+7
* sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen2020-05-221-4/+5
* tipc: block BH before using dst_cacheEric Dumazet2020-05-221-1/+5
* net: mvpp2: fix RX hashing for non-10G portsRussell King2020-05-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-05-225-11/+69
|\
| * flow_dissector: Drop BPF flow dissector prog ref on netns cleanupJakub Sitnicki2020-05-211-5/+21
| * bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko2020-05-203-4/+34
| * security: Fix hook iteration for secid_to_secctxKP Singh2020-05-201-2/+14
* | felix: Fix initialization of ioremap resourcesClaudiu Manoil2020-05-223-27/+24
* | mptcp: use untruncated hash in ADD_ADDR HMACTodd Malsbary2020-05-224-25/+24
* | net: sgi: ioc3-eth: Fix return value check in ioc3eth_probe()Tang Bin2020-05-211-4/+4
* | net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2020-05-215-6/+4
* | net: ipip: fix wrong address family in init error pathVadim Fedorenko2020-05-211-1/+1
* | Merge branch 'net-tls-fix-encryption-error-path'David S. Miller2020-05-211-7/+10
|\ \
| * | net/tls: free record only on encryption errorVadim Fedorenko2020-05-211-2/+4
| * | 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
| | |/ /