summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fold unix_mknod() into unix_bind_bsd()Al Viro2021-06-211-25/+17
* unix_bind(): take BSD and abstract address cases into new helpersAl Viro2021-06-211-73/+74
* unix_bind(): separate BSD and abstract casesAl Viro2021-06-211-21/+34
* unix_bind(): allocate addr earlierAl Viro2021-06-211-13/+15
* af_unix: take address assignment/hash insertion into a new helperAl Viro2021-06-211-13/+13
* nfp: flower-ct: check for error in nfp_fl_ct_offload_nft_flow()Dan Carpenter2021-06-211-0/+2
* net: qualcomm: rmnet: fix two pointer math bugsDan Carpenter2021-06-211-2/+2
* net: iosm: remove an unnecessary NULL checkDan Carpenter2021-06-211-1/+1
* net/smc: Fix ENODATA tests in smc_nl_get_fback_stats()Dan Carpenter2021-06-211-3/+3
* net: hns3: fix a double shift bugDan Carpenter2021-06-211-3/+3
* net: hns3: fix different snprintf() limitDan Carpenter2021-06-211-3/+1
* selftests: tls: fix chacha+bidir testsJakub Kicinski2021-06-211-28/+39
* selftests: tls: clean up uninitialized warningsJakub Kicinski2021-06-211-0/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-18858-4041/+9167
|\
| * Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-18145-589/+1513
| |\
| | * net: ethernet: fix potential use-after-free in ec_bhf_removePavel Skripkin2021-06-181-1/+3
| | * Merge tag 'mac80211-for-net-2021-06-18' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-06-185-15/+35
| | |\
| | | * mac80211: handle various extensible elements correctlyJohannes Berg2021-06-181-11/+11
| | | * mac80211: reset profile_periodicity/ema_apJohannes Berg2021-06-181-0/+8
| | | * cfg80211: avoid double free of PMSR requestAvraham Stern2021-06-181-2/+14
| | | * cfg80211: make certificate generation more robustJohannes Berg2021-06-181-1/+1
| | | * mac80211: minstrel_ht: fix sample time checkFelix Fietkau2021-06-181-1/+1
| | * | selftests/net: Add icmp.sh for testing ICMP dummy address responsesToke Høiland-Jørgensen2021-06-181-0/+74
| | * | icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen2021-06-182-0/+10
| | * | net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSYEsben Haabendal2021-06-181-0/+5
| | * | net: ll_temac: Fix TX BD buffer overwriteEsben Haabendal2021-06-181-1/+1
| | * | net: ll_temac: Add memory-barriers for TX BD accessEsben Haabendal2021-06-181-1/+13
| | * | net: ll_temac: Make sure to free skb when it is completely usedEsben Haabendal2021-06-181-1/+5
| | * | MAINTAINERS: add Guvenc as SMC maintainerKarsten Graul2021-06-181-0/+1
| | * | Merge branch 'bnxt_en-fixes'David S. Miller2021-06-181-1/+7
| | |\ \
| | | * | bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error pathSomnath Kotur2021-06-181-0/+1
| | | * | bnxt_en: Fix TQM fastpath ring backing store computationRukhsana Ansari2021-06-181-1/+1
| | | * | bnxt_en: Rediscover PHY capabilities after firmware resetMichael Chan2021-06-181-0/+5
| | |/ /
| | * / cxgb4: fix wrong shift.Pavel Machek2021-06-181-1/+1
| | |/
| | * net: qed: Fix memcpy() overflow of qed_dcbx_params()Kees Cook2021-06-171-1/+3
| | * net: cdc_eem: fix tx fixup skb leakLinyu Yuan2021-06-171-1/+1
| | * Merge tag 'mlx5-fixes-2021-06-16' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-06-178-14/+49
| | |\
| | | * net/mlx5: Reset mkey index on creationAya Levin2021-06-161-1/+1
| | | * net/mlx5e: Don't create devices during unload flowDmytro Linkin2021-06-162-0/+8
| | | * net/mlx5: DR, Fix STEv1 incorrect L3 decapsulation paddingAlex Vesker2021-06-161-10/+16
| | | * net/mlx5: SF_DEV, remove SF device on invalid stateParav Pandit2021-06-161-0/+1
| | | * net/mlx5: E-Switch, Allow setting GUID for host PF vportParav Pandit2021-06-161-2/+0
| | | * net/mlx5: E-Switch, Read PF mac addressParav Pandit2021-06-161-0/+6
| | | * net/mlx5: Check that driver was probed prior attaching the deviceLeon Romanovsky2021-06-161-0/+15
| | | * net/mlx5: Fix error path for set HCA defaultsLeon Romanovsky2021-06-161-1/+2
| | * | net: hamradio: fix memory leak in mkiss_closePavel Skripkin2021-06-171-0/+1
| | * | be2net: Fix an error handling path in 'be_probe()'Christophe JAILLET2021-06-171-0/+1
| | |/
| | * r8169: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-06-161-1/+1
| | * sh_eth: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-06-161-1/+1
| | * r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-06-161-1/+1