summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mptcp: avoid flipping mp_capable field in syn_recv_sock()Paolo Abeni2020-04-201-16/+30
* mptcp: handle mptcp listener destruction via rcuFlorian Westphal2020-04-201-0/+3
* cxgb4: fix large delays in PTP synchronizationRahul Lakkireddy2020-04-202-21/+9
* net: stmmac: dwmac-meson8b: Add missing boundary to RGMII TX clock arrayMarc Zyngier2020-04-201-0/+1
* ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby2020-04-201-7/+6
* net: systemport: Omit superfluous error message in bcm_sysport_probe()Tang Bin2020-04-201-1/+0
* net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang2020-04-202-2/+5
* tcp: cache line align MAX_TCP_HEADEREric Dumazet2020-04-191-1/+1
* Merge branch 'mptcp-fixes'David S. Miller2020-04-192-4/+37
|\
| * mptcp: fix 'Attempt to release TCP socket in state' warningsFlorian Westphal2020-04-192-3/+12
| * mptcp: fix splat when incoming connection is never accepted before exit/closeFlorian Westphal2020-04-192-1/+25
|/
* net/mlx4_en: avoid indirect call in TX completionEric Dumazet2020-04-191-1/+13
* ipv6: rpl: fix full address compressionAlexander Aring2020-04-191-3/+4
* net: stmmac: Fix sub-second incrementJulien Beraud2020-04-191-4/+8
* net: stmmac: fix enabling socfpga's ptp_ref_clockJulien Beraud2020-04-191-3/+6
* wimax/i2400m: Fix potential urb refcnt leakXiyu Yang2020-04-191-0/+1
* tipc: Fix potential tipc_node refcnt leak in tipc_rcvXiyu Yang2020-04-181-1/+3
* tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcvXiyu Yang2020-04-181-0/+1
* net: netrom: Fix potential nr_neigh refcnt leak in nr_add_nodeXiyu Yang2020-04-181-0/+1
* Merge tag 'tag-chrome-platform-fixes-for-v5.7-rc2' of git://git.kernel.org/pu...Linus Torvalds2020-04-171-4/+4
|\
| * platform/chrome: cros_ec_sensorhub: Add missing '\n' in log messagesChristophe JAILLET2020-04-131-3/+3
| * platform/chrome: cros_ec_sensorhub: Off by one in cros_sensorhub_send_sample()Dan Carpenter2020-04-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-16108-679/+1067
|\ \
| * | amd-xgbe: Use __napi_schedule() in BH contextSebastian Andrzej Siewior2020-04-161-1/+1
| * | mISDN: make dmril and dmrim staticJason Yan2020-04-161-2/+2
| * | net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizesFlorian Fainelli2020-04-161-0/+2
| * | net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware modeDENG Qingfang2020-04-162-6/+19
| * | tipc: fix incorrect increasing of link windowTuong Lien2020-04-161-1/+1
| * | Documentation: Fix tcp_challenge_ack_limit default valueCambda Zhu2020-04-161-1/+1
| * | net: tulip: make early_486_chipsets staticJason Yan2020-04-161-1/+1
| * | dt-bindings: net: ethernet-phy: add desciption for ethernet-phy-id1234.d400Johan Jonker2020-04-161-0/+3
| * | ipv6: remove redundant assignment to variable errColin Ian King2020-04-161-1/+1
| * | net/rds: Use ERR_PTR for rds_message_alloc_sgs()Jason Gunthorpe2020-04-154-21/+19
| * | net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridgeVladimir Oltean2020-04-154-48/+47
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-1511-95/+238
| |\ \
| | * | selftests/bpf: Check for correct program attach/detach in xdp_attach testToke Høiland-Jørgensen2020-04-151-1/+29
| | * | libbpf: Fix type of old_fd in bpf_xdp_set_link_optsToke Høiland-Jørgensen2020-04-151-1/+1
| | * | libbpf: Always specify expected_attach_type on program load if supportedAndrii Nakryiko2020-04-152-59/+109
| | * | xsk: Add missing check on user supplied headroom sizeMagnus Karlsson2020-04-151-3/+2
| | * | bpf: remove unneeded conversion to bool in __mark_reg_unknownZou Wei2020-04-141-2/+1
| | * | xdp: Reset prog in dev_change_xdp_fd when fd is negativeDavid Ahern2020-04-141-1/+2
| | * | tools, bpftool: Fix struct_ops command invalid pointer freeDaniel T. Lee2020-04-141-1/+3
| | * | selftests/bpf: Validate frozen map contents stays frozenAndrii Nakryiko2020-04-141-2/+60
| | * | bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mappingAndrii Nakryiko2020-04-141-9/+7
| | * | arm, bpf: Fix offset overflow for BPF_MEM BPF_DWLuke Nelson2020-04-141-16/+24
| * | | Merge tag 'mac80211-for-net-2020-04-15' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-04-155-25/+38
| |\ \ \
| | * | | mac80211: fix channel switch trigger from unknown mesh peerTamizh chelvam2020-04-151-4/+7
| | * | | mac80211: fix race in ieee80211_register_hw()Sumit Garg2020-04-151-11/+13
| | * | | cfg80211: fix kernel-doc notationLothar Rubusch2020-04-141-0/+10
| | * | | mac80211_hwsim: Use kstrndup() in place of kasprintf()Tuomas Tynkkynen2020-04-141-6/+6