aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-27860-4699/+9041
|\
| * Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-26189-1094/+2944
| |\
| | * net: phy: Document phydev::dev_flags bits allocationFlorian Fainelli2021-05-261-0/+5
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-2517-231/+513
| | |\
| | | * bpf, selftests: Adjust few selftest result_unpriv outcomesDaniel Borkmann2021-05-252-10/+0
| | | * bpf: No need to simulate speculative domain for immediatesDaniel Borkmann2021-05-251-1/+5
| | | * bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann2021-05-251-10/+12
| | | * bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann2021-05-251-7/+11
| | | * bpf: Fix BPF_LSM kconfig symbol dependencyDaniel Borkmann2021-05-251-0/+2
| | | * selftests/bpf: Add test for l3 use of bpf_redirect_peerJussi Maki2021-05-252-178/+405
| | | * bpftool: Add sock_release help info for cgroup attach/prog load commandLiu Jian2021-05-255-7/+10
| | | * bpf: Set mac_len in bpf_skb_change_headJussi Maki2021-05-211-0/+1
| | | * bpf, offload: Reorder offload callback 'prepare' in verifierYinjun Zhang2021-05-201-6/+6
| | | * bpf: Avoid using ARRAY_SIZE on an uninitialized pointerFlorent Revest2021-05-201-2/+3
| | | * bpf: Clarify a bpf_bprintf_prepare macroFlorent Revest2021-05-201-4/+5
| | | * selftests/bpf: Test ringbuf mmap read-only and read-write restrictionsAndrii Nakryiko2021-05-201-1/+48
| | | * selftests/bpf: Convert static to global in tc_redirect progsStanislav Fomichev2021-05-202-4/+4
| | | * bpf: Fix BPF_JIT kconfig symbol dependencyDaniel Borkmann2021-05-202-2/+2
| | * | Merge branch 'mptcp-fixes'David S. Miller2021-05-256-13/+20
| | |\ \
| | | * | mptcp: validate 'id' when stopping the ADD_ADDR retransmit timerDavide Caratti2021-05-253-6/+6
| | | * | mptcp: avoid error message on infinite mappingPaolo Abeni2021-05-251-1/+0
| | | * | mptcp: drop unconditional pr_warn on bad optPaolo Abeni2021-05-251-1/+0
| | | * | mptcp: avoid OOB access in setsockopt()Paolo Abeni2021-05-253-5/+14
| | |/ /
| | * | nfp: update maintainer and mailing list addressesSimon Horman2021-05-251-2/+2
| | * | net: mvpp2: add buffer header handling in RXStefan Chulski2021-05-252-9/+67
| | * | bnx2x: Fix missing error code in bnx2x_iov_init_one()Jiapeng Chong2021-05-251-1/+3
| | * | net: zero-initialize tc skb extension on allocationVlad Buslov2021-05-254-3/+14
| | * | net: hns: Fix kernel-docYang Li2021-05-251-3/+3
| | * | sctp: fix the proc_handler for sysctl encap_portXin Long2021-05-251-1/+1
| | * | sctp: add the missing setting for asoc encap_portXin Long2021-05-251-0/+1
| | * | net: dsa: microchip: enable phy errata workaround on 9567George McCollister2021-05-241-0/+1
| | * | net: usb: fix memory leak in smsc75xx_bindPavel Skripkin2021-05-241-2/+6
| | * | net: hsr: fix mac_len checksGeorge McCollister2021-05-245-21/+34
| | * | net: appletalk: cops: Fix data race in cops_probe1Saubhik Mukherjee2021-05-241-2/+2
| | * | Merge branch 'sja1105-fixes'David S. Miller2021-05-242-27/+70
| | |\ \
| | | * | net: dsa: sja1105: update existing VLANs from the bridge VLAN listVladimir Oltean2021-05-241-4/+15
| | | * | net: dsa: sja1105: use 4095 as the private VLAN for untagged trafficVladimir Oltean2021-05-241-12/+10
| | | * | net: dsa: sja1105: error out on unsupported PHY modeVladimir Oltean2021-05-241-0/+1
| | | * | net: dsa: sja1105: add error handling in sja1105_setup()Vladimir Oltean2021-05-241-3/+14
| | | * | net: dsa: sja1105: call dsa_unregister_switch when allocating memory failsVladimir Oltean2021-05-241-4/+11
| | | * | net: dsa: sja1105: fix VL lookup command packing for P/Q/R/SVladimir Oltean2021-05-241-4/+19
| | |/ /
| | * | net: hso: fix control-request directionsJohan Hovold2021-05-241-2/+2
| | * | r8152: check the informaton of the deviceHayes Wang2021-05-241-5/+37
| | * | sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo2021-05-241-1/+2
| | * | NFC: nfcmrvl: fix kernel-doc syntax in file headersAditya Srivastava2021-05-236-6/+6
| | * | net: dsa: mt7530: fix VLAN traffic leaksDENG Qingfang2021-05-231-8/+0
| | * | Merge branch 'fq_pie-fixes'David S. Miller2021-05-232-10/+17
| | |\ \
| | | * | net/sched: fq_pie: fix OOB access in the traffic pathDavide Caratti2021-05-231-1/+8
| | | * | net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti2021-05-232-9/+9
| | |/ /
| | * | net: macb: ensure the device is available before accessing GEMGXL control reg...Zong Li2021-05-231-0/+3