summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein2022-01-243-15/+50
* fanotify: remove variable set but not usedYang Li2022-01-201-3/+0
* Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-2091-414/+1041
|\
| * Merge branch 'ipv4-avoid-pathological-hash-tables'Jakub Kicinski2022-01-191-33/+32
| |\
| | * ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keysEric Dumazet2022-01-191-14/+15
| | * ipv4: avoid quadratic behavior in netns dismantleEric Dumazet2022-01-191-19/+17
| |/
| * Merge branch 'net-fsl-xgmac_mdio-add-workaround-for-erratum-a-009885'Jakub Kicinski2022-01-193-7/+32
| |\
| | * net/fsl: xgmac_mdio: Fix incorrect iounmap when removing moduleTobias Waldekranz2022-01-191-1/+2
| | * powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO busesTobias Waldekranz2022-01-191-0/+2
| | * dt-bindings: net: Document fsl,erratum-a009885Tobias Waldekranz2022-01-191-0/+9
| | * net/fsl: xgmac_mdio: Add workaround for erratum A-009885Tobias Waldekranz2022-01-191-6/+19
| |/
| * net: mscc: ocelot: fix using match before it is setTom Rix2022-01-191-7/+8
| * net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devicesClaudiu Beznea2022-01-191-18/+18
| * net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into accountArd Biesheuvel2022-01-193-7/+7
| * nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski2022-01-191-0/+5
| * Merge branch 'axienet-fixes'David S. Miller2022-01-191-51/+84
| |\
| | * net: axienet: increase default TX ring size to 128Robert Hancock2022-01-191-1/+1
| | * net: axienet: fix for TX busy handlingRobert Hancock2022-01-191-39/+47
| | * net: axienet: fix number of TX ring slots for available checkRobert Hancock2022-01-191-2/+2
| | * net: axienet: Fix TX ring slot available checkRobert Hancock2022-01-191-2/+2
| | * net: axienet: limit minimum TX ring sizeRobert Hancock2022-01-191-1/+3
| | * net: axienet: add missing memory barriersRobert Hancock2022-01-191-1/+10
| | * net: axienet: reset core on initialization prior to MDIO accessRobert Hancock2022-01-191-0/+5
| | * net: axienet: Wait for PhyRstCmplt after core resetRobert Hancock2022-01-191-0/+10
| | * net: axienet: increase reset timeoutRobert Hancock2022-01-191-10/+9
| |/
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-01-1912-64/+262
| |\
| | * bpf, selftests: Add ringbuf memory type confusion testDaniel Borkmann2022-01-194-2/+79
| | * bpf, selftests: Add various ringbuf tests with invalid offsetDaniel Borkmann2022-01-191-0/+64
| | * bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann2022-01-192-3/+12
| | * bpf: Fix out of bounds access for ringbuf helpersDaniel Borkmann2022-01-191-0/+6
| | * bpf: Generally fix helper register offset checkDaniel Borkmann2022-01-191-11/+28
| | * bpf: Mark PTR_TO_FUNC register initially with zero offsetDaniel Borkmann2022-01-191-3/+6
| | * bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann2022-01-193-13/+14
| | * bpf: Fix incorrect integer literal used for marking scratched stack.Christy Lee2022-01-111-3/+3
| | * bpf/selftests: Add check for updating XDP bpf_link with wrong program typeToke Høiland-Jørgensen2022-01-112-0/+11
| | * bpf/selftests: convert xdp_link test to ASSERT_* macrosToke Høiland-Jørgensen2022-01-111-31/+25
| | * xdp: check prog type before updating BPF linkToke Høiland-Jørgensen2022-01-111-0/+6
| | * bpf: Fix mount source show for bpffsYafang Shao2022-01-111-2/+12
| * | netns: add schedule point in ops_exit_list()Eric Dumazet2022-01-181-1/+3
| * | net: sfp: fix high power modules without diagnostic monitoringRussell King (Oracle)2022-01-171-4/+21
| * | Merge branch 'skb-leak-fixes'David S. Miller2022-01-172-0/+4
| |\ \
| | * | net: Flush deferred skb free on socket destroyGal Pressman2022-01-171-0/+3
| | * | net/tls: Fix another skb memory leak when running kTLS trafficGal Pressman2022-01-171-0/+1
| |/ /
| * | net: ocelot: Fix the call to switchdev_bridge_port_offloadHoratiu Vultur2022-01-171-3/+3
| * | bonding: Fix extraction of ports from the packet headersMoshe Tal2022-01-171-2/+2
| * | net/smc: Fix hung_task when removing SMC-R devicesWen Gu2022-01-161-16/+1
| * | ipv4: update fib_info_cnt under spinlock protectionEric Dumazet2022-01-161-3/+8
| * | net/smc: Remove unused function declarationWen Gu2022-01-151-4/+0
| * | net: wwan: Fix MRU mismatch issue which may lead to data connection lostSlark Xiao2022-01-151-2/+2
| * | net: phy: marvell: add Marvell specific PHY loopbackMohammad Athari Bin Ismail2022-01-151-1/+55