summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: rename reference+tracking helpersJakub Kicinski2022-06-1048-137/+141
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-102173-34355/+70472
|\
| * Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-0944-189/+367
| |\
| | * net: amd-xgbe: fix clang -Wformat warningJustin Stitt2022-06-091-1/+1
| | * tcp: use alloc_large_system_hash() to allocate table_perturbMuchun Song2022-06-091-4/+6
| | * net: dsa: realtek: rtl8365mb: fix GMII caps for ports with internal PHYAlvin Šipraga2022-06-091-29/+9
| | * Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-06-091-4/+4
| | |\
| | | * ixgbe: fix unexpected VLAN Rx in promisc mode on VFOlivier Matz2022-06-071-2/+2
| | | * ixgbe: fix bcast packets Rx on VF after promisc removalOlivier Matz2022-06-071-2/+2
| | * | Merge branch 'mv88e6xxx-fixes-for-reading-serdes-state'Jakub Kicinski2022-06-091-16/+19
| | |\ \
| | | * | net: dsa: mv88e6xxx: correctly report serdes link failureRussell King (Oracle)2022-06-091-0/+8
| | | * | net: dsa: mv88e6xxx: fix BMSR error to be consistent with othersRussell King (Oracle)2022-06-091-1/+1
| | | * | net: dsa: mv88e6xxx: use BMSR_ANEGCOMPLETE bit for filling an_completeMarek Behún2022-06-091-16/+11
| | |/ /
| | * | net: altera: Fix refcount leak in altera_tse_mdio_createMiaoqian Lin2022-06-091-1/+5
| | * | net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2022-06-092-1/+9
| | * | net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_al...Chen Lin2022-06-091-2/+19
| | * | ip_gre: test csum_start instead of transport headerWillem de Bruijn2022-06-091-6/+5
| | * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-06-098-15/+49
| | |\ \
| | | * | MAINTAINERS: Add a maintainer for bpftoolQuentin Monnet2022-06-081-0/+7
| | | * | xsk: Fix handling of invalid descriptors in XSK TX batching APIMaciej Fijalkowski2022-06-082-10/+3
| | | * | selftests/bpf: Add selftest for calling global functions from freplaceToke Høiland-Jørgensen2022-06-072-0/+32
| | | * | bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programsToke Høiland-Jørgensen2022-06-071-1/+2
| | | * | bpf: Use safer kvmalloc_array() where possibleDan Carpenter2022-06-071-4/+4
| | | * | bpf, arm64: Clear prog->jited_len along prog->jitedEric Dumazet2022-06-071-0/+1
| | | |/
| | * | au1000_eth: stop using virt_to_bus()Arnd Bergmann2022-06-082-13/+13
| | * | ipv6: Fix signed integer overflow in l2tp_ip6_sendmsgWang Yufen2022-06-081-2/+3
| | * | ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen2022-06-082-5/+5
| | * | nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferredXiaohui Zhang2022-06-081-2/+14
| | * | Merge branch 'split-nfc-st21nfca-refactor-evt_transaction-into-3'Jakub Kicinski2022-06-081-23/+30
| | |\ \
| | | * | nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTIONMartin Faltesek2022-06-081-30/+30
| | | * | nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handlingMartin Faltesek2022-06-081-3/+10
| | | * | nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek2022-06-081-1/+1
| | |/ /
| | * | Merge branch 'net-unexport-some-symbols-that-are-annotated-__init'Jakub Kicinski2022-06-083-3/+0
| | |\ \
| | | * | net: ipv6: unexport __init-annotated seg6_hmac_init()Masahiro Yamada2022-06-081-1/+0
| | | * | net: xfrm: unexport __init-annotated xfrm4_protocol_init()Masahiro Yamada2022-06-081-1/+0
| | | * | net: mdio: unexport __init-annotated mdio_bus_init()Masahiro Yamada2022-06-081-1/+0
| | |/ /
| | * | net/mlx4_en: Fix wrong return value on ioctl EEPROM query failureGal Pressman2022-06-081-1/+1
| | * | net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_listMiaoqian Lin2022-06-081-1/+3
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-06-088-35/+98
| | |\ \ | | | |/ | | |/|
| | | * netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso2022-06-065-3/+31
| | | * netfilter: nf_tables: memleak flow rule from commit pathPablo Neira Ayuso2022-06-061-0/+6
| | | * netfilter: nf_tables: release new hooks on unsupported flowtable flagsPablo Neira Ayuso2022-06-061-4/+8
| | | * netfilter: nf_tables: always initialize flowtable hook list in transactionPablo Neira Ayuso2022-06-021-0/+1
| | | * netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso2022-06-022-26/+6
| | | * netfilter: nf_tables: use kfree_rcu(ptr, rcu) to release hooks in clean_net pathPablo Neira Ayuso2022-06-011-1/+1
| | | * netfilter: nat: really support inet nat without l3 addressFlorian Westphal2022-06-012-1/+45
| | * | selftests net: fix bpf build errorLina Wang2022-06-071-2/+2
| | * | af_unix: Fix a data-race in unix_dgram_peer_wake_me().Kuniyuki Iwashima2022-06-071-1/+1
| | * | stmmac: intel: Fix an error handling path in intel_eth_pci_probe()Christophe JAILLET2022-06-071-3/+1
| | * | net: ethernet: bgmac: Fix refcount leak in bcma_mdio_mii_registerMiaoqian Lin2022-06-061-0/+1