summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-2988-390/+707
|\
| * selftests: net: devlink_port_split: check devlink returned an element before ...Paolo Pisati2021-06-281-0/+3
| * net: phy: at803x: mask 1000 Base-X link modeDavid Bauer2021-06-281-1/+29
| * Merge branch 'sctp-size-validations'David S. Miller2021-06-286-30/+58
| |\
| | * sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner2021-06-281-3/+10
| | * sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner2021-06-281-0/+3
| | * sctp: add size validation when walking chunksMarcelo Ricardo Leitner2021-06-281-1/+1
| | * sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-06-286-26/+44
| |/
| * flow_offload: action should not be NULL when it is referencedgushengxian2021-06-281-5/+7
| * net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin2021-06-281-1/+1
| * net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-06-283-9/+22
| * Revert "be2net: disable bh with spin_lock in be_process_mcc"Petr Oros2021-06-252-2/+6
| * gve: Fix swapped vars when fetching max queuesBailey Forrest2021-06-251-2/+2
| * dev_forward_skb: do not scrub skb mark within the same name spaceNicolas Dichtel2021-06-251-1/+1
| * net: dsa: sja1105: fix NULL pointer dereference in sja1105_reload_cbs()Vladimir Oltean2021-06-241-0/+6
| * Merge tag 'ieee802154-for-davem-2021-06-24' of git://git.kernel.org/pub/scm/l...David S. Miller2021-06-241-3/+8
| |\
| | * ieee802154: hwsim: avoid possible crash in hwsim_del_edge_nl()Eric Dumazet2021-06-221-1/+1
| | * ieee802154: hwsim: Fix memory leak in hwsim_add_oneDongliang Mu2021-06-221-0/+5
| | * ieee802154: hwsim: Fix possible memory leak in hwsim_subscribe_all_othersDongliang Mu2021-06-141-2/+2
| * | e1000e: Check the PCIm stateSasha Neftin2021-06-241-11/+13
| * | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-06-243-8/+20
| |\ \
| | * | i40e: Fix missing rtnl locking when setting up pf switchJan Sokolowski2021-06-241-4/+11
| | * | i40e: fix PTP on 5Gb linksJesse Brandeburg2021-06-241-2/+6
| | * | i40e: Fix autoneg disabling for non-10GBaseT linksMateusz Palczewski2021-06-241-2/+1
| | * | i40e: Fix error handling in i40e_vsi_openDinghao Liu2021-06-241-0/+2
| * | | ipv6: fix out-of-bound access in ip6_parse_tlv()Eric Dumazet2021-06-241-14/+13
| * | | Merge branch 'macsec-key-length'David S. Miller2021-06-245-7/+7
| |\ \ \
| | * | | net: atlantic: fix the macsec key lengthAntoine Tenart2021-06-241-2/+2
| | * | | net: phy: mscc: fix macsec key lengthAntoine Tenart2021-06-242-2/+2
| | * | | net: macsec: fix the length used to copy the key for offloadingAntoine Tenart2021-06-242-3/+3
| |/ / /
| * | | Merge tag 'linux-can-fixes-for-5.13-20210624' of git://git.kernel.org/David S. Miller2021-06-242-3/+3
| |\ \ \
| | * | | can: peak_pciefd: pucan_handle_status(): fix a potential starvation issue in ...Stephane Grosjean2021-06-241-2/+2
| | * | | can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for opt...Norbert Slusarek2021-06-241-1/+1
| | |/ /
| * | | Merge branch 'ibmvnic-fixes'David S. Miller2021-06-241-24/+77
| |\ \ \ | | |/ / | |/| |
| | * | ibmvnic: parenthesize a checkSukadev Bhattiprolu2021-06-241-1/+1
| | * | ibmvnic: free tx_pool if tso_pool alloc failsSukadev Bhattiprolu2021-06-241-1/+4
| | * | ibmvnic: set ltb->buff to NULL after freeingSukadev Bhattiprolu2021-06-241-11/+15
| | * | ibmvnic: account for bufs already saved in indir_bufSukadev Bhattiprolu2021-06-241-1/+8
| | * | ibmvnic: clean pending indirect buffs during resetSukadev Bhattiprolu2021-06-241-2/+6
| | * | Revert "ibmvnic: remove duplicate napi_schedule call in open function"Dany Madden2021-06-241-0/+5
| | * | Revert "ibmvnic: simplify reset_long_term_buff function"Sukadev Bhattiprolu2021-06-241-8/+38
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-06-2313-64/+137
| |\ \
| | * | bpf: Fix null ptr deref with mixed tail calls and subprogsJohn Fastabend2021-06-221-2/+4
| | * | bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh2021-06-222-3/+3
| | * | bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flagsMaciej Żenczykowski2021-06-221-1/+1
| | * | skmsg: Increase sk->sk_drops when dropping packetsCong Wang2021-06-211-8/+14
| | * | skmsg: Pass source psock to sk_psock_skb_redirect()Cong Wang2021-06-211-5/+6
| | * | skmsg: Teach sk_psock_verdict_apply() to return errorsCong Wang2021-06-211-9/+14
| | * | skmsg: Fix a memory leak in sk_psock_verdict_apply()Cong Wang2021-06-211-0/+5
| | * | skmsg: Clear skb redirect pointer before dropping itCong Wang2021-06-211-0/+2